|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2004-07-14 14:35:38
"Jeff Garland" <jeff_at_[hidden]> writes:
> 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
Hint:
put it in your .cvsrc file so you don't have to remember. Mine is
-----
cvs -z9 -r
update -P -d
diff -bdu
-----
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk