| 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 |
Thread2005.06.21 15:11 "Re: VS7.1 compile problems", by Bob FriesenhahnOn Tue, 21 Jun 2005, Thom DeCarlo wrote: > > I'm having many problems compiling the latest libtiff (downloaded from cvs > this morning). I am using VS7.1 on WinXP. > > Problem 1: There is something flaky about the handling of the inline > declaration in tif_fax3.c functions find0span and find1span. I had to > comment out the word "inline" on lines 779 and 838 to get the file to > compile. VC++ uses '__inline' so adding the define #define inline __inline should fix the compile problem. Of course this needs to be conditional on the compiler. > Problem 3: Now I'm trying to find the proper replacement for the unix > functions read, write, lseek, close, open, and getopt. I'm getting lots of > warnings about these things being undefined. Most of these have underbar equivalents in Widnows (_write). Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||