
23 Nov
2004
23 Nov
'04
12:03 p.m.
Richard Hadsell 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:
The problem is Digital UNIX V4.0F. It doesn't have inttypes.h. Try to remove the check for __osf__ in boost/cstdint.hpp:85 and see what happens. But be warned, no regression tests were run for Digital UNIX V4.0F, only for V5.1, so you are on your own. HTH, Markus