Hi Josef, > Hi all, > > I've changed a little bit the Sconstruc file because I wanted to compile > the Physics Contrib (ODE) with scons, under windows. The patch is attached. > As it is the first time I see a Scons config file, please have a look. I > successfully linked against ode's release lib, but didn't find a way to > configure the debug stuff. Can someone fix this or instruct me how to do > it. > > my scons command line is: > .\scons type=both contrib_physics="path_to_ode" compiler="msvc71"
many thanks for the patch I added it to the cvs. Right now there is now way to link against external debug libs. To avoid mixing release and debug msvc system libs you can compile OpenSG on windows with type=dbgopt this creates a optimized release version with extra pdb files which include the debug information. Andreas > -- > Josef Grunig > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users -- VREC Robert-Bosch-Straße 7 D-64293 Darmstadt Tel. 06151-4921035 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
