<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>> Build and install mesa, and make sure it shows up for pkg-config. You<BR>> can also pull mesa out of xorg's git repo, and can add it to the<BR>> build.sh invocation like this:<BR>> <BR>> build.sh -m /usr/src/xorg_git/mesa ...etc<BR>> <BR>> However, that won't be enough - I manually compiled and installed drm<BR>> and mesa before running build.sh.<BR>> <BR>> I configured mesa like this:<BR>> <BR>> ./configure --prefix=/usr --disable-asm --with-driver=dri<BR>> --with-dri-driverdir=/usr/lib/xorg/modules<BR>> <BR>> Where you can see I was installing in /usr, with the last argument there<BR>> to make sure the dri drivers all went in the location that xorg wants<BR>> them.<BR>> <BR>> best,<BR>> <BR>> Seb James<BR>> <BR>> <BR>Ya~~~ I do think so this is a better choice because I was building app/ by build.sh<BR>Some of them also required mesa.<BR>Therefore, I tried to build drm and mesa first, and everything's been going well so far.<BR>But I'm still building app/. I haven't finished building all of them and I got another problem while I was building app/xlogo.<BR>while running Makefile.am, it showed<BR>Makefile.am:37: XAW_USE_XPRINT does not appear in AM_CONDITIONAL<BR>Makefile.am: installing './depcomp'<BR>autoreconf: automake failed with exit status: 1<BR> <BR>Do I really need to build xlogo? Could I just skip it?<BR><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>