$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2004-07-14 13:26:11
On Wed, 14 Jul 2004 10:48:40 -0700, Marshall Clow wrote
> >In reviewing the failure of the serialization library build on Darwin - it
> >seems that none of the include file can be found. This sounds like some
> >sort of Jamfile or build setup issue. Can anyone give me any insight here?
>
> Yes - I did a "cvs update", which apparently did not pull down any
> new directories.
You need to do "cvs update -d" to get new directories. The other option you
typically want is to prune empty directories. So
cvs update -d -P
Jeff