Well that kinda works now, thanks. I've tried building the Controls sample. I've had to make some modifications due to missing toString symbols and missing default switches. After that I've unfortunately hit this:
http://www.digitalmars.com/ctg/optlink.html C:\wxMSW-2.8.12\lib\dmc_lib\wxexpatd.lib(xmlparse) Error 168: >64K Global Types Damn optlink.. I've re-built wxWidgets via GNU Make, then tried to build wxd with GNU Make but failed: D:\dev\projects\wxd>mingw32-make -f makefile.gcc mingw32-make -C wxc -f makefile.gcc WX_RELEASE The system cannot find the file specified. The system cannot find the file specified. The system cannot find the file specified. The system cannot find the file specified. process_begin: CreateProcess(NULL, wx-config --cxxflags, ...) failed. mingw32-make[1]: Entering directory `D:/dev/projects/wxd/wxc' g++ -D__GDC__ -O2 -Wall -c -o wx-release.o wx-release.cpp wx-release.cpp:6:21: fatal error: wx/defs.h: No such file or directory compilation terminated. mingw32-make[1]: *** [wx-release.o] Error 1 mingw32-make[1]: Leaving directory `D:/dev/projects/wxd/wxc' mingw32-make: *** [wxc/WX_RELEASE] Error 2 My WXDIR is set up properly: D:\dev\projects\wxd>echo %WXDIR% C:\wxMSW-2.8.12