Ok, I did a fresh cmake run and now its okay - DEBUG is /MD and DEBUGRT is /MDd.
I think I had the cmake window open (cmake 2.6 patch 3), during the svn update and then reconfigured - with the old cmake stuff still in memory, this may have screwed up things...and I wasn't aware of that the DEBUG configuration is meant to build against the release-runtime. Regards, Thomas -----Original Message----- From: Gerrit Voß [mailto:[email protected]] Sent: Wednesday, April 08, 2009 12:20 PM To: [email protected] Subject: Re: [Opensg-users] VC9 x64 debug build builds against non-debug runtime Hi, On Wed, 2009-04-08 at 11:53 +0200, [email protected] wrote: > Hi, > I just encountered a problem when building OpenSG 2 with cmake > generated VC9 projects for x64: CMAKE_C[XX]_FLAGS_DEBUG[RT] are set > to /MD which builds against the non-debug runtime...should be /MDd at > this point. > hmm X_DEBUG is ok, this is meant to be /MD. X_DEBUGRT should be /MDd. Could you either check or send me your cmake cache so we can find out where the problem comes from. Which cmake version are you using ? kind regards, gerrit ---------------------------------------------------------------------------- -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
