$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-07-24 04:41:29
> I could be wrong but this seems to me that the compiler is objecting to
> BOOST_DATE_TIME_DECL, which becomes __declspec(dllexport) because
> BOOST_HAS_DECLSPEC is defined for the Comeau compiler.
>
> Needless to say many other errors along thr same lines occur in the build
> for
> other libraries which use __declspec(dllexport).
Technically correct, however since you can't build dll's anyway with
commeau, the change is pointless. I believe that commeau computing hope to
support dll's in a future release, and will very likely support
__declspec(dllexport) when they do so.
John.