2013.10.28 07:43 "[Tiff] Does TIFF support 15-bit (RGB555 or 5551) images?", by Nikos Chantziaras

2013.12.02 15:02 "Re: [Tiff] Compile problem in tif_jpeg.c", by Bob Friesenhahn

On Sun, 1 Dec 2013, Nacho Man wrote:

 > Hello,

> I am working on updating the PS3Libraries to the latest It was using an older version of the tiff library (3.9.4) and an older library of libzip I have successfully compiled libzip (0.11.1) but now I have trouble compiling the tiff library The error message I receive is as follows: versions.  (0.9.3).  (4.0.3).  

In file included from ../../libtiff/tif_jpeg.c:30:0:

> ../../libtiff/tiffiop.h:72:16: error: expected identifier before numeric constant

 >  # define FALSE 0
 >                 ^

/usr/local/ps3dev/portlibs/ppu/include/jmorecfg.h:263:16: note: in expansion of macro 'FALSE'

 typedef enum { FALSE = 0, TRUE = 1 } boolean;

 >                 ^

make[2]: *** [tif_jpeg.lo] Error 1

This is a problem with libjpeg 9. I argued with Guido that he should
rely on this syntax but he did anyway. If you can not figure out not
work-around, you could try an earlier release. a

There is a development version of libjpeg 9's successor available from It claims to have solved this problem. "http://www.infai.org/jpeg/".

I have not tested this development version and it is possible that the features might cause some issue with libtiff. new

 Bob
 --
 Bob Friesenhahn
 bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
 GraphicsMagick Maintainer, http://www.GraphicsMagick.org/