
23 Nov
2004
23 Nov
'04
12:10 p.m.
John Maddock wrote:
I'm trying to build some of the Boost libraries for the tru64cxx65 toolset. It seems that a header is missing from my compiler (Compaq C++ V6.5-030 for Digital UNIX V4.0F). This kind of error is showing up in a lot of code, since it seems to be a problem in a basic Boost header:
I believe we are assuming that your platform has an <inttypes.h> header (our test machines for that platform do so), if yours does not then you may need to stop BOOST_HAS_STDINT_H from getting defined,
BOOST_HAS_STDINT_H is about <stdint.h>, is it not? Not <inttypes.h>.