<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - fatal error: nouveau/nouveau_device.h: No such file or directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55919#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - fatal error: nouveau/nouveau_device.h: No such file or directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55919">bug 55919</a>
              from <span class="vcard"><a class="email" href="mailto:spark74@gmx.de" title="Roland Egger <spark74@gmx.de>"> <span class="fn">Roland Egger</span></a>
</span></b>
        <pre>I tested configure and had to install
glproto-1.4.16, dri2proto-2.8 and libdrm-2.4.24 and set the PKG_CONFIG_PATH

Afterwards configure fails with
checking for llvm-config... no
configure: error: LLVM is required to build Gallium R300 on x86 and x86_64

There is a nice configure option
  --enable-gallium-llvm   build gallium LLVM support [default=enabled on
                          x86/x86_64]
Is it possible to disable that option? Trying 
--disable-gallium-llvm does not help

I succeeded with the configure optio
--with-gallium-drivers=""
and recieved
        prefix:          /tmp/Mesa
        exec_prefix:     ${prefix}
        libdir:          ${exec_prefix}/lib
        includedir:      ${prefix}/include

        OpenGL:          yes (ES1: no ES2: no)
        OpenVG:          no

        Driver:          dri
        OSMesa:          no
        DRI drivers:     i915 i965 mach64 mga nouveau r128 r200 r300 r600
radeon savage tdfx unichrome swrast
        DRI driver dir:  ${libdir}/dri
        Use XCB:         no
        Shared dricore:  no

        GLU:             yes
        GLw:             yes (Motif: no)
        glut:            no

        EGL:             yes
        EGL platforms:   x11
        EGL drivers:     builtin:egl_glx

        llvm:            no

        Gallium:         no

        Shared libs:     yes
        Static libs:     no

        CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math
-fno-strict-aliasing -fPIC
        CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fPIC
        Macros:          -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DUSE_X86_64_ASM

        PYTHON2:         python2

        Run 'gmake' to build Mesa</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>