View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0016066 | CMake | CMakeSetup | public | 2016-04-15 09:45 | 2016-06-10 14:21 | ||||
Reporter | alexfc | ||||||||
Assigned To | Brad King | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | x86pc | OS | QNX | OS Version | QNX 6.5.0 | ||||
Product Version | CMake 3.5.1 | ||||||||
Target Version | CMake 3.6 | Fixed in Version | CMake 3.6 | ||||||
Summary | 0016066: Compilation error on ./bootstrap | ||||||||
Description | While compiling file cmake-3.5.1/Source/cmPolicies.cxx when launching ./bootstrap.error is : isdigit not declared in this scope | ||||||||
Steps To Reproduce | Download and extract cmake-3.5.1 cd cmake-3.5.1 ./boostrap | ||||||||
Additional Information | Compilation successful when adding #include <ctype.h> in the file cmake-3.5.1/Source/cmPolicies.cxx | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0040869) Brad King (manager) 2016-04-15 13:48 |
Thanks, fixed: cmPolicies.cxx: Add missing include <ctype.h> for isdigit https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cc684857 [^] We once had nightly testing on QNX but the person running those is no longer able. Would you be able to run one? Please see instructions here: https://cmake.org/Wiki/CMake/Git/Dashboard [^] |
(0041193) Kitware Robot (administrator) 2016-06-10 14:21 |
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2016-04-15 09:45 | alexfc | New Issue | |
2016-04-15 13:48 | Brad King | Note Added: 0040869 | |
2016-04-15 13:48 | Brad King | Assigned To | => Brad King |
2016-04-15 13:48 | Brad King | Status | new => resolved |
2016-04-15 13:48 | Brad King | Resolution | open => fixed |
2016-04-15 13:48 | Brad King | Fixed in Version | => CMake 3.6 |
2016-04-15 13:48 | Brad King | Target Version | => CMake 3.6 |
2016-06-10 14:21 | Kitware Robot | Note Added: 0041193 | |
2016-06-10 14:21 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |