Build error when building CodeLite(Win_x64_Debug)

CodeLite installation/troubleshooting forum
Peter.Jiang
CodeLite Enthusiast
Posts: 13
Joined: Tue Oct 20, 2015 11:38 am
Genuine User: Yes
IDE Question: C++
Contact:

Build error when building CodeLite(Win_x64_Debug)

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build error when building CodeLite(Win_x64_Debug)

Post by eranif »

you need to build wx in debug mode, this is what's the error message says.

Eran
Make sure you have read the HOW TO POST thread
Peter.Jiang
CodeLite Enthusiast
Posts: 13
Joined: Tue Oct 20, 2015 11:38 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build error when building CodeLite(Win_x64_Debug)

Post by Peter.Jiang »

Fixed and thank you very much!
Post Reply