Re: Cannot compile Mesa on Ubuntu Edgy

Benno Schulenberg <[email protected]> Sun, 25 Feb 2007 15:43:02 +0100
Newsgroups gmane.comp.video.dri.user
Message-ID <[email protected]>
Iain Cheyne wrote:
> [...]
> /usr/bin/ld: cannot find -lXxf86vm
> [...]

So do:

# apt-cache search xf86vm
libxxf86vm-dev - X11 XFree86 video mode extension library 
(development headers)
libxxf86vm1 - X11 XFree86 video mode extension library
libxxf86vm1-dbg - X11 XFree86 video mode extension library (debug 
package)

Look for the dev package, then do:

# apt-get install libxxf86vm-dev

Then try the compile again.  And so on.

In order to get Mesa to build on Feisty, I needed the following 
installs:

# apt-get install libxxf86vm-dev
# apt-get install libxfixes-dev
# apt-get install libxdamage-dev
# apt-get install libexpat1-dev
# apt-get install g++

You will probably need different ones.

Benno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--