2005.08.09 20:08 "[Tiff] Compile error on AIX 5.1", by Philip Watkinson

2005.08.17 19:07 "RE: [Tiff] Compile error on AIX 5.1", by Philip Watkinson

Hi Andrey,

Your proposed solution did not work. Getting same error message.

Could I suggest that strchr() be removed and that the following code be used:

                fprintf(fd, " Ink Names: ");
                sep = "";
                cp = td->td_inknames;
                for (i = td->td_samplesperpixel; i > 0; i--) {
                        fputs(sep, fd);
                        _TIFFprintAscii(fd, cp);
                        sep = ", ";
                        while (*cp != '\0')
                                cp += 1;
                        cp += 1;
                }

Philip

-----Original Message-----

From: tiff-bounces@lists.maptools.org [mailto:tiff-bounces@lists.maptools.org] On Behalf Of Andrey Kiselev

On Tue, Aug 09, 2005 at 04:08:16PM -0400, Philip Watkinson wrote:

Compiling libtiff (3.7.1) on AIX 5.1. Getting the following compile error with tif_print.c:

"tif_print.c", line 273.54: 1506-068 (S) Operation between types

__________ NOD32 1.1191 (20050810) Information __________

This message was checked by NOD32 antivirus system. http://www.eset.com