I noticed that libdrm-2.4.28 has been released, but it doesn't build with the current instructions:
./configure libdrm 2.4.28 will be compiled with: libkms yes Intel API yes vmwgfx API no Radeon API yes Nouveau API no make make[3]: Entering directory `/usr/src/libdrm/libdrm-2.4.28/tests/radeon' CC rbo.o rbo.c:34:17: fatal error: rbo.h: No such file or directory Using --disable-radeon allows it to build/test ok. https://bugs.freedesktop.org/show_bug.cgi?id=43538 It's been fixed upstream, but we may want to wait for the next release. ------------- libdrm-2.4.27 builds OK. ------------- Now on to Mesa-7.11.2. I had to go back to libdrm and add --enable-nouveau-experimental-api. I now get the following from Mesa: 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 It fails in make. There are evidently incompatible changes in llvm 3.0. gallivm/lp_bld_debug.cpp:30:40: fatal error: llvm/Target/TargetRegistry.h: No such file http://lists.freedesktop.org/archives/mesa-dev/2011-September/011639.html but that's not enough. There are other failures. I'll try backing up to llvm-2.9 tomorrow. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
