NoxWings
24-10-2011 13:46:21
Hi!This is my first post
!
I have tried to compile MyGUI 3.0.1 downloading sources from the website
I'm using CMake 2.8.6 and MinGW.
But it runs into an error when trying to compile the tools and demos, saying "windres.exe: invalid option -f"
Anyway CMAKE_RC_FLAGS is set to be an empty string so I don't know how to fix this issue.
Any clue?

I have tried to compile MyGUI 3.0.1 downloading sources from the website
I'm using CMake 2.8.6 and MinGW.
But it runs into an error when trying to compile the tools and demos, saying "windres.exe: invalid option -f"
Anyway CMAKE_RC_FLAGS is set to be an empty string so I don't know how to fix this issue.
[ 46%] Building RC object Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/__/__/Com
mon/Base/BaseResource.rc.obj
C:\MinGW\bin\windres.exe: invalid option -f
mingw32-make[2]: *** [Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/__/__/Common/Base/BaseResource.rc.obj] Error 1
mingw32-make[1]: *** [Demos/Demo_Colour/CMakeFiles/Demo_Colour.dir/all] Error 2
mingw32-make: *** [all] Error 2
Any clue?