[Bf-committers] SCons "problem"

Meino Christian Cramer bf-committers@blender.org
Mon, 16 Feb 2004 06:25:12 +0100 (CET)


Hi,

 I am missing a "install" target in the resulting makefile after Scons
 run.

 A second thing:

 In the SConstruct - Script 

	platform_libpath = []

 should be changed to

    platform_libpath = ['/usr/X11R6/lib']

 since libGLU is often installed there and could not be found if
 the libpath isn't changed.

 Keep hacking!
 Meino