Re: v 1.1.17 libintla error

2000-02-18 Thread SHIRASAKI Yasuhiro

 I thought this might be a bug.
You thought correct :) I'll try to fix it.

Only commenting $INTLLIBS out made all perl plug-in to crash.
Gimp.so needs to be linked with libintl.

** WARNING **: wire_read: unexpected EOF (plug-in crashed?)
/usr/libexec/ld-elf.so.1: 
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gimp/Gimp.so: Undefined symbol 
"bindtextdomain"

** WARNING **: wire_read: unexpected EOF (plug-in crashed?)

--
SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team
Graduate School of Science, TOHOKU University 980-8578 Japan.



Re: v 1.1.17 libintla error

2000-02-18 Thread Marc Lehmann

On Fri, Feb 18, 2000 at 05:39:02PM +0900, SHIRASAKI Yasuhiro 
[EMAIL PROTECTED] wrote:
 You thought correct :) I'll try to fix it.
 
 Only commenting $INTLLIBS out made all perl plug-in to crash.

That isn't that bad ;) Your patch to add intllibs was only added very
recently. The problem is that automake is a very stubborn tool, which just
means that solving these points of divergence between two systems takes
some though and time :(

I believe that I can fix that problem over the weekend, finally.


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



Re: v 1.1.17 libintla error

2000-02-17 Thread Raphael Quinet

On Wed, 16 Feb 2000, "Tony Webster" [EMAIL PROTECTED] wrote:
 During the make process on my Mandrake Linux 7.0 machine of Gimp 
 1.1.17 I received the following error.
 
 Running Mkbootstrap for Gimp::Lib ()
 chmod 644 Lib.bs
 LD_RUN_PATH="/usr/local/lib" cc -o ../blib/arch/auto/Gimp/Lib/Lib.so
 -shared -L/usr/local/lib -l./../../../libgimp.libs
 -Lirprefix/../../libgimp -lgimp-L/usr/lib -lglib /intl/libintl.a Lib.o
 cc: /intl/libintl.a: No such file or directory

This is looks like a bug in the Makefile for the Perl plug-in in
1.1.17.  If you do not want to edit that file, you can configure the
Gimp with --disable-perl (but then you loose Perl) or you can create
as root a symbolic link /intl pointing to the correct directory.  This
bug will probably be fixed in CVS soon, if not done already.

-Raphael



Re: v 1.1.17 libintla error

2000-02-17 Thread Marc Lehmann

On Wed, Feb 16, 2000 at 02:21:27PM -0800, Tony Webster [EMAIL PROTECTED] wrote:
 I thought this might be a bug.

You thought correct :) I'll try to fix it.

 With my little bit of programming skills, I would have now idea where to
 begin fixing this.

It's a tricky problem. BTWOFFTOPIC: did you have special reason not to
use the i18n support that is in your libc?

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