I've gotten my AXP box out of mothballs, and was going to see about
getting GnuCash to compile there.  Might as well locate as many
bugs as possible...

I'm running "pretty-recent Debian unstable" on it; GNOME 1.0.56-1,
it would seem.

Killer thing that's breaking: it can't find libgtkxmhtml.

I've got both the versions (e.g. - including the -dev version)
installed, version 1.0.56-1.  

[cbbrowne@dantzig:gnucash] dpkg -l | grep html
ii  libgtkxmhtml-d 1.0.56-1       The Gnome gtkxmhtml (HTML) widget -- develop
ii  libgtkxmhtml1  1.0.56-1       The Gnome gtkxmhtml (HTML) widget

Critical bit of ./configure:
checking for png_read_image in -lpng... yes
checking for XpmReadFileToXpmImage in -lXpm... no
checking for XmHTMLTextScrollToLine in -lXmHTML... no
checking gtk-xmhtml/gtk-xmhtml.h... yes
checking for gtk_xmhtml_new in -lgtkxmhtml... no
configure: warning: Cannotfind libgtkxmhtml -- gnome build disabled (not required for 
motif)
checking for readline in -lreadline... no
checking for guile-config... /usr/bin/guile-config
checking for guile... /usr/bin/guile

I most definitely have it there; 
[cbbrowne@dantzig:gnucash] ls -l /usr/lib/*gtkxmhtml*
-rw-r--r--    1 root     root       980102 Feb 27 13:18 /usr/lib/libgtkxmhtml.a
-rw-r--r--    1 root     root          796 Feb 27 13:16 
/usr/lib/libgtkxmhtml.lalrwxrwxrwx    1 root     root           21 Mar 20 23:43 
/usr/lib/libgtkxmhtml.so -> libgtkxmhtml.so.1.0.1
lrwxrwxrwx    1 root     root           21 Mar 20 23:43 /usr/lib/libgtkxmhtml.so.1 -> 
libgtkxmhtml.so.1.0.1
-rw-r--r--    1 root     root       521304 Feb 27 13:18 /usr/lib/libgtkxmhtml.so.1.0.1

Is there likely some 64-bit-ism in configure?

The portion that's failing is:
#check for gtkxmhtml, export library link to variable GTK_XMHTML
echo $ac_n "checking for gtk_xmhtml_new in -lgtkxmhtml""... $ac_c" 1>&6
echo "configure:2996: checking for gtk_xmhtml_new in -lgtkxmhtml" >&5
ac_lib_var=`echo gtkxmhtml'_'gtk_xmhtml_new | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lgtkxmhtml  $LIBS"

Which I would expect to work...
--
Rules of the Evil Overlord #79. "Bulk trash will be disposed of in
incinerators, not compactors.  And they will be kept hot, with none of
that nonsense about flames going through accessible tunnels at
predictable intervals." 
<http://www.eviloverlord.com/lists/overlord.html>
[EMAIL PROTECTED] <http://www.ntlug.org/~cbbrowne/lsf.html>

Reply via email to