Rob Browning writes:
 > 
 > You need to make sure to include --with-gnome=/usr/local in your
 > configure step.  Then it'll pick up the right directories.
 > 

Thanks, that worked great.  I encountered another problem during compilation,
though, and I think this might be gnucash-specific (again I'm working with what
I understand is the most current version: gnucash-1.1.19).  Here's the
compilation error I get now:

make[3]: Entering directory `/usr/local/src/gnucash-1.1.19/src/gnome'
gcc -Wp,-MD,obj/gnome/RegWindow.d.tmp -c -O2 -Wall  -I/usr/local/include
-I/usr/local/lib/gnome-libs/include -I/usr/X11R6/include
-I.. -I../.. -I../engine -I../register -I../guile -I./../../include
-I/usr/local/include -I/usr/X11R6/include -I/usr/local/lib/glib/include
-I/usr/local/include -DGNOME -o obj/gnome/RegWindow.o RegWindow.c 
RegWindow.c:43: Ledger.h: No such file or directory
make[3]: *** [obj/gnome/RegWindow.o] Error 1

Unfortunately, there is no Ledger.h file anywhere on my system.  After a bit of
investigating and comparing src/motif/RegWindow.c to src/gnome/RegWindow.c, I
changed the 

#include "Ledger.h"

in src/gnome/RegWindow.c to 

#include "MultiLedger.h"

I'm not sure if this was a correct change, but it compiled.  Was this
appropriate, or is there a better solution to this problem?

Thanks again for the help,

-Scott
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to