2007.06.15 13:12 "[Tiff] Big tiff port to minGW", by

2007.06.15 15:28 "Re: [Tiff] Big tiff port to minGW", by Bob Friesenhahn

On Fri, 15 Jun 2007 tobykaos@free.fr wrote:

I want to use bigtiff lib, and I test it since Aperio out a 4.0.1. Then for GCC and msvc no particular problems appears. But for MinGW type __int64 does not support yet.

Then could you change macros for MinGW in including <stdint.h>, the official C99 header?

The bigtiff development is still underway. MinGW supports 'long long' and 'unsigned long long'. Using <stdint.h> may seem like a good idea, but similar results may be obtained from the configure script in a more portable way since <stdint.h> is not always available.

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