1. Dev-C++ template compilation and a truckload of errors.
#2527
Posted by: 2003-08-23 02:39:49
Hi there.
I use (and abuse) Dev-C++ and I've just installed wxWindows library. Unfortunatelly, when I try to compile the template, the compiler spits out the following errors:
- In file included from C:/DEV-CPP/include/wx/wx.h - from main.cpp - redeclaration of C++ built-in type `bool' - In file included from C:/DEV-CPP/include/wx/debug.h - from C:/DEV-CPP/include/wx/defs.h - from C:/DEV-CPP/include/wx/wx.h - from main.cpp - #error "Please define string case-insensitive compare for your OS/compiler" - (etc, etc, etc..)
A bunch of other errors follow.
So, can anyone help me with this one?
2. Re: Dev-C++ template compilation and a truckload of errors.
#2528
Posted by: 2003-08-23 02:58:22
Stupid old me. Apparently it was another case of RTFM.
The thing is, I installed wxWindows' lib through vUpdate, which instals an outdated version.