code in cvs is broken

Linas Vepstas linas@linas.org
Tue, 13 Nov 2001 23:33:02 -0600 (CST)


I just checked out a clean copy of gnucash from the cvs head,
but it won't compile:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/calculation
-I../../src/engine -I../../src/network-utils -I../../src/app-utils
-I../../src/app-file -I../../src/app-file/gnome -I../../src/backend/file
-I../../src/g-wrap -I../../src/gnome-utils
-I../../src/register/ledger-core -I../../src/register/register-core
-I../../src/register/register-gnome -I../../src/report/report-system
-I../../src/import-export/binary-import
-I../../src/import-export/qif-import -I/usr/local/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/orbit-1.0 -I/usr/include/gnome-1.0
-I/usr/include/freetype2 -I/usr/include -DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/gnome-xml -I/usr/X11R6/include -I/usr/include
-I/usr/include/gnome-xml -g -O2 -Wall -Wunused -Wall -Wno-unused
-Werror-implicit-function-declaration -Wp,-MD,.deps/top-level.pp -c
top-level.c  -fPIC -o .libs/top-level.o
top-level.c:62: gw-gnc.h: No such file or directory
make[4]: *** [top-level.lo] Error 1
make[4]: Leaving directory `/home/linas/src/xacc/gnucash-head/src/gnome'


There is no gw-gnc.h that I can find, and gw-gnc-module.h doesn't seem
to do the trick.   I presume there's some valid excuse for having 
code in CVS that won't compile ??

--linas