[Boost-bugs] [Boost C++ Libraries] #2654: Build of regex fails on AIX 5.1 with gcc 2.95.3

Subject: [Boost-bugs] [Boost C++ Libraries] #2654: Build of regex fails on AIX 5.1 with gcc 2.95.3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-13 21:28:58


#2654: Build of regex fails on AIX 5.1 with gcc 2.95.3
----------------------------------------------+-----------------------------
 Reporter: Phil Nick <phil_at_[hidden]> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: regex
  Version: Boost 1.37.0 | Severity: Problem
 Keywords: AIX |
----------------------------------------------+-----------------------------
 Building of regex failed (possibly others as well) on AIX 5.1 with gcc
 2.95.3.

 The problem is actually in boost\cstdint.hpp. I put the bug under regex
 since I wasn't sure what to select for cstdint.hpp.

 Line #39-40 is:
 # elif defined(__FreeBSD__) || defined(__IBMCPP__)
 # include <inttypes.h>

 should be:
 # elif defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX)
 # include <inttypes.h>

 This allows inttypes.h to be properly included.

 I am new to boost let me know if I am formatting this incorrectly.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2654>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC