Hi all, looking for some help getting wxWidgets to work. Frankly, I'm having a horrible time with it. Using GCC compiler and have wxWidgets installed (I think). Clicking compile gives me an error:
C:\wxWidgets\include\wx\platform.h|183|fatal error: wx/setup.h: No such file or directory|
Double clicking on the error in the build messages, takes me to the offending line in "platform.h".
there is indeed no setup.h in wx but I have a setup.h file in msvc/wx/setup.h, should I simply copy this to the wx directory? Or should I edit the platform.h file to refer instead to the msvc/wx directory?