wxWidgets project Help !

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

Re: wxWidgets project Help !

Post by eranif »

wx-config needs to know which version of wxWidgets you are using.
In order to do that, set 2 environment variables (Settings->Environment variables):

Code: Select all

WXWIN=/path/to/wxWidgets
WXCFG=gcc_dll\mswu
Note: if you built wxWingets in different configuration, like static lib, then set it like this:

Code: Select all

WXWIN=/path/to/wxWidgets
WXCFG=gcc_lib\mswu
Make sure you have read the HOW TO POST thread