Codelite ide compile error

CodeLite installation/troubleshooting forum
baloghi
CodeLite Curious
Posts: 6
Joined: Wed Aug 08, 2018 10:48 am
Genuine User: Yes
IDE Question: c++
Contact:

Codelite ide compile error

Post by baloghi »

I cant compile ide bacause I got error.

I have attached error image and enviroment settings.

What is the problem?

Thank You.

You do not have the required permissions to view the files attached to this post.
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Codelite ide compile error

Post 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?

baloghi
CodeLite Curious
Posts: 6
Joined: Wed Aug 08, 2018 10:48 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite ide compile error

Post 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?

You do not have the required permissions to view the files attached to this post.
baloghi
CodeLite Curious
Posts: 6
Joined: Wed Aug 08, 2018 10:48 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite ide compile error

Post 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.

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite ide compile error

Post 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)

Make sure you have read the HOW TO POST thread
Post Reply