
14 Jul
2004
14 Jul
'04
7:35 p.m.
"Jeff Garland" <jeff@crystalclearsoftware.com> 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