On 17-Dec-99 Ben Gertzfield wrote: > Guys, I strongly suggest that libgtkxmhtml *NOT* be used for > the help browser. I have some problems too: 1) configure don't work for xmhtmlk (see the diff result) 2) I have warningw when I launch the gimp and one item in my wish list: that the developpers correct the source code of plug-ins to reduce the number of warnings: I don't known if there are importants or not: (variable not used, not initialised, long instead int etc.) I known that often it is not really errors but it is not clean (yes, it is a beta release, I known this too ;-) And I thank all developpers and testers. Happy Xmas and New Year (without bugs) to every one. ================================================ I needed to modify configure for the helpbrowser... to add some libraries (Xpm jpeg png z gtk gdk) (I launch ./configure --disable-nls the libraries are in "standard" directories) % diff -c configure configure.orig *** configure Sat Dec 18 22:18:41 1999 --- configure.orig Fri Dec 17 22:45:34 1999 *************** *** 7458,7464 **** echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" ! LIBS="-lgtkxmhtml $LIBS -L/usr/X11R6/lib -lXpm -L/usr/local/lib -ljpeg -lpng -lz -lgtk -lgdk" cat > conftest.$ac_ext <<EOF #line 7464 "configure" #include "confdefs.h" --- 7458,7464 ---- echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" ! LIBS="-lgtkxmhtml $LIBS" cat > conftest.$ac_ext <<EOF #line 7464 "configure" #include "confdefs.h" *************** *** 7487,7493 **** if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 GTKXMHTML_CFLAGS=$GLIB_CFLAGS ! GTKXMHTML_LIBS="$GLIB_LIBS -lgtkxmhtml -L/usr/X11R6/lib -lXpm -L/usr/local/lib -ljpeg -lpng -lz -lgtk -lgdk" HELPBROWSER=helpbrowser else echo "$ac_t""no" 1>&6 --- 7487,7493 ---- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 GTKXMHTML_CFLAGS=$GLIB_CFLAGS ! GTKXMHTML_LIBS="$GLIB_LIBS -lgtkxmhtml" HELPBROWSER=helpbrowser else echo "$ac_t""no" 1>&6 =========== end of diff ================ When I launch "The Gimp" I have the following errors messages: % gimp Message: Passed serialization test ** WARNING **: removing duplicate PDB procedure "perl_fu_center_layer" ** WARNING **: removing duplicate PDB procedure "perl_fu_layer_to_image_size" ** WARNING **: removing duplicate PDB procedure "perl_fu_windify" --- <regisr> regisr@xxxxxxxxx http://www.regix.com/