MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0012420 | CMake | CMake | public | 2011-08-25 01:44 | 2012-09-03 16:01 | |||||
Reporter | Bhadresh Desai | |||||||||
Assigned To | Brad King | |||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | Unix | OS | AIX | OS Version | 5.3 | |||||
Product Version | CMake 2.8.5 | |||||||||
Target Version | CMake 2.8.9 | Fixed in Version | CMake 2.8.9 | |||||||
Summary | 0012420: CMake fails to identify the compiler | |||||||||
Description | CMake fails to identify compiler as a result you cannot build even a simple C/C++ program on AIX 5.3 | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | The issue is converting CMakeCXXCompilerId.cpp.in and CMakeCCompilerId.c.in to CMakeCXXCompilerId.cpp and CMakeCCompilerId.c For some reason the first character in file is missed out when creating the .cpp and .c file. As a work around I had to put additional space at the beginning of the file. Also there is issue around @CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT@ in both files. I had to add " /" (a space and /) in front of @CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT@ to get it working. I am attaching both modified files. | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ![]() https://public.kitware.com/Bug/file/4019/CMakeCXXCompilerId.cpp.in ![]() https://public.kitware.com/Bug/file/4020/CMakeCCompilerId.c.in | |||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2011-08-25 01:44 | Bhadresh Desai | New Issue | ||||||||
2011-08-25 01:44 | Bhadresh Desai | File Added: CMakeCXXCompilerId.cpp.in | ||||||||
2011-08-25 01:45 | Bhadresh Desai | File Added: CMakeCCompilerId.c.in | ||||||||
2012-04-19 10:16 | Brad King | Relationship added | has duplicate 0013149 | |||||||
2012-04-19 14:30 | Brad King | Note Added: 0029265 | ||||||||
2012-04-19 14:30 | Brad King | Status | new => resolved | |||||||
2012-04-19 14:30 | Brad King | Resolution | open => fixed | |||||||
2012-04-19 14:30 | Brad King | Assigned To | => Brad King | |||||||
2012-04-19 14:30 | Brad King | Fixed in Version | => CMake 2.8.9 | |||||||
2012-04-19 14:30 | Brad King | Target Version | => CMake 2.8.9 | |||||||
2012-09-03 16:01 | David Cole | Note Added: 0030866 | ||||||||
2012-09-03 16:01 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|