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,
Gnter.

 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   |




Building the Perl extension to GIMP ...

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


First, let me congratulate the GIMP developers on a marvelous product. 
In a word WOW!

I will "--disable-perl" since it failed to build on Solaris 8. I observed
that the build command configured resulted in:

Making all in perl
cc -c -I/web/tools/gimp-1.2.0/plug-ins/perl -I../../.. 
-I/web/tools/gimp-1.2.0/plug-ins/perl/../.. -I/opt/gnome/lib/glib/include 
-I/opt/gnome/include -I/opt/gnome/lib/glib/include -I/opt/gnome/include 
-I/usr/openwin/include -I/ot/gnome/include -I/ot/gimp/include 
-I/ot/gnome/lib/glib/include -DGTK_DISABLE_COMPAT_H  -g -O2  -xO3 -xdepend 
-DVERSION=\"1.201\"  -DXS_VERSION=\"1.201\" -KPIC 
-I/usr/perl5/5.00503/sun4-solaris/CORE -Ddatadir="\"/ot/gimp/share\"" Lib.c
cc: Warning: option -2 passed to ld
"/opt/gnome/include/glib.h", line 1554: undefined or not a type: inline

The 3 includes paths: 
-I/ot/gnome/include 
-I/ot/gimp/include 
-I/ot/gnome/lib/glib/include 

Are the ones I defined in CPPFLAGS.

I thought these would override the /opt/gnome/... includes. Or am I even
looking in the right direction? What might be missing to build the Perl plug-in?
Things to look at/for which give added info?

If you have any comments/guidance, I would appreciate.

Regards,
Gnter.




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   |
 |