$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-08-15 05:15:03
> I've tried this but it seemed not to work at least for
> date_time:( I may be not insistent enough though..:)
Well I've double checked and date_time *is* guarded by both BOOST_ALL_NO_LIB
and BOOST_DATE_TIME_NO_LIB, so there must be some object files that you
haven't rebuilt. You're linker error messages should tell you what those
object files are I believe, but failing that make sure you clean
*everything* and then do a full rebuild, don't skip any object files,
shortcuts don't work :-)
John.