Trying to build my Project leads to this message:
-------------- Build: Debug in BoreasFramework ---------------
Compiling: Renderer\Font.cpp
mingw32-g++.exe: 1: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
It occurs in current Version...but in later Versions to...don't know why. The Project itself is okay, as it build untill friday, and since then I didn't change a thing. I completely reinstalled CodeBlocks and MinGW but the error remains. I'm using win2k sp4 as OS.
mfg, and hope that one may help me
EDIT: I found the source of the Problem:
mingw32-g++.exe -Wall -g -D_DEBUG 1 -Wall -IC:\MinGW\include -c C:\Xzon\Entwicklung\BoreasFramework\Renderer\Font.cpp -o obj\Debug\Renderer\Font.o
I guess the Debugoption is misspelled for minGW.
EDIT2: WAHH sorry, it's kind of my own fault...maybe some note to the define section would be usefull:)