Re: Fwd: Re: Help compiling mesa/gallium from git!

2014-02-07 Thread Bill Spitzak
Okay, removing everything with "gallium" in it's name from the install worked. But "make install" in mesa puts it all back! Would "clean" fix this? What I am really interested in is the proper configure line for mesa. I am currently only interested in running wayland atop an Nvidia X server, a

Fwd: Re: Help compiling mesa/gallium from git!

2014-02-07 Thread Axel Davy
The new mesa you built has no egl_gallium.so (since you have --disable-gallium-egl), but you have not removed the old egl_gallium.so, and it tries to load it, since it is here. Axel Davy Le 07/02/2014 18:30, Bill Spitzak a écrit : In order to try to compile the new xserver for wayland, I updat