Boost logo

Boost-Build :

Subject: [Boost-build] Boost can not find istream
From: JacquesDirac (jacquesdirac_at_[hidden])
Date: 2009-12-22 07:40:10


Hello,

When trying to build some part of Boost, some files can not be found:

$ ./bjam date_time
...patience...
...found 487 targets...
...updating 6 targets...
common.mkdir bin.v2/libs/date_time/build/gcc-2.96/debug
common.mkdir bin.v2/libs/date_time/build/gcc-2.96/debug/gregorian
gcc.compile.c++
bin.v2/libs/date_time/build/gcc-2.96/debug/gregorian/greg_month.o
In file included from boost/date_time/date_parsing.hpp:16,
                 from boost/date_time/gregorian/parsers.hpp:13,
                 from boost/date_time/gregorian/greg_facet.hpp:14,
                 from libs/date_time/src/gregorian/greg_month.cpp:15:
boost/lexical_cast.hpp:19:19: istream: No such file or directory
In file included from boost/lexical_cast.hpp:31,
                 from boost/date_time/date_parsing.hpp:16,
                 from boost/date_time/gregorian/parsers.hpp:13,
                 from boost/date_time/gregorian/greg_facet.hpp:14,
                 from libs/date_time/src/gregorian/greg_month.cpp:15:
boost/detail/lcast_precision.hpp:12:15: ios: No such file or directory
boost/detail/lcast_precision.hpp:13:18: limits: No such file or directory

    "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC
-DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -I"." -c -o
"bin.v2/libs/date_time/build/gcc-2.96/debug/gregorian/greg_month.o"
"libs/date_time/src/gregorian/greg_month.cpp"

...failed gcc.compile.c++
bin.v2/libs/date_time/build/gcc-2.96/debug/gregorian/greg_month.o...
gcc.compile.c++
bin.v2/libs/date_time/build/gcc-2.96/debug/gregorian/greg_weekday.o
gcc.compile.c++
bin.v2/libs/date_time/build/gcc-2.96/debug/gregorian/date_generators.o
...skipped
<pbin.v2/libs/date_time/build/gcc-2.96/debug>libboost_date_time.so.1.41.0
for lack of
<pbin.v2/libs/date_time/build/gcc-2.96/debug>gregorian/greg_month.o...
...failed updating 1 target...
...skipped 1 target...
...updated 4 targets...

Which / what kind of files (.h or .so or ...) are exactly missing?
And how can I point Boost to search a specified directory for these files?

I am new to Boost, but I need some pieces of it to use in another app
(gnash), so I hope someone can help me with this!

Thanks in advance.

Best regards.

-- 
View this message in context: http://old.nabble.com/Boost-can-not-find-istream-tp26887701p26887701.html
Sent from the Boost - Build mailing list archive at Nabble.com.

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk