Neil Williams <[EMAIL PROTECTED]> writes:

> The terminal window showed:
>
> /usr/bin/guile: relocation 
> error: /opt/gnucash/HEAD/lib/gnucash/libgnc-business-ledger.so.0: undefined 
> symbol: gnc_option_db_lookup_taxtable_option
>
> Is this a makefile problem?

Could be.  Or it could be some other library dependency issue.

> (with an upcoming release I wasn't sure about putting this via Bugzilla in 
> case it got missed.)

The upcoming release is based on the 1.8 branch, not HEAD.  Can you
test it in the 1.8 branch?

> (Works fine in 1.8.9)

Try this attached patch and see if it fixes the problem.  (if not,
something bigger is going on).

-derek

Index: src/business/business-ledger/Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/business/business-ledger/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- src/business/business-ledger/Makefile.am	19 Jan 2003 02:48:18 -0000	1.6
+++ src/business/business-ledger/Makefile.am	2 Nov 2004 16:22:06 -0000
@@ -23,6 +23,7 @@
   ${top_builddir}/src/app-utils/libgncmod-app-utils.la \
   ${top_builddir}/src/register/register-core/libgncmod-register-core.la \
   ${top_builddir}/src/register/register-gnome/libgncmod-register-gnome.la \
+  ${top_builddir}/src/business/business-utils/libgncmod-business-utils.la \
   ${top_builddir}/src/business/dialog-tax-table/libgncmod-dialog-tax-table.la
 
 AM_CFLAGS = \
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to