configure error: Cannot find ltdl.h

Derrick Hudson dman at dman13.dyndns.org
Fri Nov 18 13:35:43 EST 2005


On Fri, Nov 18, 2005 at 12:47:59PM -0500, David Brock wrote:
[...]

| ./configure.lineno: 21356: Syntax error: word unexpected (expecting ")")

| Of course, that line number in that file is whitespace.

Look on the lines near that and I suspect you'll find an autoconf
macro that wasn't expanded.

I managed to successfully configure, but not compile svn trunk version
the other day.  Each time I saw that error the solution was to install
another -dev package.  I figured out which ones by reading the macro
and seeing what library it was looking for.


On a related note, consider including this patch:
    Index: configure.in
    ===================================================================
    --- configure.in        (revision 11968)
    +++ configure.in        (working copy)
    @@ -1063,7 +1063,7 @@
                      if test $gtkhtml = 0
                        then 
                          PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.0 ,,
    -                       AC_MSG_ERROR([Could not find a working gtkhtml version]))
    +                       AC_MSG_ERROR([Could not find a working gtkhtml version (need >= 3.0)]))
                      fi
                fi
            fi

As it turns out, debian has both libgtkhtml2 and libgtkhtml3 and the
description implies that '2' is the version used by gnome.  THis patch
is simply to indicate in the error message that gnucash 1.9 needs '3'.


HTH,
-D

-- 
                          Your mouse has moved.
       You must restart Windows for your changes to take effect.
 
www: http://dman13.dyndns.org/~dman/            jabber: dman at dman13.dyndns.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.gnucash.org/pipermail/gnucash-user/attachments/20051118/c2250af0/attachment.bin


More information about the gnucash-user mailing list