[cmake-developers] [CMake 0015576]: cannot build CMake on old versions of HP-UX IA64
Mantis Bug Tracker
mantis at public.kitware.com
Wed May 20 10:41:13 EDT 2015
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=15576
======================================================================
Reported By: mscott
Assigned To:
======================================================================
Project: CMake
Issue ID: 15576
Category: CMake
Reproducibility: always
Severity: block
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-05-20 10:41 EDT
Last Modified: 2015-05-20 10:41 EDT
======================================================================
Summary: cannot build CMake on old versions of HP-UX IA64
Description:
Cannot build CMake 3.2.2 on old versions of HP-UX (IA64), as isfinite, used in
cmjsoncpp/json_writer.cpp, is not defined for this platform.
I can see a fix is proposed in the following commit
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b1cdb00 , however this
commit doesn't work for IA64 HP-UX platforms, in this case isfinite should be
defined as _Isfinite I believe. A quick test with that change allows me to get
past that section.
Steps to Reproduce:
Download CMake version 3.2.2 source, attempt to build on a HP-UX IA64 machine
running version B.11.23
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-05-20 10:41 mscott New Issue
======================================================================
More information about the cmake-developers
mailing list