Error on Building Codelite on macos

CodeLite installation/troubleshooting forum
happythings
CodeLite Enthusiast
Posts: 18
Joined: Thu Oct 25, 2018 1:02 pm
Genuine User: Yes
IDE Question: c++
Contact:

Error on Building Codelite on macos

Post by happythings »

When I build codelite on macOs 10.13.6 according the directive on GitHub,
these 2 error occurred :

/Users/myusrid/Downloads/codelite-master/CodeLite/clConsoleCodeLiteTerminal.cpp:119:29: error: no member named 'wxStringTokenize' in the global namespace
wxArrayString lines = ::wxStringTokenize(psOutput, "\n", wxTOKEN_STRTOK);
~~^
/Users/myusrid/Downloads/codelite-master/CodeLite/clConsoleCodeLiteTerminal.cpp:119:62: error: use of undeclared identifier 'wxTOKEN_STRTOK'
wxArrayString lines = ::wxStringTokenize(psOutput, "\n", wxTOKEN_STRTOK);
^
2 errors generated.
make[2]: *** [CodeLite/CMakeFiles/libcodelite.dir/clConsoleCodeLiteTerminal.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs...

so, how to solve this problem ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Error on Building Codelite on macos

Post by eranif »

Should be fixed.
Make sure you have read the HOW TO POST thread
Post Reply