Compiler: Default compiler Building Makefile: "G:\devcpp\Makefile.win" Executing make... make.exe -f "G:\devcpp\Makefile.win" all g++.exe -c AboutDialog.cpp -o AboutDialog.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" In file included from C:/Dev-Cpp/include/wx/wx.h:15, from DRSOscInc.h:7, from AboutDialog.cpp:7: C:/Dev-Cpp/include/wx/defs.h:179: error: redeclaration of C++ built-in type `int' In file included from C:/Dev-Cpp/include/wx/memory.h:20, from C:/Dev-Cpp/include/wx/object.h:25, from C:/Dev-Cpp/include/wx/wx.h:16, from DRSOscInc.h:7, from AboutDialog.cpp:7: C:/Dev-Cpp/include/wx/string.h:160:4: #error "Please define string case-insensitive compare for your OS/compiler" In file included from DRSOscInc.h:12, from AboutDialog.cpp:7: DRSOsc.h:38:26: wx/hyperlink.h: No such file or directory In file included from DRSOscInc.h:12, from AboutDialog.cpp:7: DRSOsc.h:532: error: ISO C++ forbids declaration of `wxHyperlinkCtrl' with no type DRSOsc.h:532: error: expected `;' before '*' token make.exe: *** [AboutDialog.o] Error 1 Execution terminated