| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2009.01.22 16:31 "Re: libtiff 4.0.0beta3", by Bob FriesenhahnOn Thu, 22 Jan 2009, Edward Lam wrote: > > As for the tools, tiffcrop fails to compile on Windows. stdint.h is not > available on Windows. I only took a quick look and I'm not sure if it's > necessary? It is an error for tiffcrop to be using stdint.h at all since stdint.h is not portable, and facilities are already in place to make up for it. Libtiff should not require more than c'89. > #ifndef HAVE_GETOPT > extern int getopt(int, char**, char*); > +extern int optind; > #endif This little bit may be important to other platforms as well. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||