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
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
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
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