[Mesa-dev] Error in configuring mesa.

2011-07-21 Thread manish sharma
Hi, I am trying to compile wayland (http://wayland.freedesktop.org/building.html) and as part of that i need to compile mesa with below options. ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi Which takes

Re: [Mesa-dev] Error in configuring mesa.

2011-07-21 Thread manish sharma
I have already installed LLVM but still i get the same error. But when i pass --with-gallium-drivers= it started working :) Thanks Manish On Thu, Jul 21, 2011 at 10:38 PM, Kenneth Graunke kenn...@whitecape.orgwrote: On 07/21/2011 08:00 AM, manish sharma wrote: Hi, I am trying to compile