Hi, On Mon, 2008-03-24 at 08:39 +0100, Christoph Schäfer wrote: > Hi, > > you are right, scons using the /MD instead of /MDd flag was the problem. > Changing this manually in the EnvironmentBuilder.py (Tools/Scons-Addons) > made me able to completely build opens. I'm not using the Scons-Addons > included with opensg-svn but the current svn version from the > Scons-Addon homepage. Using the svn from opensg building doesn't work.
Hmm that is strange I thought I fixed it to a specific revision that works. Have to check that one again. Could you let me know what did not work ? But this would explain the problem at some point scons-addons silently changed the logic behind var_type. 'debug' was still with the debug defines but with /MD whereas 'debugrt' became the option that used /MDd. That was IIRC one reason why I fixed the addons revision. With your updated Tools/scons-addons could you try the following change within options.cache.win32.xx and see if it brings back /MDd var_type = ['debugrt'] kind regards, gerrit ------------------------------------------------------------------------- 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
