Compiling boost on tru64
Hi, I'm getting this error trying to build boost tru64cxx65-C++-action bin/boost/libs/date_time/build/libboost_date_time.so/tru64 cxx65/debug/greg_month.o cxx: Error: /adp/local/src/boost_1_32_0/boost/cstdint.hpp, line 87: #5 could not open source file "inttypes.h" Quite true, it doesn't exist. Here's my command line: bjam -sTOOLS=tru64cxx65 install Compiler is
cxx -V Compaq C++ V6.5-041 for Digital UNIX V4.0F (Rev. 1229) Compiler Driver V6.5-041 (cxx) cxx Driver
Is this a configuration issue? Mark Helzer ADP Dealer Services 2525 S.W 1st Portland, OR. (503) 402-3481
Mark Helzer wrote:
I'm getting this error trying to build boost tru64cxx65-C++-action bin/boost/libs/date_time/build/libboost_date_time.so/tru64 cxx65/debug/greg_month.o cxx: Error: /adp/local/src/boost_1_32_0/boost/cstdint.hpp, line 87: #5 could not open source file "inttypes.h"
Quite true, it doesn't exist. Here's my command line: bjam -sTOOLS=tru64cxx65 install
Compiler is
cxx -V
Compaq C++ V6.5-041 for Digital UNIX V4.0F (Rev. 1229) Compiler Driver V6.5-041 (cxx) cxx Driver
Is this a configuration issue?
For now, remove '|| defined(__osf__)' from line 85 of cstdint.hpp. There may be a more general fix in the current CVS version, but this change works for me (and my 4.0F system). -- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601
participants (2)
-
Mark Helzer
-
Richard Hadsell