> 
> Dave Peticolas writes:
>  >  
>  > > cvs update just done.
>  > > applypatch < gnucash.diff
>  > > 
>  > > no errors displayed.
>  >  
>  > After you apply the patch, you need to run autoconf and then configure.
> 
> I don't think configure.in checks for gtkxmhtml properly.  In
> my case, I have gtkxmhtml installed with my gnome libraries
> under /opt/gnome;  configure.in gets the header files properly,
> but not the libraries.  Attached is a patch for configure.in
> attempting to remedy this.
> 
> Best Regards,
> Heath
> 
> *** configure.in      Sun Dec  5 21:03:11 1999
> --- ../gnucash.upstream/configure.in  Sat Dec  4 21:50:56 1999
> ***************
> *** 293,298 ****
> --- 293,301 ----
>   #undo damage to CPPFLAGS
>   CPPFLAGS="$OLDCPPFLAGS"
>   
> + OLDLDFLAGS="$LDFLAGS"
> + LDFLAGS="$LDFLAGS `$GNOME_CONFIG_BIN --libs gtkxmhtml`"
> +     
>   #check for gtkxmhtml, export library link to variable GTK_XMHTML
>   AC_CHECK_LIB(gtkxmhtml, gtk_xmhtml_new,
>           GTK_XMHTML="gtkxmhtml",
> ***************
> *** 300,306 ****
>       GNOME_TARGET="gnome.disabled" 
>       GNOME_STATIC_TARGET="gnome.disabled")
>   AC_SUBST(GTK_XMHTML)
> ! 
>   # XXX - should we export these here or later in the configure script?
>   AC_SUBST(GNOME_TARGET)
>   AC_SUBST(GNOME_STATIC_TARGET)
> --- 303,310 ----
>       GNOME_TARGET="gnome.disabled" 
>       GNOME_STATIC_TARGET="gnome.disabled")
>   AC_SUBST(GTK_XMHTML)
> ! LDFLAGS="$LDFLAGS"

You want LDFLAGS="$OLDLDFLAGS" above, right?

dave

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

Reply via email to