Codelite 17.1 + wxWidgets 3.2.2.1 compiling error

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
TheNOOB
In need of some credit
In need of some credit
Posts: 1
Joined: Thu Mar 23, 2023 3:54 pm

Codelite 17.1 + wxWidgets 3.2.2.1 compiling error

Post by TheNOOB »

Has anyone seen this before?

C:/wxWidgets-3.2.2.1/include/wx/chartype.h:199:40: error: pasting "L" and "(" does not give a valid preprocessing token
199 | #define wxT(x) wxCONCAT_HELPER(L, x)

I am fairly certain it I have not linked something or referenced it within Codelite properly.

The compiler is mingw64.

please refrain from sarcastic or snarky comments not everyone here is 89th jedi wizard level.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Codelite 17.1 + wxWidgets 3.2.2.1 compiling error

Post by ONEEYEMAN »

Hi,
The error comes from building your code, correct?
How did you build the library and how did you setup your project in C::L?

Thank you.
Post Reply