[cmake-developers] [CMake 0016066]: Compilation error on ./bootstrap
Mantis Bug Tracker
mantis at public.kitware.com
Fri Apr 15 09:45:52 EDT 2016
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=16066
======================================================================
Reported By: alexfc
Assigned To:
======================================================================
Project: CMake
Issue ID: 16066
Category: CMakeSetup
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2016-04-15 09:45 EDT
Last Modified: 2016-04-15 09:45 EDT
======================================================================
Summary: 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
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2016-04-15 09:45 alexfc New Issue
======================================================================
More information about the cmake-developers
mailing list