[ptx] Re: editing panorams in gimp (multiple layers)

Kai-Uwe Behrmann ku.b at gmx.de
Fri Nov 21 19:02:41 GMT 2003


Am 21.11.03, 19:46 +0100 schrieb Pablo d'Angelo:

> > tiffs. The plug-in compile for cinepaint/filmgimp and gimp-1.2 .
> > If You consider to use panotools 16-bit capabilities take multi bit depth
> > cinepaint instead of 8-bit gimp.
>
> I tried to compile tiff.c for gimp 1.3.22, but it didn't work.
> Any idea what is wrong? Is it possible to compile it with gimp 1.3?

Dont expect this to work with gimp-1.3s gtk-2.x stuff. I plan to change
tiff.c for upcoming gimp-2.0 . Mostly this should effect the gui code and
eventually the plug-ins interface. Does it not work good for gimp-1.2 ?

> gcc -I.  -Wall -g -I/usr/include/gimp-1.3 `pkg-config --cflags gtk+-2.0`  -c tiff.c
> tiff.c:88:41: libgimp/stdplugins-intl.h: Datei oder Verzeichnis nicht gefunden
header change
> tiff.c:381: warning: initialization from incompatible pointer type
> tiff.c: In function `run':
> tiff.c:469: `GimpRunModeType' undeclared (first use in this function)
libgimp
> tiff.c:469: (Each undeclared identifier is reported only once
> tiff.c:469: for each function it appears in.)
> tiff.c:469: syntax error before "run_mode"
> tiff.c:482: `run_mode' undeclared (first use in this function)
> tiff.c:492: warning: implicit declaration of function `INIT_I18N_UI'
> tiff.c:569: warning: implicit declaration of function `INIT_I18N'
> tiff.c: In function `load_IFD':
> tiff.c:1483: warning: passing arg 6 of `gimp_channel_new' from incompatible pointer type
sounds like a libgimp function change
> tiff.c: In function `save_dialog':
> tiff.c:3452: warning: implicit declaration of function `_'
internationalisation stuff
> tiff.c:3462: warning: passing arg 1 of `gimp_dialog_new' makes pointer from integer without a cast
> tiff.c:3484: warning: passing arg 2 of `gimp_radio_group_new2' makes pointer from integer without a cast
> tiff.c:3484: warning: passing arg 3 of `gimp_radio_group_new2' from incompatible pointer type
> tiff.c:3493: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast
gui code - changing furthermore
> tiff.c: In function `comment_entry_callback':
> tiff.c:3753: warning: assignment discards qualifiers from pointer target type
??

> Any idea what might be wrong?

Needs time to look for and may need change elsewhere later :-(

Please wait for gimp-2.0 and I will look again at compatibility (or You
may do it and I can merge it in).

Kai-Uwe



More information about the ptX mailing list