[Bf-committers] Fix compile on ubuntu (add 'alut' to openal)

Keir Mierle mierle at gmail.com
Mon Feb 26 21:59:30 CET 2007


I had to make the following change to get blender to compile with
scons on Edgy Eft:

=== modified file 'config/linux2-config.py'
--- config/linux2-config.py     2007-02-07 23:30:22 +0000
+++ config/linux2-config.py     2007-02-26 08:26:26 +0000
@@ -14,7 +14,7 @@
 WITH_BF_OPENAL = 'true'
 BF_OPENAL = '/usr'
 BF_OPENAL_INC = '${BF_OPENAL}/include'
-BF_OPENAL_LIB = 'openal'
+BF_OPENAL_LIB = 'openal alut'

 WITH_BF_SDL = 'true'
 BF_SDL = '/usr' #$(shell sdl-config --prefix)

There was at least one other person on IRC who ran into this; not sure
if they were on Ubuntu. Perhaps people on non-debian distros should
check if this is needed for them?

Cheers,
Keir


More information about the Bf-committers mailing list