GIMP 1.2.0 and IRIX

2000-12-26 Thread Albert Chin-A-Young
On IRIX 6.2 and 6.5 with GIMP 1.2.0: $ gimp /opt/TWWfsw/gimp12/bin/gimp: Failed to load one of the brushes in the brush pipe "/opt/TWWfsw/gimp12/share/gimp/1.2/brushes/SketchBrush-64.gih" /opt/TWWfsw/gimp12/bin/gimp: Warning: Failed to load brush pipe "/opt/TWWfsw/gimp12/share/gimp/1.

Re: GIMP 1.2.0 and IRIX

2000-12-26 Thread Albert Chin-A-Young
On Wed, Dec 27, 2000 at 01:16:26AM -0600, Albert Chin-A-Young wrote: > On IRIX 6.2 and 6.5 with GIMP 1.2.0: > > $ gimp > /opt/TWWfsw/gimp12/bin/gimp: Failed to load one of the brushes in the > brush pipe > "/opt/TWWfsw/gimp12/share/gimp/1.2/brushes/SketchBrush-

Re: GIMP 1.2.0 and IRIX

2000-12-27 Thread Albert Chin-A-Young
On Thu, Dec 28, 2000 at 01:12:28AM +0100, Sven Neumann wrote: > Hi, > > Albert Chin-A-Young <[EMAIL PROTECTED]> writes: > > > On IRIX 6.2 and 6.5 with GIMP 1.2.0: > > > > $ gimp > > /opt/TWWfsw/gimp12/bin/gimp: Failed to load one of the brushes

GIMP 1.2.0 and Solaris 7/SPARC

2000-12-27 Thread Albert Chin-A-Young
While trying to run gimp 1.2.0 on Solaris 7/SPARC: $ gimp Gimp-WARNING **: Failed to open palette file /home/china/.gimp-1.2/palettes/Bears: can't happen? Gimp-WARNING **: Failed to open palette file /home/china/.gimp-1.2/palettes/Bgold: can't happen? Gimp-WARNING **: Failed to open p

Re: GIMP 1.2.0 and IRIX

2000-12-27 Thread Albert Chin-A-Young
On Thu, Dec 28, 2000 at 03:47:33AM +0100, Sven Neumann wrote: > "Garry R. Osgood" <[EMAIL PROTECTED]> writes: > > > Just this evening (GMT -5.00) I've observed this phenomenon, on the > > same brushes that gave Al problems. Not on the Linux laptop, but on > > the SGI O2 and Indigo (Irix 6.5.8 and

Patches to 1.2.0 for --with-included-gettext and HP-UX 11.00

2000-12-28 Thread Albert Chin-A-Young
1. HP-UX 11.00 does not have finite() but does have isfinite() as a macro in 2. If --with-included-gettext is specified, need to -I$(top_srcdir)/intl 3. Fix for AM_WITH_NLS on Solaris -- albert chin ([EMAIL PROTECTED]) -- snip snip --- libgimp/gimpmath.h.orig Wed Dec 27 21:37:51 2000

Re: Patches to 1.2.0 for --with-included-gettext and HP-UX 11.00

2000-12-28 Thread Albert Chin-A-Young
On Thu, Dec 28, 2000 at 11:49:47AM -0600, Albert Chin-A-Young wrote: > 1. HP-UX 11.00 does not have finite() but does have isfinite() as a >macro in Oops. Try this patch instead. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- configure.in.orig Tue Dec 26 00:58:3