compile errors with the latest unstable version

Dave Peticolas dave@krondo.com
Thu, 04 Jan 2001 13:41:16 -0800


Richard -Gilligan- Uschold writes:
> 
> --------------26794D91CE99FC1B9F576386
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> I did a cvs update of the latest unstable version:
> 
> cvs -d :pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot login
> cvs -z3 -d:pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot update -P

Your tree is missing some new directories. Use

cvs -z3 -d:pserver:cvs@cvs.gnucash.org:/home/cvs/cvsroot update -dP 

The important addition being the 'd' option to update.

dave