cvs update just done.
applypatch < gnucash.diff

no errors displayed.

$ make gnome
make gnome.disabled
make[1]: Entering directory `/home/rob/src/cvs/gnucash'
make[1]: *** No rule to make target `gnome.disabled'.  Stop.
make[1]: Leaving directory `/home/rob/src/cvs/gnucash'
make: *** [gnome] Error 2
$ pwd
/home/rob/src/cvs/gnucash


then I read the Makefile, and I saw 
gnome.real:
        ${MAKE} FLAVOR=gnome build-flavor

so "make gnome.real" is called for....

looking good until the final linking....

obj/gnome/window-help.o: In function `htmlWindow':
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:403: undefined reference to 
`gtk_xmhtml_new'
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:406: undefined reference to 
`gtk_xmhtml_get_type'
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:406: undefined reference to 
`gtk_xmhtml_set_image_procs'
obj/gnome/window-help.o: In function `htmlKeyCB':
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:457: undefined reference to 
`gtk_xmhtml_get_type'
obj/gnome/window-help.o: In function `htmlAnchorCB':
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:609: undefined reference to 
`XmHTMLAnchorScrollToName'
obj/gnome/window-help.o: In function `xaccJumpToLabel':
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:674: undefined reference to 
`gtk_xmhtml_get_type'
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:674: undefined reference to 
`gtk_xmhtml_source'
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:677: undefined reference to 
`XmHTMLAnchorScrollToName'
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:679: undefined reference to 
`XmHTMLTextScrollToLine'
obj/gnome/window-help.o: In function `htmlReadImageProc':
/home/rob/src/cvs/gnucash/src/gnome/window-help.c:705: undefined reference to 
`XmHTMLImageDefaultProc'
collect2: ld returned 1 exit status
make[3]: *** [../../gnucash.gnome] Error 1
make[3]: Leaving directory `/home/rob/src/cvs/gnucash/src/gnome'
make[2]: *** [gnome] Error 2
make[2]: Leaving directory `/home/rob/src/cvs/gnucash/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/home/rob/src/cvs/gnucash'
make: *** [gnome.real] Error 2


and this is with the following:

$ export LD_RUN_PATH=/usr/X11R6/lib/

with make.gnome.static.real....

/usr/bin/ld: cannot find -lSM
collect2: ld returned 1 exit status
make[3]: *** [../../gnucash.gnome.static] Error 1
make[3]: Leaving directory `/home/rob/src/cvs/gnucash/src/gnome'
make[2]: *** [gnome.static] Error 2
make[2]: Leaving directory `/home/rob/src/cvs/gnucash/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/home/rob/src/cvs/gnucash'
make: *** [gnome.static.real] Error 2


$ locate libSM
/usr/lib/libc5-compat/libSM.so.6
/usr/lib/libc5-compat/libSM.so.6.0
/usr/X11R6/lib/libSM.so
/usr/X11R6/lib/libSM.so.6
/usr/X11R6/lib/libSM.so.6.0




rats, I was hoping to use dave's latest patches.  ;-)

rob



-- 
Here's your Quote of the Day for Saturday, September 10

Larry Brill

As the fading light of a dying day filtered through the window blinds, Roger
stood over his victim with a smoking .45, surprised at the serenity that
filled him after pumping six slugs into the bloodless tyrant that had mocked
him day after day, and then he shuffled out of the office with one last look
back at the shattered computer terminal lying there like a silicon armadillo
left to rot on the information highway.

1994 Bulwer-Lytton Grand Prize Winner

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

Reply via email to