Notes |
|
(0025116)
|
Dongsheng Song
|
2011-01-27 22:03
|
|
Sorry, the category should be 'CMake'. |
|
|
(0026284)
|
Denis Pesotsky
|
2011-04-28 19:57
(edited on: 2011-04-28 21:33) |
|
Same here. Using following toolchain with cmake 2.8.4:
SET(CMAKE_SYSTEM_NAME Windows)
SET(CMAKE_C_COMPILER i486-mingw32-gcc)
SET(CMAKE_CXX_COMPILER i486-mingw32-g++)
SET(CMAKE_RC_COMPILER i486-mingw32-windres)
SET(CMAKE_FIND_ROOT_PATH /usr/i486-mingw32 /home/obey/mingw32 )
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
Following happens:
...
[100%] Building RC object src/CMakeFiles/../qfrost.dir/__/res/win_icon.rc.res
/usr/bin/i486-mingw32-windres: '/foCMakeFiles/../qfrost.dir/__/res/win_icon.rc.res': No such file
/usr/bin/i486-mingw32-windres: can't open `/foCMakeFiles/../qfrost.dir/__/res/win_icon.rc.res' for input
...
upd: uh, probably this is not related to this bag. WTF is /foCMakeFiles?
|
|
|
(0027392)
|
Vladislav
|
2011-09-07 11:17
|
|
Workaround for "/foCMakeFiles" bug.
Use attached patch ("fix_rc_support_workaround.patch") to file "/usr/share/cmake/Modules/CMakeRCInformation.cmake".
To fix original bug, need setup variable CMAKE_RC_COMPILER. |
|
|
(0027668)
|
David Cole
|
2011-10-28 10:13
|
|
Monitor the related Duplicate bug for further information on when this gets fixed... It is presently under investigation. |
|
|
(0029947)
|
David Cole
|
2012-07-09 06:52
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|