MantisBT - CMake
View Issue Details
0016066CMakeCMakeSetuppublic2016-04-15 09:452016-06-10 14:21
alexfc 
Brad King 
normalmajoralways
closedfixed 
x86pcQNXQNX 6.5.0
CMake 3.5.1 
CMake 3.6CMake 3.6 
0016066: Compilation error on ./bootstrap
While compiling file cmake-3.5.1/Source/cmPolicies.cxx when launching ./bootstrap.error is :
isdigit not declared in this scope
Download and extract cmake-3.5.1
cd cmake-3.5.1
./boostrap
Compilation successful when adding
#include <ctype.h>
in the file cmake-3.5.1/Source/cmPolicies.cxx
No tags attached.
Issue History
2016-04-15 09:45alexfcNew Issue
2016-04-15 13:48Brad KingNote Added: 0040869
2016-04-15 13:48Brad KingAssigned To => Brad King
2016-04-15 13:48Brad KingStatusnew => resolved
2016-04-15 13:48Brad KingResolutionopen => fixed
2016-04-15 13:48Brad KingFixed in Version => CMake 3.6
2016-04-15 13:48Brad KingTarget Version => CMake 3.6
2016-06-10 14:21Kitware RobotNote Added: 0041193
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0040869)
Brad King   
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   
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.