Page 1 of 1

Re: wxWidgets project Help !

Posted: Fri Sep 20, 2019 2:56 pm
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