<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">It turned out some old i915_drm.h files were in the complier’s search path. I just removed those old files.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks<br>
Bertrand<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> eugeni.dodonov@gmail.com [mailto:eugeni.dodonov@gmail.com]
<b>On Behalf Of </b>Eugeni Dodonov<br>
<b>Sent:</b> Tuesday, May 15, 2012 6:48 PM<br>
<b>To:</b> Kong, Bertrand C<br>
<b>Cc:</b> Intel Graphics Development<br>
<b>Subject:</b> Re: [Intel-gfx] mesa compile error<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Tue, May 15, 2012 at 3:50 PM, Kong, Bertrand C <<a href="mailto:bertrand.c.kong@intel.com" target="_blank">bertrand.c.kong@intel.com</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">Hi All,<br>
<br>
I tried to compile mesa and got the follow errors. Can someone tell me what the problem is?<br>
<br>
Thanks<br>
Bertrand<br>
<br>
<br>
intel_blit.c: In function \u2018intel_emit_linear_blit\u2019:<br>
intel_blit.c:488:9: warning: variable \u2018ok\u2019 set but not used [-Wunused-but-set-variable]<br>
intel_batchbuffer.c: In function \u2018intel_batchbuffer_save_state\u2019:<br>
intel_batchbuffer.c:96:7: warning: implicit declaration of function \u2018drm_intel_gem_bo_get_reloc_count\u2019 [-Wimplicit-function-declaration]<br>
intel_batchbuffer.c: In function \u2018intel_batchbuffer_reset_to_saved\u2019:<br>
intel_batchbuffer.c:102:4: warning: implicit declaration of function \u2018drm_intel_gem_bo_clear_relocs\u2019 [-Wimplicit-function-declaration]<br>
intel_batchbuffer.c: In function \u2018do_flush_locked\u2019:<br>
intel_batchbuffer.c:148:12: error: \u2018I915_EXEC_GEN7_SOL_RESET\u2019 undeclared (first use in this function)<br>
intel_batchbuffer.c:148:12: note: each undeclared identifier is reported only once for each function it appears in<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">You need libdrm 2.4.30 or newer, could you check if your include path contains the right libdrm directory? I915_EXEC_GEN7_SOL_RESET should be defined in /usr/include/libdrm/i915_drm.h.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal">-- <br>
Eugeni Dodonov<a href="http://eugeni.dodonov.net/" target="_blank"><br>
</a><o:p></o:p></p>
</div>
</body>
</html>