Hello, I just found out that libtiff 4.3.0 won't compile on macOS 11.4 + Xcode 12.5.1 (Intel CPU). The error I'm getting is the following one. > fatal error: too many errors emitted, stopping now [-ferror-limit=] > 20 errors generated. > make[3]: *** [tif_stream.lo] Error 1 > make[3]: *** Waiting for unfinished jobs.... > mv -f .deps/tif_fax3.Tpo .deps/tif_fax3.Plo > mv -f .deps/tif_getimage.Tpo .deps/tif_getimage.Plo > mv -f .deps/tif_dirread.Tpo .deps/tif_dirread.Plo > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Failed to Execute make -j 16 Please note that, instead, libtiff 4.2.0 works well.