Thanks! Dan, After I reset the pkg_config path it works. <br>It's strange, I tried to reset few times before but it didn't work.<br>And now it just works.<br><br>Calvin <br><br><div><span class="gmail_quote">On 8/31/06, <b class="gmail_sendername">
Dan Nicholson</b> <<a href="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 8/27/06, Calvin Zhao <<a href="mailto:calvinz@gmail.com">calvinz@gmail.com</a>> wrote:<br>> Hi,<br>>  I tried to build the i810 modesetting branch, but failed with following<br>> error, it was building okay with the master branch, I check out the
<br>> modesetting branch, then it fails.  I already set the path for pkgconfig.<br>> Any thing missing?<br>> Thanks!<br>><br>> Calvin<br>><br>><br>> czhao5-DESK3:/temp/xorgsrc/driver/xf86-video-intel # export
<br>> PKG_CONFIG_PATH=/tmp /modular/lib/pkgconfig<br><br>A few questions.<br><br>I don't know if this is two different paths or a typo. Either<br><br>export PKG_CONFIG_PATH=/tmp:/modular/lib/pkgconfig<br>or<br>export PKG_CONFIG_PATH=/tmp/modular/lib/pkgconfig
<br><br>Also, you probably want to append the current value for<br>PKG_CONFIG_PATH unless you know it's not set or you know all the other<br>.pc files are in /usr/{lib,share}/pkgconfig.<br><br>export PKG_CONFIG_PATH=/blah:$PKG_CONFIG_PATH
<br><br>Finally, do you have libdrm installed? Is it's .pc file accessible to<br>pkg-config?<br><br>--<br>Dan<br></blockquote></div><br>