Am 02.01.2013 00:35, schrieb Jeremy Henty: > > After upgrading to LLVM 3.2, the Mesa configure fails: > > [...] > checking for llvm-config... /usr/bin/llvm-config > checking for NOUVEAU... yes > checking for LIBUDEV... yes > checking for RADEON... yes > checking for RADEON... yes > checking for LIBUDEV... yes > configure: error: LLVM 3.1 is required for the r600 llvm compiler. > > LLVM version 3.1 is hardwired into configure.ac and the BLFS patch > does not change this. >
i apply a simple sed: sed -e "[email protected]@3.2@g" -i configure.ac it will replace some comments too, but has no side effects so far... tobias -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
