[Gimp-user] Re: Perl modules with Gimp 2.0 MORE...

2004-07-13 Thread Vittorio
Seth,

Many thanks for your quick reply. 
Now it all works fine!

Unfortunately for me the ChangeLog file wasn't that clear. 
But now, at last, I know how to use it! Thanks again.

Now, the perl module I have just fixed (called join2pics, labels are in 
Italian) with your help combines two picture into one. In a nutshell, if you 
want to print on a A4 sheet four pictures ( as I often do with my digital 
camer's photos) you just call twice join2pics combining the picture you like 
either horizontally or vertically. 
I think this module, translated into English, could be helpful to other 
people. How could I contribute it to other GIMPers?

Happy GIMPing to you

Vittorio

On Monday 12 July 2004 13:34, Seth Burgess wrote:
 s/undo_push/undo/

 A small number of calls (some of them frequently used) have changed
 between versions; you might want to look at the ChangeLog for others.

 Happy GIMPing,

 Seth Burgess
 [EMAIL PROTECTED]

 On Mon, 12 Jul 2004 14:21:07 +0100, Vittorio [EMAIL PROTECTED] 
wrote:
  A perfectly working perl module with the Gimp 1.2.3 now, with the Gimp
  2.0.2 and the CPAN Gimp 2.0 stuff, stops during the execution saying:
 
  Subroutine Gimp::gimp_undo_push_group_start redefined
  at /usr/lib/perl/5.8/Gimp.pm line 603.
 
  What does it mean and what should I do?
 
  Ciao
  Vittorio
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] compiling gimp 2.1.1 snapshot on freebsd ends in tears

2004-07-13 Thread Lauri J Järvenpää
Hi.

I need to get gimp 2.1.1 development snapshot to run on my freebsd system
but build fails and I cry (I'm sensitive to build fails).

This is what it spit out:
gmake[3]: Leaving directory
`/usr/home/alt/gimp-devel/work/gimp-2.1.1/app/tools'
Making all in widgets
gmake[3]: Entering directory
`/usr/home/alt/gimp-devel/work/gimp-2.1.1/app/widge
ts'
source='gimpitemtreeview.c' object='gimpitemtreeview.o' libtool=no \
depfile='.deps/gimpitemtreeview.Po' tmpdepfile='.deps/gimpitemtreeview.TPo'
\
depmode=gcc /bin/sh ../../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../app -I../../app
-I/us
r/local/include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/
include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11
R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2
-I/usr/
local/include   -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetyp
e2 -I/usr/local/include   -I/usr/X11R6/include
-DG_LOG_DOMAIN=\Gimp-Widgets\
-I/usr/local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED
-DG_DISABLE_
DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DPANGO_DISA
BLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -O2 -pipe
-march=k6 -W
all -c `test -f 'gimpitemtreeview.c' || echo './'`gimpitemtreeview.c
gimpitemtreeview.c: In function `gimp_item_tree_view_size_changed':
gimpitemtreeview.c:1226: syntax error before `preview_size'
gimpitemtreeview.c:1229: `preview_size' undeclared (first use in this
function)
gimpitemtreeview.c:1229: (Each undeclared identifier is reported only once
gimpitemtreeview.c:1229: for each function it appears in.)
gimpitemtreeview.c:1229: `border_width' undeclared (first use in this
function)
gmake[3]: *** [gimpitemtreeview.o] Error 1
gmake[3]: Leaving directory
`/usr/home/alt/gimp-devel/work/gimp-2.1.1/app/widget
s'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/home/alt/gimp-devel/work/gimp-2.1.1/app'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/alt/gimp-devel/work/gimp-2.1.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/home/alt/gimp-devel.

Any ideas?


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


Re: [Gimp-user] compiling gimp 2.1.1 snapshot on freebsd ends in tears

2004-07-13 Thread Simon Budig
Lauri J Järvenpää ([EMAIL PROTECTED]) wrote:
 I need to get gimp 2.1.1 development snapshot to run on my freebsd system
 but build fails and I cry (I'm sensitive to build fails).
[...]
 all -c `test -f 'gimpitemtreeview.c' || echo './'`gimpitemtreeview.c
 gimpitemtreeview.c: In function `gimp_item_tree_view_size_changed':
 gimpitemtreeview.c:1226: syntax error before `preview_size'
 gimpitemtreeview.c:1229: `preview_size' undeclared (first use in this
 function)
 gimpitemtreeview.c:1229: (Each undeclared identifier is reported only once
 gimpitemtreeview.c:1229: for each function it appears in.)
 gimpitemtreeview.c:1229: `border_width' undeclared (first use in this
 function)
[...]
 Any ideas?

I guess you are using gcc-2.95. This one is sensitive to double
semicolons in certain places. We don't always notice when they
sneak in, since gcc-3.3 happily eats them.

We fixed some of that kind of stuff in gimpitemtreeview after
gimp 2.1.1 has been released. The fix is in the current CVS.

As an alternative to the (recommended) GIMP-CVS sourcecode you can
remove the double semicolons near to the lines where the compiler
complains - or upgrade your gcc.

I hope this helps,
Simon
-- 
  [EMAIL PROTECTED]  http://simon.budig.de/
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] changing shortcut keys

2004-07-13 Thread Gaston Garcia
hi, I'm having problems changing the shortcut keys in The Gimp 2. What
is the order of steps in order to change a shortcut. For example make
Zoom tool have z as key.

thanks

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


Re: [Gimp-user] changing shortcut keys

2004-07-13 Thread Joao S. O. Bueno
On Tuesday 13 July 2004 20:00, Gaston Garcia wrote:
 hi, I'm having problems changing the shortcut keys in The Gimp 2.
 What is the order of steps in order to change a shortcut. For
 example make Zoom tool have z as key.


Hi Gaston!

Unfortunattely, GTK mnemonics (i.e. key acelerators in the menus), 
broke the pratical way odf dinamycally assigning shortcuts on The 
Gimp.

You can turn on dinamic shortcuts on the preferences dialog - but 
taht will allow shortcuts like shift + z and ctrl + z...the only 
way, in GIMP 2.0.X to reliably assign single letter shortcuts to 
commands is to manually edit your ~/.gimp-2.0/menurc file . 


Regards,

JS
--
 thanks

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

-- 

Este e-mail é, exceto pelas partes citadas
de outros e-mails, copyright(c) de João Sebastião
de Oliveira Bueno. Nenhuma cópia deste e-mail ou 
parte do mesmo pode existir nas dependências 
de, ou em posse de funcionários, de associações
protetoras de direitos autorais Brasileiras,
 dos Estados Unidos da América, ou de outros
países. Em particular essa exceção do direito
de leitura e posse deste e-mail se extende à
ABRA, ABPI, ABES, BSA, RIAA e MPAA. Violadores
estão infringindo as leis internacionais de 
direitos autorais e sujeitos às penalidades cabíveis.
Você pode re-utilizar, emendar,  acrescentar
suas palavras e citar e re-enviar qualquer 
parte do mesmo, desde que essa nota seja 
preservada e se não pertencer a alguma
das entidades supracitadas.


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