I'm *still* having issues with windres when compiling the OGRE Win32 Platform manager. I've followed all the info I found searching the forum (eg: changing the parameter from -J to -I) but I'm still getting errors...
The resource will semi compile if I remove the include path directive (I kept getting weird messages about C:\MinGW\include being an unrecognised format, even when explicitly passing it as an include directory). The latest error (after hard pathing things like resource.h, etc) is:-
Compiling: ..\misc\OgreWin32Resources.rc
windres.exe: ../misc/OgreWin32Resources.rc:99: parse error
Line 99 looks like:
CONTROL 106,IDC_STATIC,"Static",SS_BITMAP,0,0,327,140
When I remove that line, it compiles but crashes code::blocks on linking.
It's pretty bizarre, to say the least ^^
Any ideas from people who've compiled OGRE with GCC 4.x under C::B 1.0 final beta?