
14 Jul
2004
14 Jul
'04
6:26 p.m.
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