Boost logo

Boost-Build :

From: Eric Niebler (eric_at_[hidden])
Date: 2004-02-26 03:42:52


I'm probably doing something wrong. I can't seem to get boost (main CVS)
to build under cygwin. At the cygwin prompt, I export TOOLS=gcc and then
invoke bjam, but I get a lot of errors, mostly regarding std::wstring
(see below). Any suggestions?

...patience...
...found 5321 targets...
...updating 675 targets...
MkDir1 bin
MkDir1 bin\boost
MkDir1 bin\boost\libs
MkDir1 bin\boost\libs\date_time
MkDir1 bin\boost\libs\date_time\build
MkDir1 bin\boost\libs\date_time\build\boost_date_time.dll
MkDir1 bin\boost\libs\date_time\build\boost_date_time.dll\gcc
MkDir1 bin\boost\libs\date_time\build\boost_date_time.dll\gcc\debug
gcc-C++-action
bin\boost\libs\date_time\build\boost_date_time.dll\gcc\debug\greg_month.ob

In file included from
c:/boost/main/boost/libs/date_time/src/gregorian/greg_month.cpp:21:
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:46: error:
syntax
error before `(' token
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:52: error:
syntax
error before `&' token
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp: In function `
std::basic_string<_CharT, std::char_traits<_CharT>,
std::allocator<_CharT> >
boost::to_simple_string_type(...)':
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:56: error:
syntax
error before `::' token
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:57: error:
syntax
error before `::' token
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp: At global
scope:
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:63: error:
syntax
error before `&' token
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp: In function `
std::string boost::to_simple_string(...)':
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:64: error: `
to_simple_string_type' undeclared (first use this function)
c:/boost/main/boost/boost/date_time/gregorian/formatters.hpp:64: error:
(Each
undeclared identifier is reported only once for each function it appears
in.)

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.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