latest patch doesn't link.. I checked the output and found the
following:
-- ** BEGIN ** ----
sed -e "1 s|reconcile-list\.o|obj/gnome/reconcile-list.o|1"
obj/gnome/reconcile-list.d.tmp > obj/gnome/reconcile-list.d
rm obj/gnome/reconcile-list.d.tmp
Unknown library `@GTK_XMHTML@'
gcc -o { snipped huge list of objects here } -L/home/ep/lib -lreadline -lnana -lpng
-ljpeg -lz -lm -rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnomeui -lart_lgpl -lgdk_imlib
-lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile
-lm -ldb1 -lglib -ldl -L/usr/lib -lguile -ldl -lreadline -ltermcap -lm
../../lib/g-wrap-install/lib/libgwrapguile.a
obj/gnome/window-help.o: In function `htmlWindow':
obj/gnome/window-help.o(.text+0x2f4): undefined reference to `gtk_xmhtml_new'
obj/gnome/window-help.o: In function `xaccJumpToLabel':
obj/gnome/window-help.o(.text+0x8a6): undefined reference to `gtk_xmhtml_get_type'
obj/gnome/window-help.o(.text+0x8b9): undefined reference to `gtk_xmhtml_source'
collect2: ld returned 1 exit status
make[3]: *** [../../gnucash.gnome] Error 1
make[3]: Leaving directory `/home/ep/etc/build/gnucash/src/gnome'
make[2]: *** [gnome] Error 2
make[2]: Leaving directory `/home/ep/etc/build/gnucash/src'
-- ** END ** ----
so it seems @GTK_XMHTML@ is not substituted correctly.. I manually
went into the makefile and changed the following:
LIBS = -L$(prefix)/lib -lreadline -lnana -lpng -ljpeg -lz -lm \
$(shell ${GNOME_CONFIG_BIN} --libs gnomeui @GTK_XMHTML@) $(GUILELIBS) \
../../lib/g-wrap-install/lib/libgwrapguile.a
to:
LIBS = -L$(prefix)/lib -lreadline -lnana -lpng -ljpeg -lz -lm -lgtkxmhtml\
$(shell ${GNOME_CONFIG_BIN} --libs gnomeui) $(GUILELIBS) \
../../lib/g-wrap-install/lib/libgwrapguile.a
and it linked just fine..
I haven't played with it much yet, but I've noticed the following:
- the txn display bug I pointed out before is fixed.. also, the
pull-down works great, and it seems the text completion for
"description" is smarter now.. thanks, Dave, et al.
on the help side:
- help "Contents" button doesn't do anything.. I imagine this would
take you back to the TOC..
- help images are broken..
FYI, I'm not installing this under /usr/local but rather in my home
dir (configuring with --prefix=/home/ep)
-e
--
Ed Porras [EMAIL PROTECTED] "You are the club/restaurant
http://www.cise.ufl.edu/~ep special God!" - Monica
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]