|
Boost : |
From: Richard Hadsell (hadsell_at_[hidden])
Date: 2004-11-22 16:44:28
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:
cxx: Error: /tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0/boost/cstdint.hpp, line 87: #5
could not open source file "inttypes.h"
# include <inttypes.h>
----------------------^
cxx: Error: /tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0/boost/cstdint.hpp, line 91: #282
the global scope has no "int8_t"
using ::int8_t;
----------^
cxx: Error: /tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0/boost/cstdint.hpp, line 92: #20
identifier "int8_t" is undefined
typedef int8_t int_least8_t;
----------^
...
cxx: Info: 27 errors detected in the compilation of "/tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0/libs/filesystem/build/../src/convenience.cpp".
cxx -c -timplicit_local -ptr "bin/boost/libs/filesystem/build/libboost_filesystem.so/tru64cxx65/release/cxx_repository" -noimplicit_include -D__USE_STD_IOSTREAM -nousing_std -msg_display_number -msg_disable 186,450,1115 -DNDEBUG -DNDEBUG -DBOOST_FILESYSTEM_DYN_LINK=1 -O2 -model ansi -I"bin/boost/libs/filesystem/build" -I"/tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0" -I"/usr/include" -I"/tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0" -o "bin/boost/libs/filesystem/build/libboost_filesystem.so/tru64cxx65/release/convenience.o" "/tmp_mnt/netDISKS/cgi/DIGITAL6/cgi/vendor/library/boost/boost_1_32_0/libs/filesystem/build/../src/convenience.cpp"
-- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell_at_[hidden] Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk