2021.04.14 16:48 "[Tiff] 4.3.0 release ?", by Even Rouault

2021.04.14 19:20 "Re: [Tiff] 4.3.0 release ?", by Miguel Medalha

I'm working with upstream to add a version number in the Lerc_c_api.h and doing changes in libtiff to accomodate for that

Thank you for the info.

The only remaining issue that I can find is with 12-bit JPEG. This line in libtiff\libtiff\tif_jpeg_12.c

#  include LIBJPEG_12_PATH

Produces the following fatal error:

  tif_jpeg_12.c
C:\Build\git\libtiff\libtiff\tif_jpeg_12.c(12,12): error C2006: '#include': expected "FILENAME" or <FILENAME> [C:\Build\bin\libtiff\lib tiff\tiff.vcxproj]
C:\Build\git\libtiff\libtiff\tif_jpeg_12.c(12,12): fatal error C1083: Cannot open include file: '': No such file or directory [C:\Build \bin\libtiff\libtiff\tiff.vcxproj]

If I just comment out the line, it builds without complains.