sudo apt-get install llvm-dev worked for me.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
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 wrote:
> On 07/21/2011 08:00 AM, manish sharma wrote:
> > Hi,
> >
> > I am trying to compile wayland
> > (
On 07/21/2011 08:00 AM, manish sharma wrote:
> 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,w
You need a devel package of LLVM. On Debian-based distros, it's
usually called llvm-dev.
Marek
On Thu, Jul 21, 2011 at 5:00 PM, manish sharma <83.man...@gmail.com> wrote:
> Hi,
>
> I am trying to compile wayland
> (http://wayland.freedesktop.org/building.html) and as part of that i need to
> comp
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 me