gtk_xmhtml_new ???

2000-04-18 Thread Andrew

What is gtk_xmhtml_new as compaired to gtkxmhtml ??? I'm confused.

I'm tring to compile gimp1.1.17 or 19 and I get this error, could you take a
little time to maybe explain what I need to do too get 'help'
pulldowns under gimp to operate? I'm not running the gnome desktop,
I'm using the Solaris CDE. SunOS5.6 the calls for netscape work but the
others don't??

I have built these with not much trouble GTK1.2.7 but gtk did not come
with libgtkhtml.so. I found gtkxmhtml-0.99.8?? and I compiled it just fine.
But I'm still having trouble with gimp configure. What libgtkxmhtml version
do I need?

below is a snipit from the configure.log file




configure:7445: checking for gtk_xmhtml_new in -lgtkxmhtml
configure:7464: gcc -o conftest -g -O2 -Wall   conftest.c -lgtkxmhtml   15
Undefined   first referenced
 symbol in file
gtk_entry_get_type  /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_widget_realize  /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_menu_append /home/ssd/templates/X11/lib/libgtkxmhtml.so
inflateEnd  /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_widget_size_allocate/home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_entry_get_text  /home/ssd/templates/X11/lib/libgtkxmhtml.so
g_free  /home/ssd/templates/X11/lib/libgtkxmhtml.so
gdk_gc_set_font /home/ssd/templates/X11/lib/libgtkxmhtml.so
gdk_display /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_widget_set_parent   /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_file_selection_new  /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_adjustment_get_type /home/ssd/templates/X11/lib/libgtkxmhtml.so

SNIPED

XpmCreateXpmImageFromData   /home/ssd/templates/X11/lib/libgtkxmhtml.so
gdk_root_parent /home/ssd/templates/X11/lib/libgtkxmhtml.so
gtk_scrolled_window_get_type/home/ssd/templates/X11/lib/libgtkxmhtml.so
ld: fatal: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7453 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char gtk_xmhtml_new();

int main() {
gtk_xmhtml_new()
; return 0; }



-- 
Andrew
   ,(   ,(   ,(   ,(   ,(   ,(   ,(   ,(   ,(   ,(   ,(  
`-'  `-'  `-'  `-'  `-'  `-'  `-'  `-'  `-'  `-'  `-'  `-
   ([EMAIL PROTECTED]) LockHeedMartinCorporation
([EMAIL PROTECTED]) VandenbergAFB,Ca



Re: gtk_xmhtml_new ???

2000-04-18 Thread Michael Natterer

Andrew wrote:
 
 What is gtk_xmhtml_new as compaired to gtkxmhtml ??? I'm confused.
 
 I'm tring to compile gimp1.1.17 or 19 and I get this error, could you take a
 little time to maybe explain what I need to do too get 'help'
 pulldowns under gimp to operate? I'm not running the gnome desktop,
 I'm using the Solaris CDE. SunOS5.6 the calls for netscape work but the
 others don't??
 
 I have built these with not much trouble GTK1.2.7 but gtk did not come
 with libgtkhtml.so. I found gtkxmhtml-0.99.8?? and I compiled it just fine.
 But I'm still having trouble with gimp configure. What libgtkxmhtml version
 do I need?

The gtkxmhtml version you have should be ok. The problem is gimp's configure
test not correctly detecting gtkxmhtml when it is installed as a standalone
lib (without gnome libs).

This has been addressed and the CVS version of gimp detects it correctly.

However, getting gimp compiled from CVS on Solaris is a bit hairy because
you need to have lots of GNU build tools installed, so you may want to wait
for the next release (1.1.20).

bye,
--Mitch