=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hugin-2023.0.0nb1 [ 0%] Building C object src/foreign/levmar/CMakeFiles/huginlevmar.dir/lm.c.o In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm.c:75: /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm_core.c:182:7: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations] if(!LM_FINITE(p_eL2)) stop=7; ^ /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/compiler.h:36:19: note: expanded from macro 'LM_FINITE' #define LM_FINITE finite // ICC, GCC ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm.c:75: /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm_core.c:357:13: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations] if(!LM_FINITE(pDp_eL2)){ /* sum of squares is not finite, most probably due to a user error. ^ /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/compiler.h:36:19: note: expanded from macro 'LM_FINITE' #define LM_FINITE finite // ICC, GCC ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm.c:75: /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm_core.c:566:7: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations] if(!LM_FINITE(p_eL2)) stop=7; ^ /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/compiler.h:36:19: note: expanded from macro 'LM_FINITE' #define LM_FINITE finite // ICC, GCC ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm.c:75: /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/lm_core.c:760:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations] if(!LM_FINITE(pDp_eL2)){ /* sum of squares is not finite, most probably due to a user error. ^ /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/compiler.h:36:19: note: expanded from macro 'LM_FINITE' #define LM_FINITE finite // ICC, GCC ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) ^ 4 warnings generated. [ 1%] Building C object src/foreign/levmar/CMakeFiles/huginlevmar.dir/Axb.c.o [ 1%] Building C object src/foreign/levmar/CMakeFiles/huginlevmar.dir/misc.c.o In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/misc.c:64: /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/foreign/levmar/misc_core.c:577:2: warning: LAPACK not available, LU will be used for matrix inversion when computing the covariance; this might be unstable at times [-W#warnings] #warning LAPACK not available, LU will be used for matrix inversion when computing the covariance; this might be unstable at times ^ 1 warning generated. [ 1%] Linking C static library libhuginlevmar.a [ 1%] Built target huginlevmar [ 1%] Building CXX object src/hugin_base/CMakeFiles/huginbase.dir/algorithms/nona/NonaFileStitcher.cpp.o In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:31: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.h:35: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/StitcherAlgorithm.h:36: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/PanoramaAlgorithm.h:35: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/appbase/ProgressDisplay.h:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/hugin_utils/utils.h:36: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:1311:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] typedef cmsInt32Number (* cmsSAMPLER16) (CMSREGISTER const cmsUInt16Number In[], ^~~~~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:161:23: note: expanded from macro 'CMSREGISTER' # define CMSREGISTER register ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:1312:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] CMSREGISTER cmsUInt16Number Out[], ^~~~~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:161:23: note: expanded from macro 'CMSREGISTER' # define CMSREGISTER register ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:1313:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] CMSREGISTER void * Cargo); ^~~~~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:161:23: note: expanded from macro 'CMSREGISTER' # define CMSREGISTER register ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:1315:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] typedef cmsInt32Number (* cmsSAMPLERFLOAT)(CMSREGISTER const cmsFloat32Number In[], ^~~~~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:161:23: note: expanded from macro 'CMSREGISTER' # define CMSREGISTER register ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:1316:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] CMSREGISTER cmsFloat32Number Out[], ^~~~~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:161:23: note: expanded from macro 'CMSREGISTER' # define CMSREGISTER register ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:1317:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] CMSREGISTER void * Cargo); ^~~~~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/lcms2.h:161:23: note: expanded from macro 'CMSREGISTER' # define CMSREGISTER register ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:312:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 sampleFormat = 1, bitsPerSample, ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:314:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 w,h; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:376:39: warning: 'uint8' is deprecated [-Wdeprecated-declarations] a.set(((((uint8 *)buf)[x/8] >> (7 - x%8)) & 1) ? max : min, xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:380:39: warning: 'uint8' is deprecated [-Wdeprecated-declarations] a.set(((((uint8 *)buf)[x/8] >> (x%8)) & 1) ? max : min, xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:395:48: warning: 'uint8' is deprecated [-Wdeprecated-declarations] a.set(offset + scale*((uint8 *)buf)[x], xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:409:33: warning: 'uint16' is deprecated [-Wdeprecated-declarations] a.set(((uint16 *)buf)[x], xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:423:33: warning: 'uint32' is deprecated [-Wdeprecated-declarations] a.set(((uint32 *)buf)[x], xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:449:39: warning: 'int8' is deprecated [-Wdeprecated-declarations] a.set(((((int8 *)buf)[x/8] >> (7 - x%8)) & 1) ? max : min, xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:453:39: warning: 'int8' is deprecated [-Wdeprecated-declarations] a.set(((((int8 *)buf)[x/8] >> (x%8)) & 1) ? max : min, xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:468:48: warning: 'uint8' is deprecated [-Wdeprecated-declarations] a.set(offset + scale*((uint8 *)buf)[x], xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:482:33: warning: 'int16' is deprecated [-Wdeprecated-declarations] a.set(((int16 *)buf)[x], xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:496:33: warning: 'int32' is deprecated [-Wdeprecated-declarations] a.set(((int32 *)buf)[x], xd); ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:703:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 sampleFormat = 1, bitsPerSample, ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:705:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 w,h; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:730:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 * raster = new uint32[w*h]; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:730:31: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 * raster = new uint32[w*h]; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:746:21: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 rast = raster[x+y*w]; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:784:25: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 *pr, *pg, *pb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:789:35: warning: 'uint8' is deprecated [-Wdeprecated-declarations] pr = (uint8 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:798:35: warning: 'uint8' is deprecated [-Wdeprecated-declarations] pr = (uint8 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:799:35: warning: 'uint8' is deprecated [-Wdeprecated-declarations] pg = (uint8 *)bufg; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:800:35: warning: 'uint8' is deprecated [-Wdeprecated-declarations] pb = (uint8 *)bufb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:814:25: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 *pr, *pg, *pb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:819:35: warning: 'uint16' is deprecated [-Wdeprecated-declarations] pr = (uint16 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:828:35: warning: 'uint16' is deprecated [-Wdeprecated-declarations] pr = (uint16 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:829:35: warning: 'uint16' is deprecated [-Wdeprecated-declarations] pg = (uint16 *)bufg; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:830:35: warning: 'uint16' is deprecated [-Wdeprecated-declarations] pb = (uint16 *)bufb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:844:25: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 *pr, *pg, *pb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:849:35: warning: 'uint32' is deprecated [-Wdeprecated-declarations] pr = (uint32 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:858:35: warning: 'uint32' is deprecated [-Wdeprecated-declarations] pr = (uint32 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:859:35: warning: 'uint32' is deprecated [-Wdeprecated-declarations] pg = (uint32 *)bufg; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:860:35: warning: 'uint32' is deprecated [-Wdeprecated-declarations] pb = (uint32 *)bufb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:886:25: warning: 'int8' is deprecated [-Wdeprecated-declarations] int8 *pr, *pg, *pb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:891:35: warning: 'int8' is deprecated [-Wdeprecated-declarations] pr = (int8 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:900:35: warning: 'int8' is deprecated [-Wdeprecated-declarations] pr = (int8 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:901:35: warning: 'int8' is deprecated [-Wdeprecated-declarations] pg = (int8 *)bufg; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:902:35: warning: 'int8' is deprecated [-Wdeprecated-declarations] pb = (int8 *)bufb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:79:41: note: 'int8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int8_t int8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:916:25: warning: 'int16' is deprecated [-Wdeprecated-declarations] int16 *pr, *pg, *pb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:921:35: warning: 'int16' is deprecated [-Wdeprecated-declarations] pr = (int16 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:930:35: warning: 'int16' is deprecated [-Wdeprecated-declarations] pr = (int16 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:931:35: warning: 'int16' is deprecated [-Wdeprecated-declarations] pg = (int16 *)bufg; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:932:35: warning: 'int16' is deprecated [-Wdeprecated-declarations] pb = (int16 *)bufb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:945:25: warning: 'int32' is deprecated [-Wdeprecated-declarations] int32 *pr, *pg, *pb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:950:35: warning: 'int32' is deprecated [-Wdeprecated-declarations] pr = (int32 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:959:35: warning: 'int32' is deprecated [-Wdeprecated-declarations] pr = (int32 *)bufr; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:960:35: warning: 'int32' is deprecated [-Wdeprecated-declarations] pg = (int32 *)bufg; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:961:35: warning: 'int32' is deprecated [-Wdeprecated-declarations] pb = (int32 *)bufb; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1319:13: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 * p = (uint8 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1319:26: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 * p = (uint8 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1362:13: warning: 'int16' is deprecated [-Wdeprecated-declarations] int16 * p = (int16 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1362:26: warning: 'int16' is deprecated [-Wdeprecated-declarations] int16 * p = (int16 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:82:43: note: 'int16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int16_t int16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1405:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 * p = (uint16 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1405:27: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 * p = (uint16 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1448:13: warning: 'int32' is deprecated [-Wdeprecated-declarations] int32 * p = (int32 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1448:26: warning: 'int32' is deprecated [-Wdeprecated-declarations] int32 * p = (int32 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1748:13: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 * pr = (uint8 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1748:27: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 * pr = (uint8 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1749:13: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 * pg = pr+1; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1750:13: warning: 'uint8' is deprecated [-Wdeprecated-declarations] uint8 * pb = pg+1; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:80:43: note: 'uint8' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint8_t uint8 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1796:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 * pr = (uint16 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1796:28: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 * pr = (uint16 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1797:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 * pg = pr+1; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1798:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 * pb = pg+1; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1844:13: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 * pr = (uint32 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1844:28: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 * pr = (uint32 *)buf; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1845:13: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 * pg = pr+1; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:41: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/vigra/tiff.hxx:1846:13: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 * pb = pg+1; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:514:8: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register double Dx, ^~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:515:8: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register double Dy, ^~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:750:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] PANO13_IMPEX void nextWord ( register char* word, char** ch ); ^~~~~~~~~ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:751:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] PANO13_IMPEX void nextLine ( register char* line, char** ch ); ^~~~~~~~~ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:456:35: warning: 'verUS' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] minCountry = verUS, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1)' has been explicitly marked deprecated here enum { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:457:35: warning: 'verIrelandEnglish' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] maxCountry = verIrelandEnglish ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1)' has been explicitly marked deprecated here enum { ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:28: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:49: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOTypes.h:81:49: error: expected ';' after top level declarator typedef mach_vm_address_t IOVirtualAddress __kernel_ptr_semantics; ^ ; In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:87: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:28: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:52: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/IOKit.framework/Headers/OSMessageNotification.h:120:53: error: expected ';' after top level declarator typedef natural_t OSAsyncReference[kOSAsyncRefCount] __kernel_ptr_semantics; ^ ; In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:32: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:162:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations] typedef CF_ENUM(uint32, SecCredentialType) ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:32: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecKey.h:162:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations] typedef CF_ENUM(uint32, SecCredentialType) ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/IconsCore.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/OSServices.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framework/Headers/CSIdentity.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:75: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecACL.h:48:21: warning: 'uint16' is deprecated [-Wdeprecated-declarations] typedef CF_OPTIONS(uint16, SecKeychainPromptSelector) ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /Users/pbulk/build/graphics/hugin/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h:22: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:31: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:39: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:55: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:475:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:483:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:495:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:503:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:505:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 digest; /* Profile message digest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:517:3: warning: 'CMTagRecord' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagRecord tagList[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:513:3: note: 'CMTagRecord' has been explicitly marked deprecated here } CMTagRecord DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:521:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:522:3: warning: 'CMTagElemTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagElemTable tagTable; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:518:3: note: 'CMTagElemTable' has been explicitly marked deprecated here } CMTagElemTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:550:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:618:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor backingXYZ; /* absolute XYZ values of backing */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:662:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor redPhosphor; /* Phosphors - native cromaticity values of the display */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:663:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor greenPhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:664:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor bluePhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:665:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor whitePoint; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:681:3: warning: 'CMNativeDisplayInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNativeDisplayInfo nativeDisplayInfo; /* data of type CMNativeDisplayInfo */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:676:3: note: 'CMNativeDisplayInfo' has been explicitly marked deprecated here } CMNativeDisplayInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:734:3: warning: 'CMScreeningChannelRec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMScreeningChannelRec channelInfo[1]; /* variable size, determined by channelCount */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:727:3: note: 'CMScreeningChannelRec' has been explicitly marked deprecated here } CMScreeningChannelRec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:782:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor illuminant; /* absolute XYZs of illuminant in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:783:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor surround; /* absolute XYZs of surround in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:790:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor XYZ[1]; /* variable size, determined by tag element size */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:829:3: warning: 'CMIntentCRDVMSize' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMIntentCRDVMSize intentCRD[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:823:3: note: 'CMIntentCRDVMSize' has been explicitly marked deprecated here } CMIntentCRDVMSize DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:860:5: warning: 'CMVideoCardGammaTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaTable table; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:843:3: note: 'CMVideoCardGammaTable' has been explicitly marked deprecated here } CMVideoCardGammaTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:861:5: warning: 'CMVideoCardGammaFormula' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaFormula formula; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:855:3: note: 'CMVideoCardGammaFormula' has been explicitly marked deprecated here } CMVideoCardGammaFormula DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:868:3: warning: 'CMVideoCardGamma' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGamma gamma; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:863:3: note: 'CMVideoCardGamma' has been explicitly marked deprecated here } CMVideoCardGamma DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:885:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1187:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header cm2; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1188:3: warning: 'CM4Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM4Header cm4; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:507:3: note: 'CM4Header' has been explicitly marked deprecated here } CM4Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1196:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profileSet[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1203:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; /* profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1211:3: warning: 'NCMConcatProfileSpec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] NCMConcatProfileSpec profileSpecs[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1204:3: note: 'NCMConcatProfileSpec' has been explicitly marked deprecated here } NCMConcatProfileSpec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1302:3: warning: 'CMRGBColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMRGBColor rgb; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1232:3: note: 'CMRGBColor' has been explicitly marked deprecated here } CMRGBColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1303:3: warning: 'CMHSVColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHSVColor hsv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1257:3: note: 'CMHSVColor' has been explicitly marked deprecated here } CMHSVColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1304:3: warning: 'CMHLSColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHLSColor hls; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1251:3: note: 'CMHLSColor' has been explicitly marked deprecated here } CMHLSColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1306:3: warning: 'CMLabColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLabColor Lab; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1263:3: note: 'CMLabColor' has been explicitly marked deprecated here } CMLabColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1307:3: warning: 'CMLuvColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLuvColor Luv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1269:3: note: 'CMLuvColor' has been explicitly marked deprecated here } CMLuvColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1308:3: warning: 'CMYxyColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMYxyColor Yxy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1275:3: note: 'CMYxyColor' has been explicitly marked deprecated here } CMYxyColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1309:3: warning: 'CMCMYKColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYKColor cmyk; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1239:3: note: 'CMCMYKColor' has been explicitly marked deprecated here } CMCMYKColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1310:3: warning: 'CMCMYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYColor cmy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1245:3: note: 'CMCMYColor' has been explicitly marked deprecated here } CMCMYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1311:3: warning: 'CMGrayColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMGrayColor gray; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1279:3: note: 'CMGrayColor' has been explicitly marked deprecated here } CMGrayColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1312:3: warning: 'CMMultichannel5Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel5Color mc5; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1283:3: note: 'CMMultichannel5Color' has been explicitly marked deprecated here } CMMultichannel5Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1313:3: warning: 'CMMultichannel6Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel6Color mc6; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1287:3: note: 'CMMultichannel6Color' has been explicitly marked deprecated here } CMMultichannel6Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1314:3: warning: 'CMMultichannel7Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel7Color mc7; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1291:3: note: 'CMMultichannel7Color' has been explicitly marked deprecated here } CMMultichannel7Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1315:3: warning: 'CMMultichannel8Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel8Color mc8; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1295:3: note: 'CMMultichannel8Color' has been explicitly marked deprecated here } CMMultichannel8Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1316:3: warning: 'CMNamedColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNamedColor namedColor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1299:3: note: 'CMNamedColor' has been explicitly marked deprecated here } CMNamedColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1515:3: warning: 'CMBitmapColorSpace' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBitmapColorSpace space; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1507:41: note: 'CMBitmapColorSpace' has been explicitly marked deprecated here typedef UInt32 CMBitmapColorSpace DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1589:3: warning: 'CMHandleLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHandleLocation handleLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1557:3: note: 'CMHandleLocation' has been explicitly marked deprecated here } CMHandleLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1594:3: warning: 'CMPathLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMPathLocation pathLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1578:3: note: 'CMPathLocation' has been explicitly marked deprecated here } CMPathLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1595:3: warning: 'CMBufferLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBufferLocation bufferLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1583:3: note: 'CMBufferLocation' has been explicitly marked deprecated here } CMBufferLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1600:3: warning: 'CMProfLoc' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfLoc u; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1596:3: note: 'CMProfLoc' has been explicitly marked deprecated here } CMProfLoc DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1605:42: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] cmCurrentProfileLocationSize = sizeof(CMProfileLocation) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1620:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1623:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation location; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1627:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel * makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1628:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 * digest; /* Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1994:3: warning: 'CMDeviceID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceID deviceID; /* device ID */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1959:41: note: 'CMDeviceID' has been explicitly marked deprecated here typedef UInt32 CMDeviceID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1996:3: warning: 'CMDeviceState' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceState deviceState; /* Device State flags */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1953:41: note: 'CMDeviceState' has been explicitly marked deprecated here typedef UInt32 CMDeviceState DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1997:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID defaultProfileID; /* Can change */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2010:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2011:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2018:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2019:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2021:3: warning: 'CMDeviceProfileScope' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileScope profileScope; /* The scope this profile applies to */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1985:18: note: 'CMDeviceProfileScope' has been explicitly marked deprecated here } CMDeviceScope, CMDeviceProfileScope DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2033:3: warning: 'CMDeviceProfileInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileInfo profiles[1]; /* The profile info records */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2014:3: note: 'CMDeviceProfileInfo' has been explicitly marked deprecated here } CMDeviceProfileInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:139:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:140:3: warning: 'CMColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMColor color; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1317:3: note: 'CMColor' has been explicitly marked deprecated here } CMColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:328:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef dstProfile; /* Currently ignored */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:54:3: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDisplayIDType displayID; /* Contains an hDC on Win32 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:56:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation * profileLocationPtr; /* For returning the profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:61:55: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] typedef CALLBACK_API( Boolean , CanCalibrateProcPtr )(CMDisplayIDType displayID, Str255 errMessage); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:154:3: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDisplayIDType displayID, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/Stitcher.h:53: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/nona/RemappedPanoImage.h:43: In file included from /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/src/hugin_base/panotools/PanoToolsInterface.h:68: In file included from /Users/pbulk/build/graphics/hugin/work/.buildlink/include/pano13/filter.h:1092: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:180:87: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean InvokeCanCalibrateUPP(CMDisplayIDType displayID, Str255 errMessage, CanCalibrateUPP userUPP) { return (*userUPP)(displayID, errMessage); } ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ 154 warnings and 2 errors generated. *** [src/hugin_base/CMakeFiles/huginbase.dir/algorithms/nona/NonaFileStitcher.cpp.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/cmake-pkgsrc-build 1 error bmake[2]: stopped in /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/cmake-pkgsrc-build *** [src/hugin_base/CMakeFiles/huginbase.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/cmake-pkgsrc-build 1 error bmake[1]: stopped in /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/cmake-pkgsrc-build *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/cmake-pkgsrc-build 1 error bmake: stopped in /Users/pbulk/build/graphics/hugin/work/hugin-2023.0.0/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/graphics/hugin *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/graphics/hugin