Codelite ide compile error
I cant compile ide bacause I got error.
I have attached error image and enviroment settings.
What is the problem?
Thank You.
I cant compile ide bacause I got error.
I have attached error image and enviroment settings.
What is the problem?
Thank You.
Have you followed https://docs.codelite.org/build/build_from_sources/ ? especially WxWidget
Can you build other project? which is your configuration for compilers?
Have you check where wx/app.h is?
Jarod42 wrote: ↑Mon Aug 22, 2022 2:00 amHave you followed https://docs.codelite.org/build/build_from_sources/ ? especially WxWidget
Can you build other project? which is your configuration for compilers?
Have you check where wx/app.h is?
Another app does work properly.
I just use dbexplorer with mysql support.
But I got error.
What is the solution?
I have to mysql support in dbexplorer therefore I modified cmakefile and add to config DBL_USE_MYSQL then recompile but it does not work.
Mysql tab in dbexplorer window is gray.
What is the solution?
Have you got any idea?
Thank you.
Checkout the latest sources of CodeLite
The windows workspace is no longer includes it
Build wxWidgets as described here:
https://docs.codelite.org/build/build_w ... s/#windows
NOTE:
if you plan on building CodeLite from sources, notice I have dropped support for GCC and CodeLite is now build using clang
for Windows (see above link for a complete instructions)