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 2010

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

2010.08.20 08:16 "TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.22 02:26 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by Scott Ribe
2010.08.23 07:04 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.23 07:40 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <jcupitt@gmail.com>
2010.08.23 08:04 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.23 08:18 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.23 10:47 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <jcupitt@gmail.com>
2010.08.23 10:18 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.23 12:02 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by Juergen Buchmueller
2010.08.23 13:25 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.23 14:17 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>
2010.08.23 14:38 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by Olivier Paquet
2010.08.24 12:31 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by <molholm@gmail.com>

2010.08.23 14:38 "Re: TIFFWriteScanline works on Windows and Linux but fails on Mac", by Olivier Paquet

2010/8/23 Dennis Mølhom Hansen <molholm@gmail.com>:
> I get the following message when TIFFWriteScanline fails: "compression
> support is not configured"
>
> I can't se any issues in the configure output, but I will check again.
>
> Any ideas on how to configure compression support for LZW?

It's enabled by default and you need to explicitely disable it with
--disable-lzw . Check the summary at the end of configure to make sure
of its status.

Also double check that you're using the libtiff that you think you're
using. Adding a printf to code I thought I was running has been an eye
opener for me a few times in the past :-)

Olivier