MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013179 | CMake | CMake | public | 2012-05-01 07:59 | 2013-01-09 14:05 |
Reporter | Gerhard Aichinger | ||||
Assigned To | Peter Kuemmel | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | PC | OS | Windows | OS Version | XP SP3 |
Product Version | CMake 2.8.8 | ||||
Target Version | CMake 2.8.10 | Fixed in Version | CMake 2.8.10 | ||
Summary | 0013179: Unix Makefiles generator fails with MinGW tools with CMAKE_RC_COMPILER-NOTFOUND | ||||
Description | With CMake 2.8.8 each configure without setting parameter -DCMAKE_RC_COMPILER fails. See attached file cmake_failure.log CMake 2.6.4 configuring the same project works well without setting CMAKE_RC_COMPILER. | ||||
Steps To Reproduce | CMakeLists.txt: -------------------------- project(Test) cmake_minimum_required(VERSION 2.8) set(SRC main.cpp) add_executable(Test ${SRC}) main.cpp: -------------------------- int main() { return 0; } DOS console: cmake -G "Unix Makefiles" ==> build failed cmake -G "Unix Makefiles" -DCMAKE_RC_COMPILER=C:/MinGW/bin/windres.exe ==> build ok | ||||
Additional Information | From my point of view C:\Programme\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-GNU.cmake file should be modified (see C:\Programme\CMake2.8\share\cmake-2.8\Modules\Platform\CYGWIN-GNU.cmake file) If I added "set(CMAKE_GENERATOR_RC windres)" before "enable_language(RC)", then build works correct. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/4317/cmake_failure.log | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-01 07:59 | Gerhard Aichinger | New Issue | |||
2012-05-01 07:59 | Gerhard Aichinger | File Added: cmake_failure.log | |||
2012-05-01 08:24 | Brad King | Note Added: 0029380 | |||
2012-05-01 08:24 | Brad King | Assigned To | => Bill Hoffman | ||
2012-05-01 08:24 | Brad King | Status | new => backlog | ||
2012-05-01 08:24 | Brad King | Target Version | => CMake 2.8.9 | ||
2012-05-01 08:24 | Brad King | Summary | Configure fails with CMAKE_RC_COMPILER-NOTFOUND => Unix Makefiles generator fails with MinGW tools with CMAKE_RC_COMPILER-NOTFOUND | ||
2012-05-01 08:28 | Amine Khaldi | Note Added: 0029381 | |||
2012-06-19 16:14 | Peter Kuemmel | Note Added: 0029748 | |||
2012-06-19 16:31 | Peter Kuemmel | Note Edited: 0029748 | bug_revision_view_page.php?bugnote_id=29748#r692 | ||
2012-07-09 07:13 | David Cole | Note Added: 0029987 | |||
2012-07-09 07:18 | David Cole | Target Version | CMake 2.8.9 => | ||
2012-08-20 11:53 | David Cole | Assigned To | Bill Hoffman => | ||
2012-08-20 11:53 | David Cole | Status | backlog => new | ||
2012-08-20 11:53 | David Cole | Target Version | => CMake 2.8.10 | ||
2012-08-27 11:00 | Peter Kuemmel | Assigned To | => Peter Kuemmel | ||
2012-08-27 11:00 | Peter Kuemmel | Status | new => assigned | ||
2012-08-27 11:01 | Peter Kuemmel | Note Added: 0030775 | |||
2012-08-27 11:01 | Peter Kuemmel | Status | assigned => resolved | ||
2012-08-27 11:01 | Peter Kuemmel | Fixed in Version | => CMake 2.8.10 | ||
2012-08-27 11:01 | Peter Kuemmel | Resolution | open => fixed | ||
2013-01-09 14:05 | Robert Maynard | Note Added: 0032082 | |||
2013-01-09 14:05 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|