View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016066CMakeCMakeSetuppublic2016-04-15 09:452016-06-10 14:21
Reporteralexfc 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
Platformx86pcOSQNXOS VersionQNX 6.5.0
Product VersionCMake 3.5.1 
Target VersionCMake 3.6Fixed in VersionCMake 3.6 
Summary0016066: Compilation error on ./bootstrap
DescriptionWhile compiling file cmake-3.5.1/Source/cmPolicies.cxx when launching ./bootstrap.error is :
isdigit not declared in this scope
Steps To ReproduceDownload and extract cmake-3.5.1
cd cmake-3.5.1
./boostrap
Additional InformationCompilation successful when adding
#include <ctype.h>
in the file cmake-3.5.1/Source/cmPolicies.cxx
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team