Hi, I am trying to compile mesa 9.1.1 on my debian wheezy machine but I get compilation error during the build.
The configure options that I have used are: ../../configure --prefix=~/lib/mesa/dri_llvm --build=x86_64-linux-gnu --with-dri-drivers="swrast" --with-dri-driverdir=~/lib/mesa/dri_llvm/ --with-dri-searchpath='~/lib/mesa/dri_llvm/' --enable-glx-tls --enable-xa --enable-driglx-direct --with-egl-platforms="x11" --enable-gallium-llvm=yes --with-gallium-drivers="swrast" --enable-gles1 --enable-gles2 --enable-gallium-egl --disable-glu CFLAGS="-Wall -O2" CXXFLAGS="-Wall -O2" And the compilation error that I see is: make[5]: Entering directory `/home/divick/work/work/mesa-9.1.1/build/dri/src/gallium/state_trackers/dri/drm' make[5]: *** No rule to make target `dri_context.lo', needed by `libdridrm.la'. Stop Using the same set of configure options I am able to build mesa 8.0.5. My objective is to build llvm based software only renderer. Could someone please help me build mesa 9.1.1? Thanks & Regards, Divick _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev