Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-03-27 14:50:06


At 01:28 PM 3/27/2003, Marshall Clow wrote:

>On Monday, I attempted to run the Darwin regression tests off the main
>branch.
>
>The tools failed to build - specifically "process_jam_log" failed to
build,
>because the filesystem library failed to compile.
>
>In particular, "libs/filesystem/src/exception.cpp" failed on line 192 in
>the constructor:
>
>> filesystem_error::filesystem_error(
>> const std::string & who,
>> const std::string & message )
>>line 192--> : std::runtime_error(
>> other_error_prep( who, message ).c_str() ),
>> m_sys_err(0), m_err(other_error), m_who(who)
>> {}

Marshall,

Three days ago I changed boost/filesystem/exception.hpp and
libs/filesystem/src/exception.cpp. I just checked CVS, and see that both
changes did get committed.

Yet it looks like you have the changes to boost/filesystem/exception.hpp,
but not the changes to libs/filesystem/src/exception.cpp, and that is what
is causing the compiler errors.

Try a cvs update again, and see if that doesn't clear the problem.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk