Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

How do you specify WXDEBUG for the nightly

(1/1)

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.


--- End quote ---

Configure as -

--- Code: ---../configure --with-wx-config=<path_to_debug_wx-config>/wx-config
--- End code ---

Pecan:
Thanks, that works perfectly.

Navigation

[0] Message Index

Go to full version