[Gimp-developer] gimp-1.2.3 on hp-ux 10.20: 'd_color' isn't known

2002-02-13 Thread Gansser, Martin
Title: gimp-1.2.3 on hp-ux 10.20: 'd_color' isn't known Hi, I got the following error messages, if I compile gimp-1.2.3 on hp-ux 10.20 faxg3.c:61: parse error before load_image faxg3.c:61: warning: type defaults to `int' in declaration of `load_image' faxg3.c:61: warning: data definition

Re: [Gimp-developer] TODOs for GIMP-1.3

2002-02-13 Thread Sven Neumann
Hi, me wrote: One project I'd particulary love to see tackled is plug-in previews. There should really be a generic preview widget that works for most filter plug-ins. This an often requested feature and it would improve user-friendliness a lot. There is some (pretty old) code that could

Re: [Gimp-developer] gimp-1.2.3 on hp-ux 10.20: 'd_color' isn't known

2002-02-13 Thread Sven Neumann
Hi, Gansser, Martin [EMAIL PROTECTED] writes: I got the following error messages, if I compile gimp-1.2.3 on hp-ux 10.20 [snip] I suspect you have old libgimp headers somewhere in your include path and somehow they get used instead of the libgimp headers from the source. # Set HP-UX cpp

[Gimp-developer] Re: TODOs for GIMP-1.3

2002-02-13 Thread Carol Spears
On 2002-02-13 at 0058.58 +0100, Sven Neumann typed this mail: I'd also like to remove TODO.xml and TODO from the source tree and put all feature requests into bugzilla. Someone would have to go through TODO and file bug-reports for all reasonable ideas in there. We can then decide if and

AW: [Gimp-developer] gimp-1.2.3 on hp-ux 10.20: 'd_color' isn't known

2002-02-13 Thread Gansser, Martin
Title: AW: [Gimp-developer] gimp-1.2.3 on hp-ux 10.20: 'd_color' isn't known I test it with the following: # HP-UX overrides CC=gcc prefix=/opt/gimp-1.2.3; RANLIB=/bin/true CONFIG_SHELL=/bin/sh # Extend PATH to pick up gtk-config, glib-config and perl5

Re: [Gimp-developer] Re: TODOs for GIMP-1.3

2002-02-13 Thread Sven Neumann
Hi, Carol Spears [EMAIL PROTECTED] writes: On 2002-02-13 at 0058.58 +0100, Sven Neumann typed this mail: I'd also like to remove TODO.xml and TODO from the source tree and put all feature requests into bugzilla. Someone would have to go through TODO and file bug-reports for all

[Gimp-developer] Photoshop brushes

2002-02-13 Thread Maurits Rijk
Hi, I noticed that it's pretty easy to write a plug-in to import Photoshop brushes. There seem to be lots of those freely around on the net. First question: is this plug-in already available (couldn't find it in the registry) and secondly: if not, would there be any interest in such a plugin?

Re: [Gimp-developer] Photoshop brushes

2002-02-13 Thread Austin Donnelly
On Wednesday, 13 Feb 2002, Maurits Rijk wrote: I noticed that it's pretty easy to write a plug-in to import Photoshop brushes. There seem to be lots of those freely around on the net. First question: is this plug-in already available (couldn't find it in the registry) and secondly: if not,

Re: [Gimp-developer] Photoshop brushes

2002-02-13 Thread Tor Lillqvist
I thought I saw some time ago somewhere that Photoshop 6 would have multi-coloured brushes (like GIMP's pixmap brushes), but that I then didn't find any documentation for their format in the Photoshop SDK. Now, however, I can't find anything about this, nor does my Photoshop 6 Tryout seem to

Re: [Gimp-developer] Photoshop brushes

2002-02-13 Thread Marco Lamberto
On Wed, 13 Feb 2002, Austin Donnelly wrote: I don't think such a plugin exists already. By all means, go ahead and code it up - it sounds useful! I've already wrote a little program that converts .abr and .jbr (PSP brushes, .abr renamed to .jbr) to GIMP's .gbr. I've planned to wrote it as a