Hello altogether,
I am supposed to work through a project written in C++ and QT for Windows platforms. Now I am not an expert in window-related stuff. I installed MinGW 3.4.5 and QTSDK on Win XP SP3.
I am using the tool "qmake" to create a makefile with all dependecies and that works just nice.
Then I use "make" to do the compiling and I get massive errors like these:
C:/Programme/MinGW/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bi
ts/istream.tcc:973: error: `__num' was not declared in this scope
For me that looks like the installation of MinGW is somehow corrupted.
Does anybody know how to fix that? Are environment-variables missing? Or do I need to install any further libraries?
Many thanks in advance!
Simon