Re: 1.1.14 was RE: Ridiculous dependancies for a *HELP BROWSER*

1999-12-20 Thread Marc Lehmann

On Sun, Dec 19, 1999 at 10:23:16PM +0100, regis rampnoux <[EMAIL PROTECTED]> wrote:
> of warnings: I don't known if there are importants or not: (variable not used,
> not initialised, long instead int etc.)

warnings depend on the compiler. The right way for an "end-user" is to not
compile with warnings enabled (that is the default for gcc, btw).

> When I launch "The Gimp" I have the following errors messages:
> % gimp

Hmm.. you don't have nuked your old plug-ins, as you should when using
beta-versions ;)

Hmm.. maybe gimp should rm -rf it's installation directories when in beta?
This error is all too common...

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



1.1.14 was RE: Ridiculous dependancies for a *HELP BROWSER*

1999-12-19 Thread regis rampnoux


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 <&6
  else
ac_save_LIBS="$LIBS"
! LIBS="-lgtkxmhtml  $LIBS"
  cat > conftest.$ac_ext <&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"







---
   [EMAIL PROTECTED] http://www.regix.com/