2015.06.11 15:46 "[Tiff] Libtiff 4.0.4 release soon", by Bob Friesenhahn

2015.06.16 16:01 "Re: [Tiff] Libtiff 4.0.4 release soon", by Bob Friesenhahn

Note that only one change was needed to tif_unix.c (move line#119 to the beginning of the block), and now CVS-head compiles on MSVC. -jeff

***
static uint64
_tiffSizeProc(thandle_t fd)
{
        struct stat sb;
        fd_as_handle_union_t fdh;
        fdh.h = fd;
***

I suspect that this issue was added in the past couple of days via a patch. GCC allows declarations anywhere, which is not compatible with C'89.

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