id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2654,Build of regex fails on AIX 5.1 with gcc 2.95.3,Phil Nick ,John Maddock,"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 should be: # elif defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX) # include This allows inttypes.h to be properly included. I am new to boost let me know if I am formatting this incorrectly. ",Bugs,closed,Boost 1.38.0,regex,Boost 1.37.0,Problem,fixed,AIX,