> From: Jim Hayward <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: 05 Jul 2003 08:49:50 -0700
> Reply-To: [EMAIL PROTECTED]
> 
> On Sat, 2003-07-05 at 05:41, Thomas Frayne wrote:
> > I am using Redhat 9, Gnome 2.2.
> > 
> > GtkHTML is defined in gtkhtml-types.h in GTK1, but  I could not find
> a
> > GTK2 header file containing GtkHTML.  Am I missing a GTK2 header
> file? 
> > Is there a GTK2 replacement for GtkHTML?
> 
> You are looking for gtkhtml2, gtkhtml2-devel. There are multiple
> versions of gtkhtml that comes with RH 9...
> 
> $ rpm -qa | grep gtkhtml | sort
> gnome-python2-gtkhtml2-1.99.14-5
> gtkhtml-1.1.9-0.9
> gtkhtml2-2.2.0-5
> gtkhtml2-devel-2.2.0-5
> gtkhtml3-3.0.5-2
> gtkhtml3-devel-3.0.5-2
> gtkhtml-devel-1.1.9-0.9
> 
> Ignore the gtkhtml3 packages on my system. They are not included with
> RH
> 9. I have them because I have Evolution 1.4.0 installed.
> 
> Regards,
>         Jim H
> 


I have gtkhtml2-2.2.0-5 and gtkhtml2-devel-2.2.0-5.  The structure
GtkHTML is defined in gtkhtml-types.h in gtkhtml-1.1.9-0.9 and in
gtkhtml3-devel-3.0.5-2, but gtkhtml-types.h does not exist in
gtkhtml2-devel-2.2.0-5.

I considered installing gtkhtml3-3.0.5-2 and gtkhtml3-devel-3.0.5-2, but
it has too many dependencies that I don't want to install.  I also don't
want to include header files from gtkhtml-1.1.9-0.9 in gnucash, since I
want a clean port of gnucash from Gnome 1 to Gnome 2.2.

The best work-around that I can think of is to temporarily copy the
declarations from gtkhtml-3.0.5/src/gtkhtml-types.h into a gnucash
header file, and avoid including gtkhtml-types.h.  I can probably make
it compile that way, but would have to use stubs for the functions, or
implement my own.  Do you know a better way?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to