Re: api break before release

2000-08-26 Thread Uwe Koloska

You wrote on Fre, 25 Aug 2000:
Date: Fri, 25 Aug 2000 01:08:42 +0200
   From: Sven Neumann [EMAIL PROTECTED]

   [blurb about #ifdef GIMP_ENABLE_COMPAT_CRUFT]

   Are you sure? Why does it work for the gimp-print plug-in then?

We've been using the old names.  I ran Sven's conversion script to
generate the new names, and put a whole stack of #define's in the one
UI-related file that's shared between the 1.0 code and the 1.2 code.

What about a common header that makes this defines?  So a plug-in
maintainer can use the new conventions and if the plug-in should be
compiled for the old api, this can easily observed by including this header.

(Don't know exactly about the under-the-hood complexity of what I'm talking
about ;-))

Uwe

-- 
mailto:[EMAIL PROTECTED]
http://rcswww.urz.tu-dresden.de/~koloska/
----
right now the web page is in german only
but this will change as time goes by ;-)



PDL 2.1.1

2000-08-26 Thread sayao

Lib.xs: In function `need_pdl':
Lib.xs:97: warning: passing arg 1 of `Perl_croak' from incompatible pointer
type
Lib.xs:97: too few arguments to function `Perl_croak'
Lib.xs: In function `old_pdl':
Lib.xs:126: warning: passing arg 1 of `Perl_croak' from incompatible pointer
type
Lib.xs:126: warning: passing arg 2 of `Perl_croak' makes pointer from integer
without a cast
Lib.xs:129: warning: passing arg 1 of `Perl_croak' from incompatible pointer
typ
...
..


i think it's not working with PDL 2.1.1