On 1/30/07, Chris Cannam <[EMAIL PROTECTED]> wrote: > > It doesn't seem to be possible to switch from Release to Debug build > using ccmake. > > If I go to the build type field, hit Return, type "Debug", hit Return, > hit C for configure, then the configuration comes straight back with > the Release build type. > > It is possible to switch to the debug type using cmake: > > cmake . -DWANT_DEBUG=1 -DWANT_FULLDBG=1 > > If I do that, I then can't switch back to Release using ccmake. The > setting in ccmake just seems to have no effect.
You have the same WANT_XXX switches in ccmake, at the bottom of the option list. You need to set WANT_DEBUG to ON or OFF, to change the debug mode. The switches take precedence over the text option build type, so changing it doesn't take any effect. Regards, Pedro ------------------------------------------------------------------------- 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 _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
