News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How do you specify WXDEBUG for the nightly

Started by Pecan, June 22, 2008, 01:06:40 AM

Previous topic - Next topic

Pecan

The ./configure has an option:

--with-wx-config=CONFIG wx-config script to use (optional)

How do you use it to specify the equivalent of:
`wx-config --cflags --debug=yes` and
`wx-config --libs --debug=yes`

so that the nightly runs in debug mode and uses the debug
version of wxwidgets.

Biplab

Quote from: Pecan on June 22, 2008, 01:06:40 AM
The ./configure has an option:

--with-wx-config=CONFIG wx-config script to use (optional)

How do you use it to specify the equivalent of:
`wx-config --cflags --debug=yes` and
`wx-config --libs --debug=yes`

so that the nightly runs in debug mode and uses the debug
version of wxwidgets.


Configure as -
../configure --with-wx-config=<path_to_debug_wx-config>/wx-config
Be a part of the solution, not a part of the problem.

Pecan