AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.08.17 19:55 "getting libtiff error on AIX 5.1", by Philip Watkinson
2005.08.18 20:01 "Re: getting libtiff error on AIX 5.1", by Philip Watkinson
2005.08.18 21:00 "Re: getting libtiff error on AIX 5.1", by Andrey Kiselev

2005.08.18 20:01 "Re: getting libtiff error on AIX 5.1", by Philip Watkinson

Found the source of the problem. The Libtiff software will not work with
the AIX large file environment (_LARGE_FILES, _LARGE_FILE_API). lseek()
in tif_unix.c returned an error causing Libtiff to generate the error
message "Error writing data for field StripOffsets" when writing the
directory. 
 
Philip