$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-23 07:10:53
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>.