Working more closely with GNOME

Dave Peticolas peticola@krondo.com
Wed, 19 Jul 2000 22:06:24 -0700


Ed Porras writes:
> 
> and while I'm at it, has there been some major change in cvs? I
> haven't been able to compile the tree the past week.. here's what I
> get:
> 
> make[2]: Entering directory `/root/src/gnucash/src'
> Making all in doc
> make[3]: Entering directory `/root/src/gnucash/src/doc'
> Making all in design
> make[4]: Entering directory `/root/src/gnucash/src/doc/design'
> make[4]: *** No rule to make target `all'.  Stop.

This error usually indicates there is a missing Makefile. Run

./config.status

to build it.

dave