Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost can not find istream
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-12-22 08:57:40


On Tuesday 22 December 2009 15:40:10 JacquesDirac wrote:

>
> 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"

Those errors suggest that your compiler is badly misconfigured/installed, and this
is probably not a Boost fault. You might not have parts of compiler installed.

Sorry,
Volodya


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