Subject: | Order of include files |
In PNGwriter.xs the include
#include <pngwriter.h>
should happen before the perl includes. This is because the perl
includes define the macro do_open which may be also defined in the
depths of the g++ includes, causing errors à la
macro "do_open" requires 7 arguments, but only 2 given
Regards,
Slaven