Hi all, In building with libtiff 4.4.0, I ran into one snag. Here is my local patch. It's needs an ifdef in it to work in general for folks with both older and newer libtiffs. And the exact commit that caused the change: https://gitlab.com/libtiff/libtiff/-/commit/9da3849a51a4114c140105a21ca7a9c05ceff46d -kurt Engineer at Google diff -ru a/files/Source/Metadata/XTIFF.cpp b/files/Source/Metadata/XTIFF.cpp --- a/files/Source/Metadata/XTIFF.cpp 2022-05-18 06:56:41.578314458 -0700 +++ b/files/Source/Metadata/XTIFF.cpp...