<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 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-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-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@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">We’ve been using an old Mesa for too long, and I’m trying to build a newer one.  When I run configure, I get:<o:p></o:p></p>
<p class="MsoNormal">==============================<o:p></o:p></p>
<p class="MsoNormal">configure: error: Package requirements (glproto >= 1.4.14) were not met:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Requested 'glproto >= 1.4.14' but version of GLProto is 1.4.11<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Consider adjusting the PKG_CONFIG_PATH environment variable if you<o:p></o:p></p>
<p class="MsoNormal">installed software in a non-standard prefix.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Alternatively, you may set the environment variables GLPROTO_CFLAGS<o:p></o:p></p>
<p class="MsoNormal">and GLPROTO_LIBS to avoid the need to call pkg-config.<o:p></o:p></p>
<p class="MsoNormal">See the pkg-config man page for more details.<o:p></o:p></p>
<p class="MsoNormal">==============================<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’m having a bit of trouble understanding what glproto really is and what I need to do about it.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I can find the glproto.pc file on my system, with the older version in it.  Does that mean that I need to build Mesa on a machine with this more recent?  Or can I get a newer glproto and put it somewhere (PKG_CONFIG_PATH as mentioned above)? 
 I’ve seen a glproto.pc.in that looks like it is supposed to be used to make glproto.pc.  Do I start with that and generate a more recent version?  From what?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Does the glproto version need to match what is on the system?  If I update the file (however I do that), does it matter whether that matches what the system has?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I want to build Mesa now, but not as a one-time thing.  We want to be able to build any third party libraries we use whenever necessary, so if I need to be able to update glproto, I’m hoping I can do that and use it with whatever computer
 I’m going to build Mesa on.  Does that make sense?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">thanks<o:p></o:p></p>
<p class="MsoNormal">andy<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>