2022.09.18 11:47 "[Tiff] Problem linking on Windows (Visual Studio 2019)", by David C. Partridge

2022.09.18 12:20 "Re: [Tiff] Problem linking on Windows (Visual Studio 2019)", by Roger Leigh

Hi David,

It's missing getopt.c from the port directory.

When you ran CMake, it should have found that getopt was missing from the system, and configured libport to include it. I don't know what would trigger this change--does any other part of your build define HAVE_GETOPT? I would suggest deleting the CMakeCache.txt file and reconfiguring LibTIFF again, and see if this is configured correctly again.

Kind regards,
Roger