Page 1 of 1

Build error when building CodeLite(Win_x64_Debug)

Posted: Tue Oct 20, 2015 11:50 am
by Peter.Jiang
When I followed the page http://codelite.org/Developers/Windows to build the debug version;
The console says :
////////////////////////////////////
Please use the --wxcfg flag (as in wx-config --wxcfg=gcc_dll/mswud)
or set the environment variable WXCFG (as in WXCFG=gcc_dll/mswud)
to specify which configuration exactly you want to use.
///////////////////////////////////

However, when building release version, there is no such problems.
What is the reason of this problem ?
Any answer please contact me at long_jiang@c-sky.com

Thanks and best regards
Peter.Jiang

Re: Build error when building CodeLite(Win_x64_Debug)

Posted: Tue Oct 20, 2015 3:17 pm
by eranif
you need to build wx in debug mode, this is what's the error message says.

Eran

Re: Build error when building CodeLite(Win_x64_Debug)

Posted: Wed Dec 02, 2015 12:26 pm
by Peter.Jiang
Fixed and thank you very much!