I have already installed LLVM but still i get the same error. But when i pass --with-gallium-drivers=&quot;&quot; it started working :)<br><br>Thanks<br>Manish<br><br><div class="gmail_quote">On Thu, Jul 21, 2011 at 10:38 PM, Kenneth Graunke <span dir="ltr">&lt;<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On 07/21/2011 08:00 AM, manish sharma wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am trying to compile wayland<br>
&gt; (<a href="http://wayland.freedesktop.org/building.html" target="_blank">http://wayland.freedesktop.org/building.html</a>) and as part of that i<br>
&gt; need to compile mesa with below options.<br>
&gt;<br>
&gt; ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi<br>
&gt;<br>
&gt;<br>
&gt; Which takes me to below error.<br>
&gt;<br>
&gt; &#39;configure: error: LLVM is required to build Gallium R300 on x86 and x86_64&#39;<br>
&gt;<br>
&gt; Any idea what am i missing over here?<br>
&gt;<br>
&gt; Thanks for help.<br>
&gt; Manish<br>
<br>
</div></div>If you intend to use the Radeon drivers, you need to install LLVM.  If<br>
you want to use the Intel drivers, pass --with-gallium-drivers=&quot;&quot; to<br>
disable Gallium altogether.  For Nouveau (nVidia hardware), try<br>
--with-gallium-drivers=&quot;nouveau,swrast&quot;.<br>
<font color="#888888"><br>
--Kenneth<br>
</font></blockquote></div><br>