Re: [CMake] Can't get cmake to do debug build with wxwidgets

2007-12-02 Thread Miguel A. Figueroa-Villanueva
On Dec 2, 2007 9:18 AM, Joseph Garvin wrote: > On Dec 1, 2007 11:38 AM, Miguel A. Figueroa-Villanueva < [EMAIL PROTECTED]> > wrote: > > On Nov 30, 2007 1:43 PM, Joseph Garvin wrote: > > > Under windows, everything works fine. However, trying to build my > project on > > > Linux, I think that cmake

Re: [CMake] Can't get cmake to do debug build with wxwidgets

2007-12-01 Thread Miguel A. Figueroa-Villanueva
On Nov 30, 2007 1:43 PM, Joseph Garvin wrote: > Under windows, everything works fine. However, trying to build my project on > Linux, I think that cmake isn't properly setting up linking against the > debug versions of the wxwidgets libraries. wxWidgets has a function, > wxLogDebug, that prints tex

Re: [CMake] Can't get cmake to do debug build with wxwidgets

2007-11-30 Thread James Bigler
Joseph Garvin wrote: Under windows, everything works fine. However, trying to build my project on Linux, I think that cmake isn't properly setting up linking against the debug versions of the wxwidgets libraries. wxWidgets has a function, wxLogDebug, that prints text in debug mode but does nothin

[CMake] Can't get cmake to do debug build with wxwidgets

2007-11-30 Thread Joseph Garvin
Under windows, everything works fine. However, trying to build my project on Linux, I think that cmake isn't properly setting up linking against the debug versions of the wxwidgets libraries. wxWidgets has a function, wxLogDebug, that prints text in debug mode but does nothing in release mode. Even