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
Build error when building CodeLite(Win_x64_Debug)
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Tue Oct 20, 2015 11:38 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- 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)
you need to build wx in debug mode, this is what's the error message says.
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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)
Fixed and thank you very much!