[EMAIL PROTECTED] (Bruce Z. Lysik) writes:

> Hi folks.
> 
> I've checked out the CVS version of gnucash, and am attempting to make 
> the gnome version.  It had compiled successfully before, but after a
> recent update, it now fails.
> 
> make[2]: Entering directory `/home/workspace/gnucash/src'
> gcc -Wp,-MD,obj/gnome/MultiLedger.d.tmp -c -g -O2  -I/usr/X11R6/include -I. -I.. 
>-I./engine -I./register -Ireports -I./../include -I/usr/local/include  -pg -I./gnome 
>-I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include 
>-I/usr/X11R6/include -I/usr/local/lib/glib/include -DGNOME -o obj/gnome/MultiLedger.o 
>MultiLedger.c 
> In file included from register/splitreg.h:56,
>                  from MultiLedger.h:31,
>                  from MultiLedger.c:30:
> register/table-allgui.h:103: table-gnome.h: No such file or directory
> make[2]: *** [obj/gnome/MultiLedger.o] Error 1
> 
> I've done repeated checkouts to see if CVS had missed this file, but
> no go.  So am I the only one with this problem or not?

First thing to try (presuming you have autoconf installed).

  rm configure
  autoconf
  rm config.cache
  ./configure <whatever-options-you-want>
  make gnome

Sometimes the configure in CVS gets out of sync with configure.in, and
sometimes the cache confuses other things.

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to