Page 1 of 1

Codelite ide compile error

Posted: Sun Aug 21, 2022 9:14 pm
by baloghi

I cant compile ide bacause I got error.

I have attached error image and enviroment settings.

What is the problem?

Thank You.


Re: Codelite ide compile error

Posted: Mon Aug 22, 2022 2:00 am
by Jarod42

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?


Re: Codelite ide compile error

Posted: Sun Aug 28, 2022 3:39 pm
by baloghi
Jarod42 wrote: Mon Aug 22, 2022 2:00 am

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?

Another app does work properly.
I just use dbexplorer with mysql support.
But I got error.

What is the solution?


Re: Codelite ide compile error

Posted: Wed Aug 31, 2022 11:33 pm
by baloghi

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.


Re: Codelite ide compile error

Posted: Mon Sep 12, 2022 12:08 pm
by eranif

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)