2014.02.24 04:34 "[Tiff] Failed in TIFFClientOpen", by Irvanda Kurniadi

2014.02.26 04:52 "Re: [Tiff] Failed in TIFFClientOpen", by Bob Friesenhahn

On Wed, Feb 26, 2014 at 12:36 PM, Bob Friesenhahn <bfriesen@simple.dallas.tx.us> wrote:

What means did you use to "port" the library to L4/Fiasco?

 I'm trying to perform a parallel programming in image processing on

L4/fiasco by combining it with mpi library and OpenMP. Now I meet this unsupported issue about 64-bit type.

> Libtiff 4.X requires a 64-bit type to use for offsets since it supports the BigTIFF format.
>

> Then, do you think by porting another version of libtiff could overcome this problem? 

It is highly likely that your system does have a 64-bit type. It is just a matter of finding and supplying the correct typedef for it. If you used the configure script, then I recall that it fell back to a 32-bit type but apparently that is not allowed.

If you use tiff-3.9.7 then you would not have this problem.

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