Re: [Gimp-user] GIMP-1.2.5 Compile Fails

2003-06-15 Thread Tom Williams
Jeff Trefftzs wrote:

 Hi All -

 I just downloaded and began compiling the latest stable gimp, 1.2.5.
 Configure worked properly, but the compile failed with the following
 output:

 gcc -DHAVE_CONFIG_H -I. -I. -I..
 -I..-I../intl   
 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
 -I/usr/lib/glib/include -I/usr/X11R6/include
 -I/usr/local/include
 -DLIBDIR=\/usr/local/lib/gimp/1.2\  
 -DLOCALEDIR=\/usr/local/share/locale\   -DREGEX_MALLOC   
-DG_LOG_DOMAIN=\Gimp\  
 -DGTK_DISABLE_COMPAT_H  -g -O2 -Wall -c parasitelist.c
 In file included from
 /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132,
  from
 /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7,
  from
 /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11,
  from /usr/lib/glib/include/glibconfig.h:9,
  from /usr/include/glib-1.2/glib.h:66,
  from /usr/include/gtk-1.2/gdk/gdktypes.h:33,
  from /usr/include/gtk-1.2/gdk/gdk.h:31,
  from /usr/include/gtk-1.2/gtk/gtk.h:31,
  from parasitelist.c:22:
 /usr/include/limits.h:-6358: internal error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.

 Any ideas what might cause this?  I'm on RH9, with a previously
 installed Gimp-1.2.3.  Is it my system (not impossible) or is this a
 real bug?

This looks like a compiler bug as I was able to build gimp-1.2.5 on Slackware 8 with a 
custom 2.4.20 kernel, gcc-3.3, glibc-2.3.2, and glib/gtk+-1.2.10.

Can you possibly upgrade to gcc-3.3 (sources at ftp.gnu.org/gnu/gcc) and see what 
happens?

Peace...

Tom

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP-1.2.5 Compile Fails

2003-06-15 Thread A Guy Called Tyketto
On Sun, Jun 15, 2003 at 01:12:51AM -0700, Tom Williams wrote:
 Jeff Trefftzs wrote:
 
  /usr/include/limits.h:-6358: internal error: Segmentation fault
  Please submit a full bug report,
  with preprocessed source if appropriate.
 
  Any ideas what might cause this?  I'm on RH9, with a previously
  installed Gimp-1.2.3.  Is it my system (not impossible) or is this a
  real bug?
 
 This looks like a compiler bug as I was able to build gimp-1.2.5 on Slackware 8 with 
 a custom 2.4.20 kernel, gcc-3.3, glibc-2.3.2, and glib/gtk+-1.2.10.
 
 Can you possibly upgrade to gcc-3.3 (sources at ftp.gnu.org/gnu/gcc) and see what 
 happens?
 
 Peace...
 

Hate to throw a 'me too' in here, but gimp-1.2.5 compiles cleanly 
(both patched and full source) on my Slackware 9.0 box, gcc-3.2.2, 
glibc-2.3.1, gtk+-1.2.10. From the error that you posted, it sounds like it's 
a glibc error that you're getting. Check which version of glibc you're using, 
and let us know.

BL.
-- 
Brad Littlejohn | Email:[EMAIL PROTECTED]
Unix Systems Administrator, |   [EMAIL PROTECTED]
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.wizard.com/~tyketto
  PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569  F620 C819 199A E319 F0BF

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP-1.2.5 Compile Fails

2003-06-15 Thread BandiPat
On Sunday 15 June 2003 06:12, A Guy Called Tyketto wrote:
 On Sun, Jun 15, 2003 at 01:12:51AM -0700, Tom Williams wrote:
  Jeff Trefftzs wrote:
   /usr/include/limits.h:-6358: internal error: Segmentation fault
   Please submit a full bug report,
   with preprocessed source if appropriate.
  
   Any ideas what might cause this?  I'm on RH9, with a previously
   installed Gimp-1.2.3.  Is it my system (not impossible) or is
   this a real bug?
 
  This looks like a compiler bug as I was able to build gimp-1.2.5 on
  Slackware 8 with a custom 2.4.20 kernel, gcc-3.3, glibc-2.3.2, and
  glib/gtk+-1.2.10.
 
  Can you possibly upgrade to gcc-3.3 (sources at
  ftp.gnu.org/gnu/gcc) and see what happens?
 
  Peace...

 Hate to throw a 'me too' in here, but gimp-1.2.5 compiles
 cleanly (both patched and full source) on my Slackware 9.0 box,
 gcc-3.2.2, glibc-2.3.1, gtk+-1.2.10. From the error that you posted,
 it sounds like it's a glibc error that you're getting. Check which
 version of glibc you're using, and let us know.

 BL.
===

Jeff,
Also check to see if you have all the development files installed too.  
Usually that is the problem with most compiles and if you are running 
the downloaded version of RH, they don't always include all the devel 
files you need.  They have what now 3 or 5 ISO images for download?  If 
you only got the first 3, you probably need the other 2 as well.

Patrick
-- 
 --- KMail v1.5.2 --- SuSE Linux Pro v8.2 ---
Registered Linux User #225206
 On any other day, that might seem strange...

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP-1.2.5 Compile Fails

2003-06-15 Thread Jeff Trefftzs
Hi Gimpers -

Following up on my own post (sorry 'bout that) - there's no bug.  It was
my system configuration.  I tweaked it last night and today the compile
ran fine.  Sorry to have bothered y'all.

Regards,
-- 

--Jeff

Jeff Trefftzs [EMAIL PROTECTED]
http://www.tcsn.net/trefftzsHome Page
http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery
http://trefftzs.topcities.com/  Photo Gallery 

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] GIMP-1.2.5 Compile Fails

2003-06-14 Thread Jeff Trefftzs
Hi All -

I just downloaded and began compiling the latest stable gimp, 1.2.5. 
Configure worked properly, but the compile failed with the following
output:

gcc -DHAVE_CONFIG_H -I. -I. -I..
-I..-I../intl   -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/local/include
-DLIBDIR=\/usr/local/lib/gimp/1.2\  
-DLOCALEDIR=\/usr/local/share/locale\   -DREGEX_MALLOC 
 -DG_LOG_DOMAIN=\Gimp\  
-DGTK_DISABLE_COMPAT_H  -g -O2 -Wall -c parasitelist.c
In file included from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132,
 from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7,
 from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11,
 from /usr/lib/glib/include/glibconfig.h:9,
 from /usr/include/glib-1.2/glib.h:66,
 from /usr/include/gtk-1.2/gdk/gdktypes.h:33,
 from /usr/include/gtk-1.2/gdk/gdk.h:31,
 from /usr/include/gtk-1.2/gtk/gtk.h:31,
 from parasitelist.c:22:
/usr/include/limits.h:-6358: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.

Any ideas what might cause this?  I'm on RH9, with a previously
installed Gimp-1.2.3.  Is it my system (not impossible) or is this a
real bug?

-- 

--Jeff

Jeff Trefftzs [EMAIL PROTECTED]
http://www.tcsn.net/trefftzsHome Page
http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery
http://trefftzs.topcities.com/  Photo Gallery 

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user