On 1/31/09, Thiago Macieira wrote: > Shaun M. Reich wrote: >>CMake. >> >>On 1/30/09, Thiago Macieira wrote: >>> Shaun M. Reich wrote: >>>>Hi, >>>> >>>>For some reason, despite me using the default .bashrc, QT_NO_DEBUG >>>>gets defined, I found this out because in the same block of code I >>>>perform a qDebug(""); a Q_ASSERT(false); does not work. >>>> >>>>I also did an ifdef to see if it was defined, and it is... >>>> >>>>How can I disable this? >>>> >>>>I have, built: kdesupport, kdelibs, kdebase/apps , kdebase/runtime, >>>>kdevplatform, kdevelop. >>>> >>>>Let me know if you need anymore information. >>> >>> What build type are you using? > > Rephrasing: > > What -DCMAKE_BUILD_TYPE=.... argument are you using? > > [Please don't top-post in mailing lists] > > -- > Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org > PGP/GPG: 0x6EF45358; fingerprint: > E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 > Okay, that was the problem, and with the new .bashrc file that I used, it helped, because I wasn't aware that if you had a switch above it, commented out, that you would have to move the debug line to above the uncommented one. That was also why my old file complained about an undefined -DCMake.. Thanks Sorry for the top-posting, I didn't realize that gmail did that by default. --- Shaun Reich >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<