I just downloaded the 1.1.20 version off the ftp server and tried to install it. The end of the make output is attached to this message. It appears to be having problems finding gnome.h file. I did a find on my system and I have a gnome.h file at /opt/gnome/include/gnome.h How do I get past this error? Thanks for your time, Kyle Dansie --
gnucash.c: In function `gnucash_main_helper': gnucash.c:79: warning: passing arg 1 of `gh_str02scm' discards `const' from pointer target type gnucash.c:81: warning: passing arg 1 of `gh_eval_file' discards `const' from pointer target type gnucash.c:52: warning: unused variable `config_file' sed -e "1 s|gnucash\.o|obj/gnucash.o|1" obj/gnucash.d.tmp > obj/gnucash.d rm obj/gnucash.d.tmp make[3]: Leaving directory `/opt/gnucash/gnucash-1.1.20/src/guile' make[3]: Entering directory `/opt/gnucash/gnucash-1.1.20/src/gnome' gcc -Wp,-MD,obj/gnome/main.d.tmp -c -O2 -Wall -I.. -I../.. -I../engine -I../register -I../guile -I./../../include -I/usr/local/include -I/usr/lib/glib/include -I/usr/X11R6/include -DGNOME -o obj/gnome/main.o main.c main.c:23: gnome.h: No such file or directory make[3]: *** [obj/gnome/main.o] Error 1 make[3]: Leaving directory `/opt/gnucash/gnucash-1.1.20/src/gnome' make[2]: *** [gnome] Error 2 make[2]: Leaving directory `/opt/gnucash/gnucash-1.1.20/src' make[1]: *** [build-flavor] Error 2 make[1]: Leaving directory `/opt/gnucash/gnucash-1.1.20' make: *** [gnome] Error 2
