Using latest source from CVS, the 'make gnome' command produces the
following errors (I think this occurs when linking the object files and
libraries):

../../src/g-wrap/obj/gnome/gnc.o: In function
`gwrap_gnc_extensions_menu_add_item':
/home/jshep/cvs/xacc/src/g-wrap/gnc.c:3128: undefined reference to
`gnc_extensions_menu_add_item'
../../src/g-wrap/obj/gnome/gnc.o: In function
`gwrap_gnc_main_window_get_session':
/home/jshep/cvs/xacc/src/g-wrap/gnc.c:3163: undefined reference to
`gnc_main_window_get_session'
collect2: ld returned 1 exit status
make[3]: *** [../../gnucash.gnome] Error 1
make[3]: Leaving directory `/home/jshep/cvs/xacc/src/gnome'
make[2]: *** [gnome] Error 2
make[2]: Leaving directory `/home/jshep/cvs/xacc/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/home/jshep/cvs/xacc'
make: *** [gnome] Error 2

In addition, the 'make motif' command produces the following errors:

gcc -Wp,-MD,obj/motif/gnc.d.tmp -c -g -O2 -Werror -Wno-unused -I.
-I../../ -I../../src -I../../src/swig -I../../src/engine
-I../../src/register -I../../src/guile -I../../include
-I../../lib/ComboBox-1.33 -I../../lib/Xbae-4.6.2-linas
-I../../lib/g-wrap-install/include -I/usr/local/include
-I/usr/local/opt/g-wrap/include   -DMOTIF -o obj/motif/gnc.o gnc.c
In file included from ../../src/engine/Group.h:30,
                 from ../../src/engine/Session.h:32,
                 from gnc.c:14:
../../include/gnc-common.h:28: Xm/Xm.h: No such file or directory
make[3]: *** [obj/motif/gnc.o] Error 1
rm gnc.c
make[3]: Leaving directory `/home/jshep/cvs/xacc/src/g-wrap'
make[2]: *** [motif] Error 2
make[2]: Leaving directory `/home/jshep/cvs/xacc/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/home/jshep/cvs/xacc'
make: *** [motif] Error 2

The Xm.h file does exist as /usr/X11R6/include/Xm/Xm.h, so I added -I
/usr/X11R6/include to the Makefile in $HOME/cvs/xacc/src/g-wrap.  The
motif version then compiled without any problems.

After running 'make install' and running gnucash, I receive the
following errors:

gnucash: bootstrap file is (null)
ERROR: In procedure primitive-load:
ERROR: Wrong type argument in position 1: #f


Any help is appreciated.

-Jim Shepherd

----- %< -------------------------------------------- >% ------
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