problems with gtk_html_print in gtkhtml.h

Derek Atkins warlord at MIT.EDU
Thu Feb 15 11:17:04 EST 2007


Hi,

digger vermont <dv_mlist at verizon.net> writes:

> Not getting any response from the bugreport I thought I'd build 2.04
> myself and also ran into what looks like may be the same problem.  It
> stalls where gnc-html.c is looking  for gtk_html_print from
> gtkhtml/gtkhtml.h  

Actually, that's NOT what the error below is saying.  The error below
says that it cannot find the /symbol/ gtk_html_print in the library.
On my system gtk_html_print is prototyped in:

   /usr/include/libgtkhtml-3.8/gtkhtml/gtkhtml.h

[snip]
> ../../../src/gnome-utils/.libs/libgncmod-gnome-utils.so: undefined
> reference to `gtk_html_print'

This error is a LINKER error, not a COMPILER error.  This means that
gtk_html_print is declared in the header file but it cannot find
the library.

[snip]
> Looking at /usr/include/libgtkhtml-3.8/gtkhtml/gtkhtml.h I can't find
> gtk_html_print. Ubuntu/Feisty is using version 3.13.91-0ubuntu1 for
> libgtkhtml3.8-dev.

Oh REALLY?  If gtk_html_print weren't declared somewhere then the
compile would've blown out MUCH earlier..  Oh, unless you have
error-on-warning disabled, which you would if you're building from
the tarball and don't explicitly --enable-error-on-warning.

> I looked at the changes to gtkhtml.h at
> http://svn.gnome.org/viewcvs/gtkhtml/trunk/src/ and it looks to me like
> the function gtk_html_print has been removed.
>
> So, given that Ubuntu is using the development branch I guess I'm not
> sure where to go from here. I'll add the info to the ubuntu bugreport.
> However on the Gnucash end, is this a known problem and/or should I file
> a bugreport with Gnucash?

Complain to Ubuntu.   Unfortunately there's just not much we can
do right now if GtkHTML removed printing capability.

> Thanks,
>
> digger

-derek

-- 
       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
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list