$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-07-29 06:02:06
> When compiling boost/libs/filesystem/src/path_posix_windows.cpp on
> windows, a compilation error occurs because BOOST_WINDOWS is redefined.
>
> path_posix_windows.cpp has its own definition of BOOST_WINDOWS but this
> symbol is also defined in win32.hpp which is included by config.hpp.
> IMMO the definition of BOOST_WINDOWS should be removed and
> boost/config.hpp should be included instead.
Well spotted, it only produces a warning for me, but now fixed, thanks,
John.