Re: [Gimp-user] register scm script

2008-05-04 Thread Kevin Cozens
Xavier Mas wrote: > I can't register the following script when I refresh the server and don't > know what's wrong with it. Any suggestions? > --- > define (uni-img size color) You are missing the ( before 'define' but I will assume that is just a cut and past error. > (script-fu-menu-regist

Re: [Gimp-user] Creating scripts using Perl^H^H^H^HRuby

2008-05-04 Thread Leon Brooks
On Mon, 5 May 2008, Joao S. O. Bueno wrote: > Try installing the packages gimp-devel Done. > and ruby-devel, Already in. > downlaod > gimp-ruby source (for example with: > svn co http://svn.gnome.org/svn/gimp-ruby/trunk gimp-ruby Err... first urpmi subversion (is on CD3 of 2008.0 install set

Re: [Gimp-user] Creating scripts using Perl^H^H^H^HRuby

2008-05-04 Thread Joao S. O. Bueno
On Sunday 04 May 2008, Leon Brooks wrote: > On Sun, 4 May 2008, Joao S. O. Bueno wrote: > > Good morning, South America! (-: > > Just cehck the apropriate package (probably > > named gimp-ruby) from your distro > > Mandriva 2008.0 on this laptop, about to be > 2008.1 AKA "spring." > > Has perl-Gimp

[Gimp-user] register scm script

2008-05-04 Thread Xavier Mas
Hi list, I can't register the following script when I refresh the server and don't know what's wrong with it. Any suggestions? --- define (uni-img size color) (set! img (car (gimp-image-new- size size RGB))) (set! layer (car (gimp-layer-new img size size RGB "layer 1" 100 NORMAL))) (gimp-image-u