Re: Gimp gimp-1.1.28 (script-fu problem)

2000-10-26 Thread Sven Neumann

Hi,

Jeff Sheffield <[EMAIL PROTECTED]> writes:

> [jsheffie@kelly bin]$ ./gimp
> ^[[A./gimp terminated: Interrupt
> /opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/animate_cells terminated:
> Interrupt
> ---
> animate_cells...??

animate_cells is a gimp-perl script, which makes me think that this
thread should be titled "perl-fu problem". The fact that the splash
says script-fu when gimp hangs most probably means nothing but the 
fact that the script-fu extension has been properly started, but
gimp hangs during initialization of the first plug-in, which seems
to be a gimp-perl plug-in in your case.

I suggest you make sure that there are only recent plug-ins in your
plug-in dir (probably the gimp-perl scripts are from an earlier
installation?). Then check that you run a compatible verion of perl
(ask Marc what that means and please ask him to put that information
into the README). If everything else fails, compile gimp with
--disable-perl. 


Salut, Sven




Re: Gimp gimp-1.1.28 (script-fu problem)

2000-10-26 Thread Austin Donnelly

On Wednesday, 25 Oct 2000, Jeff Sheffield wrote:

> the splash screen hangs with the subtitle
> Plug-ins
> and the path
> /opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/script-fu
> 
> another interesting thing that happens is.
> when I ctrl-C the app I get the following strange output
> -
> [jsheffie@kelly bin]$ ./gimp
> ^[[A./gimp terminated: Interrupt
> /opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/animate_cells terminated:
> Interrupt
> ---
> animate_cells...??

That's presumably the plugin that's currently in the process of being
probed when you killed the main application.

Make sure you've deleted all the plugin directories before you "make
install" so there aren't any old plugins left around.

Austin



Re: Gimp gimp-1.1.28 (script-fu problem)

2000-10-25 Thread Jeff Sheffield

Actually that should not be the problem... (I think ;)
I build it with the --enable-gimpdir= flag set like this


#!/bin/sh

date |tee build-start; ./configure --prefix=/opt/gimp/gimp-1.1.28 \
--enable-gimpdir=.gimp-1.1.28 |tee configure.out; \
make |tee make.out; date |tee build-end; \
make install |tee make.install.out;\
echo "build start time"; cat build-start; \
echo "build end time "; cat build-end
-

just to bee sure i tested removing the ~user/.gimp-1.1
as you suggested and I still had the problem...
more details.
the splash screen hangs with the subtitle
Plug-ins
and the path
/opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/script-fu

another interesting thing that happens is.
when I ctrl-C the app I get the following strange output
-
[jsheffie@kelly bin]$ ./gimp
^[[A./gimp terminated: Interrupt
/opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/animate_cells terminated:
Interrupt
---
animate_cells...??

Jeff

On Wed, Oct 25, 2000 at 12:06:18PM +0300, Tuomas Kuosmanen wrote:
> On Tue, Oct 24, 2000 at 07:07:27PM -0500, thus said Jeff Sheffield:
> > Ok i have Linux Mandrake 7.1
> > 
> > I build the gimp 1.1.28 
> > everything built and made fine
> > when I start running the program
> > the status screen comes up and starts loading
> > it hangs while trying to load the "script-fu"
> > stuff. nothing goes to STRERR
> > 
> > i also downloaded (last night) the cvs version and tried to build
> > that one and got the same problem.
> > 
> > Note i build these from the ground up (i don't patch)
> > i also build them in nonstandard places.
> > 
> > thoughts..?
> 
> If you used an ancient 1.1.x before, you can try "rm -rf ~/.gimp-1.1/"
> Back up the stuff if you have any custom brushes or stuff there though.
> 
> That seems to help sometimes.
> 
> Tuomas
> 
> -- 
> 
> .--->  [EMAIL PROTECTED] .|\,/|  [EMAIL PROTECTED]  <-.
> +>  www.helixcode.com  -  ()-@@  ,   tigert.gimp.org  <+
> `->  art director   ,  `--')/   a gimp artist  <---'
> 
Thanks, 
Jeff

--
| I started out with nothing...  |
| I still have most of it left.  |
|   --Anonymous  |
--
| Jeff Sheffield |
| [EMAIL PROTECTED] |
--



Re: Gimp gimp-1.1.28 (script-fu problem)

2000-10-25 Thread Tuomas Kuosmanen

On Tue, Oct 24, 2000 at 07:07:27PM -0500, thus said Jeff Sheffield:
> Ok i have Linux Mandrake 7.1
> 
> I build the gimp 1.1.28 
> everything built and made fine
> when I start running the program
> the status screen comes up and starts loading
> it hangs while trying to load the "script-fu"
> stuff. nothing goes to STRERR
> 
> i also downloaded (last night) the cvs version and tried to build
> that one and got the same problem.
> 
> Note i build these from the ground up (i don't patch)
> i also build them in nonstandard places.
> 
> thoughts..?

If you used an ancient 1.1.x before, you can try "rm -rf ~/.gimp-1.1/"
Back up the stuff if you have any custom brushes or stuff there though.

That seems to help sometimes.

Tuomas

-- 

.--->  [EMAIL PROTECTED] .|\,/|  [EMAIL PROTECTED]  <-.
+>  www.helixcode.com  -  ()-@@  ,   tigert.gimp.org  <+
`->  art director   ,  `--')/   a gimp artist  <---'