Re: Building the Perl extension to GIMP ...

2001-01-11 Thread Gunter Vanasse -- ACE Web Engineer


> Date: Thu, 11 Jan 2001 17:29:19 +0100
> From: Marc Lehmann <[EMAIL PROTECTED]>
> To: Gunter Vanasse -- ACE Web Engineer <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Building the Perl extension to GIMP ...
> Mail-Followup-To: Gunter Vanasse -- ACE Web Engineer 
<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> 
> On Thu, Jan 11, 2001 at 11:08:44AM -0500, Gunter Vanasse -- ACE Web Engineer 
<[EMAIL PROTECTED]> wrote:
> > Thx. That rings a bell ... the installed Perl is an included binary package.
> > I haven't noticed any instructions on how to point the build to another 
Perl.
> > What would be the recommended way to do this? Modify 'config.status'?
> 
> put it in your PATH first, or try
> 
> PERL=/my/perl/binary ./configure
> 
> (which should work, but I haven't tested it)
> 
> You cna also build perl manually
> 
> cd plug-ins/perl
> /my/perl Makefile.PL
> make
> make install
> 
> AFTER you compiled && installed gimp with --disable-perl.

Thx. I'll give it a spin.
 
> > As an aside ... is the list no longer hosted on egroups?
> 
> "the" list? I severly hope gimp never uses any broken egroups list :( (the
> gtk-win32 list, I found out a few days ago, is on egroups, however)

The readme points to:

http://www.egroups.com/messages/gimp-developer/
http://www.egroups.com/messages/gimp-user/

for the mailing list archives.




Re: Building the Perl extension to GIMP ...

2001-01-11 Thread Marc Lehmann

On Thu, Jan 11, 2001 at 11:08:44AM -0500, Gunter Vanasse -- ACE Web Engineer 
<[EMAIL PROTECTED]> wrote:
> Thx. That rings a bell ... the installed Perl is an included binary package.
> I haven't noticed any instructions on how to point the build to another Perl.
> What would be the recommended way to do this? Modify 'config.status'?

put it in your PATH first, or try

PERL=/my/perl/binary ./configure

(which should work, but I haven't tested it)

You cna also build perl manually

cd plug-ins/perl
/my/perl Makefile.PL
make
make install

AFTER you compiled && installed gimp with --disable-perl.

> As an aside ... is the list no longer hosted on egroups?

"the" list? I severly hope gimp never uses any broken egroups list :( (the
gtk-win32 list, I found out a few days ago, is on egroups, however)

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



Re: Building the Perl extension to GIMP ...

2001-01-11 Thread Gunter Vanasse -- ACE Web Engineer


Marc,

Thx. That rings a bell ... the installed Perl is an included binary package.
I haven't noticed any instructions on how to point the build to another Perl.
What would be the recommended way to do this? Modify 'config.status'?

As an aside ... is the list no longer hosted on egroups?

Thx,
Günter.

> Date: Thu, 11 Jan 2001 05:43:32 +0100
> From: Marc Lehmann <[EMAIL PROTECTED]>
> To: Gunter Vanasse -- ACE Web Engineer <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Building the Perl extension to GIMP ...
> Mail-Followup-To: Gunter Vanasse -- ACE Web Engineer 
<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> 
> On Wed, Jan 10, 2001 at 10:00:15AM -0500, Gunter Vanasse -- ACE Web Engineer 
<[EMAIL PROTECTED]> wrote:
> > I will "--disable-perl" since it failed to build on Solaris 8. I observed
> > that the build command configured resulted in:
> 
> The problem is that you compiled glib/gimp/pelr with different compilers,
> so this is destined to fail. Please recompile gimp/glibc with the same
> compiler used to compile perl, or recompile pelr with the same compiler
> used to compile gimp.
> 
> -- 
>   -==- |
>   ==-- _   |
>   ---==---(_)__  __   __   Marc Lehmann  +--
>   --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
>   -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
> The choice of a GNU generation   |




Re: Building the Perl extension to GIMP ...

2001-01-10 Thread Marc Lehmann

On Wed, Jan 10, 2001 at 10:00:15AM -0500, Gunter Vanasse -- ACE Web Engineer 
<[EMAIL PROTECTED]> wrote:
> I will "--disable-perl" since it failed to build on Solaris 8. I observed
> that the build command configured resulted in:

The problem is that you compiled glib/gimp/pelr with different compilers,
so this is destined to fail. Please recompile gimp/glibc with the same
compiler used to compile perl, or recompile pelr with the same compiler
used to compile gimp.

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