Hi,
this is a follow up for ticket 214, which fixed that the
disable_glut_glsubdir was ignored for compiler flags. The way it is done
in the current svn head doesn't work for me for some reason. Line 372 in
SConstruct will not identify that disable_glut_glsubdir is beeing set to
"True". Changing it from
if ARGUMENTS.has_key("disable_glut_glsubdir") and
ARGUMENTS["disable_glut_glsubdir"]==True:
to
if ARGUMENTS.has_key("disable_glut_glsubdir") and
ARGUMENTS["disable_glut_glsubdir"]:
will work. I don't know if this is some kind of bug? I noticed the bool
flag for other options is beeing checked in the same "short" way...
Kind regards,
Chris
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core