microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.74k stars 6.29k forks source link

[ffmpeg] Build error on arm64-ios-release #37630

Closed Pe13 closed 2 months ago

Pe13 commented 5 months ago

Copy issue body from /Users/paolo/Desktop/repos/vcpkg/installed/vcpkg/issue_body.md

Package: ffmpeg[avcodec,avdevice,avfilter,avformat,core,swresample,swscale]:arm64-ios-release@6.1.1#2

Host Environment

To Reproduce

vcpkg install ffmpeg:arm64-ios-release Failure logs

-- Using cached ffmpeg-ffmpeg-n6.1.1.tar.gz.
-- Cleaning sources at /Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/src/n6.1.1-bf510528a2.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /Users/paolo/Desktop/repos/vcpkg/downloads/ffmpeg-ffmpeg-n6.1.1.tar.gz
-- Applying patch 0001-create-lib-libraries.patch
-- Applying patch 0002-fix-msvc-link.patch
-- Applying patch 0003-fix-windowsinclude.patch
-- Applying patch 0004-fix-debug-build.patch
-- Applying patch 0005-fix-nasm.patch
-- Applying patch 0006-fix-StaticFeatures.patch
-- Applying patch 0007-fix-lib-naming.patch
-- Applying patch 0009-Fix-fdk-detection.patch
-- Applying patch 0011-Fix-x265-detection.patch
-- Applying patch 0012-Fix-ssl-110-detection.patch
-- Applying patch 0013-define-WINVER.patch
-- Applying patch 0015-Fix-xml2-detection.patch
-- Applying patch 0020-fix-aarch64-libswscale.patch
-- Applying patch 0022-fix-iconv.patch
-- Using source at /Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/src/n6.1.1-bf510528a2.clean
-- Found external ninja('1.11.1').
-- Getting CMake variables for arm64-ios-release
-- Building Options: --enable-pic --disable-doc --enable-debug --enable-runtime-cpudetect --disable-autodetect --enable-avfoundation --enable-coreimage --enable-videotoolbox --cc=cc --cxx=c++ --nm=nm --ar='ar' --ranlib=ranlib --disable-ffmpeg --disable-ffplay --disable-ffprobe --enable-avcodec --enable-avdevice --enable-avformat --enable-avfilter --disable-postproc --enable-swresample --enable-swscale --disable-alsa --disable-amf --disable-libaom --disable-libass --disable-avisynth --disable-bzlib --disable-libdav1d --disable-libfdk-aac --disable-libfontconfig --disable-libfreetype --disable-libfribidi --disable-iconv --disable-libilbc --disable-lzma --disable-libmp3lame --disable-libmodplug --disable-cuda --disable-nvenc --disable-nvdec  --disable-cuvid --disable-ffnvcodec --disable-opencl --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-securetransport --disable-libopus --disable-sdl2 --disable-libsnappy --disable-libsoxr --disable-libspeex --disable-libssh --disable-libtensorflow --disable-libtesseract --disable-libtheora --disable-libvorbis --disable-libvpx --disable-libwebp --disable-libx264 --disable-libx265 --disable-libxml2 --disable-zlib --disable-libsrt --disable-libmfx --enable-cross-compile --pkg-config-flags=--static
-- Building Release Options: --enable-optimizations --extra-ldflags=-L"/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib"
-- Building ffmpeg for Release
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: /bin/bash ./build.sh
    Working Directory: /Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel
    Error code: 1
    See logs for more information:
      /Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-config.log
      /Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-out.log

Call Stack (most recent call first):
  ports/ffmpeg/portfile.cmake:600 (vcpkg_execute_required_process)
  scripts/ports.cmake:175 (include)
/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-out.log ``` BUILD_ARCH=arm64 OPTION_VARIABLE=OPTIONS_arm64 === CONFIGURING === ERROR: videotoolbox requested, but not all dependencies are satisfied: corefoundation coremedia corevideo If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. ```
/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-config.log ``` # /Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/src/n6.1.1-bf510528a2.clean/configure --prefix=/Users/paolo/Desktop/repos/vcpkg/packages/ffmpeg_arm64-ios-release --enable-pic --disable-doc --enable-debug --enable-runtime-cpudetect --disable-autodetect --enable-avfoundation --enable-coreimage --enable-videotoolbox --cc=cc --cxx=c++ --nm=nm --ar=ar --ranlib=ranlib --disable-ffmpeg --disable-ffplay --disable-ffprobe --enable-avcodec --enable-avdevice --enable-avformat --enable-avfilter --disable-postproc --enable-swresample --enable-swscale --disable-alsa --disable-amf --disable-libaom --disable-libass --disable-avisynth --disable-bzlib --disable-libdav1d --disable-libfdk-aac --disable-libfontconfig --disable-libfreetype --disable-libfribidi --disable-iconv --disable-libilbc --disable-lzma --disable-libmp3lame --disable-libmodplug --disable-cuda --disable-nvenc --disable-nvdec --disable-cuvid --disable-ffnvcodec --disable-opencl --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --enable-securetransport --disable-libopus --disable-sdl2 --disable-libsnappy --disable-libsoxr --disable-libspeex --disable-libssh --disable-libtensorflow --disable-libtesseract --disable-libtheora --disable-libvorbis --disable-libvpx --disable-libwebp --disable-libx264 --disable-libx265 --disable-libxml2 --disable-zlib --disable-libsrt --disable-libmfx --enable-cross-compile --pkg-config-flags=--static --enable-optimizations --extra-ldflags=-L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib --arch=arm64 --enable-asm --disable-x86asm ALL_COMPONENTS=' Skipped because body was too long if needed I can paste next ... Skipped 22389 lines ... check_cflags -Wmissing-prototypes test_cflags -Wmissing-prototypes test_cc -Wmissing-prototypes BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -Wstrict-prototypes test_cflags -Wstrict-prototypes test_cc -Wstrict-prototypes BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -Wempty-body test_cflags -Wempty-body test_cc -Wempty-body BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument test_cc -Werror=unused-command-line-argument BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unused-command-line-argument -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unknown-warning-option test_cc -Werror=unknown-warning-option BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unknown-warning-option -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Wdeprecated-declarations test_cc -Wdeprecated-declarations BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wdeprecated-declarations -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cflags -Wunused-variable test_cc -Wunused-variable BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wunused-variable -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 void (^block)(void); END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_ldflags -Wl,--warn-common test_ldflags -Wl,--warn-common test_ld cc -Wl,--warn-common test_cc -Wl,--warn-common BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,--warn-common -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c clang: warning: -Wl,--warn-common: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,--warn-common -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: unknown options: --warn-common clang: error: linker command failed with exit code 1 (use -v to see invocation) check_ldflags -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_ldflags -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_ld cc -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_cc -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c clang: warning: -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: unknown options: -rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil clang: error: linker command failed with exit code 1 (use -v to see invocation) test_ldflags -Wl,-Bsymbolic test_ld cc -Wl,-Bsymbolic test_cc -Wl,-Bsymbolic BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-Bsymbolic -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c clang: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-Bsymbolic -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: unknown options: -Bsymbolic clang: error: linker command failed with exit code 1 (use -v to see invocation) check_stripflags -x test_stripflags -x test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int main(void) { return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c strip -x -x /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: building for iOS, but linking in object file built for iOS Simulator, file '/tmp/strip.DMsUqi' for architecture x86_64 fatal error: strip: internal link edit command failed check_ld cc proper_dce test_ld cc test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 extern const int array[512]; 2 static inline int func(void) { return array[0]; } 3 int main(void) { return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c:2:19: warning: unused function 'func' [-Wunused-function] static inline int func(void) { return array[0]; } ^ 1 warning generated. cc @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: warning: search path '/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib' not found ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) test_ldflags -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.ver test_ld cc -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.ver test_cc -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.ver BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.ver -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c clang: warning: -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.ver: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.ver -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: warning: search path '/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib' not found ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 void ff_foo(void) __asm__ ("av_foo@VERSION"); 2 void ff_foo(void) { __asm__(""); } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 __asm__(".symver ff_foo,av_foo@VERSION"); 2 void ff_foo(void) {} END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c:2:6: warning: no previous prototype for function 'ff_foo' [-Wmissing-prototypes] void ff_foo(void) {} ^ /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c:2:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ff_foo(void) {} ^ static :1:1: error: unknown directive .symver ff_foo,av_foo@VERSION ^ 1 warning and 1 error generated. check_cflags -O3 test_cflags -O3 test_cc -O3 BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -fno-math-errno test_cflags -fno-math-errno test_cc -fno-math-errno BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -fno-signed-zeros test_cflags -fno-signed-zeros test_cc -fno-signed-zeros BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c test_cc -mno-red-zone BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mno-red-zone -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -mllvm -stack-alignment=16 test_cflags -mllvm -stack-alignment=16 test_cc -mllvm -stack-alignment=16 BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mllvm -stack-alignment=16 -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c clang (LLVM option parsing): Unknown command line argument '-stack-alignment=16'. Try: 'clang (LLVM option parsing) --help' clang (LLVM option parsing): Did you mean '--stack-safety-run=16'? check_cflags -mstack-alignment=16 test_cflags -mstack-alignment=16 test_cc -mstack-alignment=16 BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -Qunused-arguments test_cflags -Qunused-arguments test_cc -Qunused-arguments BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -Werror=implicit-function-declaration test_cflags -Werror=implicit-function-declaration test_cc -Werror=implicit-function-declaration BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -Werror=missing-prototypes test_cflags -Werror=missing-prototypes test_cc -Werror=missing-prototypes BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_cflags -Werror=return-type test_cflags -Werror=return-type test_cc -Werror=return-type BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c check_ldflags -Qunused-arguments test_ldflags -Qunused-arguments test_ld cc -Qunused-arguments test_cc -Qunused-arguments BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Qunused-arguments -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.c cc @/Users/paolo/Desktop/repos/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Qunused-arguments -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.lkFs2HcD/test.o ld: warning: search path '/Users/paolo/Desktop/repos/vcpkg/installed/arm64-ios-release/lib' not found ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) ERROR: videotoolbox requested, but not all dependencies are satisfied: corefoundation coremedia corevideo ```
Pe13 commented 5 months ago

To be precise I was initially using vcpkg to compile a project. Since compiling ffmpeg failed, under the advice of the repository author I tried to compile it by cloning vcpkg directly. Reviewing the error logs in the two cases however shows substantial differences, so for completeness I also send the issue_body.md from the repository

Pe13 commented 5 months ago

Package: ffmpeg[avcodec,avdevice,avfilter,avformat,core,swresample,swscale]:arm64-ios-release -> 6.0#2

Host Environment

To Reproduce

vcpkg install --recurse Failure logs

-- Using cached ffmpeg-ffmpeg-n6.0.tar.gz.
-- Cleaning sources at /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /Users/paolo/Desktop/repos/m1xxx/vcpkg/downloads/ffmpeg-ffmpeg-n6.0.tar.gz
-- Applying patch 0001-create-lib-libraries.patch
-- Applying patch 0002-fix-msvc-link.patch
-- Applying patch 0003-fix-windowsinclude.patch
-- Applying patch 0004-fix-debug-build.patch
-- Applying patch 0005-fix-nasm.patch
-- Applying patch 0006-fix-StaticFeatures.patch
-- Applying patch 0007-fix-lib-naming.patch
-- Applying patch 0009-Fix-fdk-detection.patch
-- Applying patch 0011-Fix-x265-detection.patch
-- Applying patch 0012-Fix-ssl-110-detection.patch
-- Applying patch 0013-define-WINVER.patch
-- Applying patch 0015-Fix-xml2-detection.patch
-- Applying patch 0020-fix-aarch64-libswscale.patch
-- Applying patch 0022-fix-iconv.patch
-- Applying patch 0024-fix-gcc13-binutils.patch
-- Using source at /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean
-- Found external ninja('1.11.1').
-- Getting CMake variables for arm64-ios-release
-- Building Options: --enable-pic --disable-doc --enable-debug --enable-runtime-cpudetect --disable-autodetect --cc=cc --cxx=c++ --nm=nm --ar='ar' --ranlib=ranlib --disable-ffmpeg --disable-ffplay --disable-ffprobe --enable-avcodec --enable-avdevice --enable-avformat --enable-avfilter --disable-postproc --enable-swresample --enable-swscale --disable-alsa --disable-amf --disable-libaom --disable-libass --disable-avisynth --disable-bzlib --disable-libdav1d --disable-libfdk-aac --disable-libfontconfig --disable-libfreetype --disable-libfribidi --disable-iconv --disable-libilbc --disable-lzma --disable-libmp3lame --disable-libmodplug --disable-cuda --disable-nvenc --disable-nvdec  --disable-cuvid --disable-ffnvcodec --disable-opencl --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --disable-libopus --disable-sdl2 --disable-libsnappy --disable-libsoxr --disable-libspeex --disable-libssh --disable-libtensorflow --disable-libtesseract --disable-libtheora --disable-libvorbis --disable-libvpx --disable-libwebp --disable-libx264 --disable-libx265 --disable-libxml2 --disable-zlib --disable-libsrt --disable-libmfx --enable-cross-compile --pkg-config-flags=--static
-- Building Release Options: --enable-optimizations --extra-ldflags=-L"/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib"
-- Building ffmpeg for Release
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: /bin/bash ./build.sh
    Working Directory: /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel
    Error code: 2
    See logs for more information:
      /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-config.log
      /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-out.log
      /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-err.log

Call Stack (most recent call first):
  ports/ffmpeg/portfile.cmake:597 (vcpkg_execute_required_process)
  scripts/ports.cmake:168 (include)
/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-config.log ``` # /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/configure --prefix=/Users/paolo/Desktop/repos/m1xxx/vcpkg/packages/ffmpeg_arm64-ios-release --enable-pic --disable-doc --enable-debug --enable-runtime-cpudetect --disable-autodetect --cc=cc --cxx=c++ --nm=nm --ar=ar --ranlib=ranlib --disable-ffmpeg --disable-ffplay --disable-ffprobe --enable-avcodec --enable-avdevice --enable-avformat --enable-avfilter --disable-postproc --enable-swresample --enable-swscale --disable-alsa --disable-amf --disable-libaom --disable-libass --disable-avisynth --disable-bzlib --disable-libdav1d --disable-libfdk-aac --disable-libfontconfig --disable-libfreetype --disable-libfribidi --disable-iconv --disable-libilbc --disable-lzma --disable-libmp3lame --disable-libmodplug --disable-cuda --disable-nvenc --disable-nvdec --disable-cuvid --disable-ffnvcodec --disable-opencl --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --disable-libopus --disable-sdl2 --disable-libsnappy --disable-libsoxr --disable-libspeex --disable-libssh --disable-libtensorflow --disable-libtesseract --disable-libtheora --disable-libvorbis --disable-libvpx --disable-libwebp --disable-libx264 --disable-libx265 --disable-libxml2 --disable-zlib --disable-libsrt --disable-libmfx --enable-cross-compile --pkg-config-flags=--static --enable-optimizations --extra-ldflags=-L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib --arch=arm64 --enable-asm --disable-x86asm ALL_COMPONENTS=' aac_adtstoasc_bsf av1_frame_merge_bsf av1_frame_split_bsf av1_metadata_bsf chomp_bsf dump_extradata_bsf dca_core_bsf dts2pts_bsf dv_error_marker_bsf eac3_core_bsf extract_extradata_bsf filter_units_bsf h264_metadata_bsf h264_mp4toannexb_bsf h264_redundant_pps_bsf hapqa_extract_bsf hevc_metadata_bsf hevc_mp4toannexb_bsf imx_dump_header_bsf media100_to_mjpegb_bsf mjpeg2jpeg_bsf mjpega_dump_header_bsf mp3_header_decompress_bsf mpeg2_metadata_bsf mpeg4_unpack_bframes_bsf mov2textsub_bsf noise_bsf null_bsf opus_metadata_bsf pcm_rechunk_bsf pgs_frame_merge_bsf prores_metadata_bsf remove_extradata_bsf setts_bsf text2movsub_bsf trace_headers_bsf truehd_core_bsf vp9_metadata_bsf vp9_raw_reorder_bsf vp9_superframe_bsf vp9_superframe_split_bsf aasc_decoder aic_decoder alias_pix_decoder agm_decoder amv_decoder anm_decoder ansi_decoder apng_decoder arbc_decoder argo_decoder asv1_decoder asv2_decoder aura_decoder aura2_decoder avrp_decoder avrn_decoder avs_decoder avui_decoder ayuv_decoder bethsoftvid_decoder bfi_decoder bink_decoder bitpacked_decoder bmp_decoder bmv_video_decoder brender_pix_decoder c93_decoder cavs_decoder cdgraphics_decoder cdtoons_decoder cdxl_decoder cfhd_decoder cinepak_decoder clearvideo_decoder cljr_decoder cllc_decoder comfortnoise_decoder cpia_decoder cri_decoder cscd_decoder cyuv_decoder dds_decoder dfa_decoder dirac_decoder dnxhd_decoder dpx_decoder dsicinvideo_decoder dvaudio_decoder dvvideo_decoder dxa_decoder ... Skipped 22467 lines ... cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Wwrite-strings test_cflags -Wwrite-strings test_cc -Wwrite-strings BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Wtype-limits test_cflags -Wtype-limits test_cc -Wtype-limits BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Wundef test_cflags -Wundef test_cc -Wundef BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Wmissing-prototypes test_cflags -Wmissing-prototypes test_cc -Wmissing-prototypes BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Wstrict-prototypes test_cflags -Wstrict-prototypes test_cc -Wstrict-prototypes BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Wempty-body test_cflags -Wempty-body test_cc -Wempty-body BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument test_cc -Werror=unused-command-line-argument BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unused-command-line-argument -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unknown-warning-option test_cc -Werror=unknown-warning-option BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unknown-warning-option -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Wdeprecated-declarations test_cc -Wdeprecated-declarations BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wdeprecated-declarations -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cflags -Wunused-variable test_cc -Wunused-variable BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wunused-variable -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 void (^block)(void); END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_ldflags -Wl,--warn-common test_ldflags -Wl,--warn-common test_ld cc -Wl,--warn-common test_cc -Wl,--warn-common BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,--warn-common -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c clang: warning: -Wl,--warn-common: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,--warn-common -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: unknown options: --warn-common clang: error: linker command failed with exit code 1 (use -v to see invocation) check_ldflags -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_ldflags -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_ld cc -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_cc -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c clang: warning: -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: unknown options: -rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil clang: error: linker command failed with exit code 1 (use -v to see invocation) test_ldflags -Wl,-Bsymbolic test_ld cc -Wl,-Bsymbolic test_cc -Wl,-Bsymbolic BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-Bsymbolic -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c clang: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-Bsymbolic -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: unknown options: -Bsymbolic clang: error: linker command failed with exit code 1 (use -v to see invocation) check_stripflags -x test_stripflags -x test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int main(void) { return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c strip -x -x /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: building for iOS, but linking in object file built for iOS Simulator, file '/tmp/strip.NgwTp7' for architecture x86_64 fatal error: strip: internal link edit command failed check_ld cc proper_dce test_ld cc test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 extern const int array[512]; 2 static inline int func(void) { return array[0]; } 3 int main(void) { return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c:2:19: warning: unused function 'func' [-Wunused-function] static inline int func(void) { return array[0]; } ^ 1 warning generated. cc @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) test_ldflags -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.ver test_ld cc -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.ver test_cc -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.ver BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.ver -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c clang: warning: -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.ver: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-exported_symbols_list,/var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.ver -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 void ff_foo(void) __asm__ ("av_foo@VERSION"); 2 void ff_foo(void) { __asm__(""); } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cc BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 __asm__(".symver ff_foo,av_foo@VERSION"); 2 void ff_foo(void) {} END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c:2:6: warning: no previous prototype for function 'ff_foo' [-Wmissing-prototypes] void ff_foo(void) {} ^ /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c:2:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ff_foo(void) {} ^ static :1:1: error: unknown directive .symver ff_foo,av_foo@VERSION ^ 1 warning and 1 error generated. check_cflags -O3 test_cflags -O3 test_cc -O3 BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -fno-math-errno test_cflags -fno-math-errno test_cc -fno-math-errno BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -fno-signed-zeros test_cflags -fno-signed-zeros test_cc -fno-signed-zeros BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c test_cc -mno-red-zone BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mno-red-zone -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -mllvm -stack-alignment=16 test_cflags -mllvm -stack-alignment=16 test_cc -mllvm -stack-alignment=16 BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mllvm -stack-alignment=16 -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c clang (LLVM option parsing): Unknown command line argument '-stack-alignment=16'. Try: 'clang (LLVM option parsing) --help' clang (LLVM option parsing): Did you mean '--stack-safety-run=16'? check_cflags -mstack-alignment=16 test_cflags -mstack-alignment=16 test_cc -mstack-alignment=16 BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Qunused-arguments test_cflags -Qunused-arguments test_cc -Qunused-arguments BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Werror=implicit-function-declaration test_cflags -Werror=implicit-function-declaration test_cc -Werror=implicit-function-declaration BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Werror=missing-prototypes test_cflags -Werror=missing-prototypes test_cc -Werror=missing-prototypes BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_cflags -Werror=return-type test_cflags -Werror=return-type test_cc -Werror=return-type BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int x; END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c check_ldflags -Qunused-arguments test_ldflags -Qunused-arguments test_ld cc -Qunused-arguments test_cc -Qunused-arguments BEGIN /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c 1 int main(void){ return 0; } END /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Qunused-arguments -c -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.c cc @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/paolo/Desktop/repos/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Qunused-arguments -o /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test /var/folders/cq/g1t0wtyn66ncksvxkfdhxb280000gn/T//ffconf.szm0F95V/test.o ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) ```
/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-out.log ``` BUILD_ARCH=arm64 OPTION_VARIABLE=OPTIONS_arm64 === CONFIGURING === install prefix /Users/paolo/Desktop/repos/m1xxx/vcpkg/packages/ffmpeg_arm64-ios-release source path /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean C compiler cc C library host C compiler gcc host C library ARCH aarch64 (generic) big-endian no runtime cpu detection yes NEON enabled no VFP enabled no debug symbols yes strip symbols yes optimize for size no optimizations yes static yes shared no postprocessing support no network support no threading support no safe bitstream reader yes texi2html enabled no perl enabled yes pod2man enabled yes makeinfo enabled no makeinfo supports HTML no xmllint enabled yes External libraries: External libraries providing hardware acceleration: Libraries: avcodec avformat swscale avdevice avutil avfilter swresample Programs: Enabled decoders: aac evrc pcx aac_fixed fastaudio pfm aac_latm ffv1 pgm aasc ffvhuff pgmyuv ac3 ffwavesynth pgssub ac3_fixed fic pgx acelp_kelvin fits phm adpcm_4xm flac photocd adpcm_adx flic pictor adpcm_afc flv pixlet adpcm_agm fmvc pjs adpcm_aica fourxm ppm adpcm_argo fraps prores adpcm_ct frwu prosumer adpcm_dtk ftr psd adpcm_ea g723_1 ptx adpcm_ea_maxis_xa g729 qcelp adpcm_ea_r1 gdv qdm2 adpcm_ea_r2 gem qdmc adpcm_ea_r3 gif qdraw adpcm_ea_xas gremlin_dpcm qoi adpcm_g722 gsm qpeg adpcm_g726 gsm_ms qtrle adpcm_g726le h261 r10k adpcm_ima_acorn h263 r210 adpcm_ima_alp h263i ra_144 adpcm_ima_amv h263p ra_288 adpcm_ima_apc h264 ralf adpcm_ima_apm hap rawvideo adpcm_ima_cunning hca realtext adpcm_ima_dat4 hcom rka adpcm_ima_dk3 hdr rl2 adpcm_ima_dk4 hevc roq adpcm_ima_ea_eacs hnm4_video roq_dpcm adpcm_ima_ea_sead hq_hqa rpza adpcm_ima_iss hqx rv10 adpcm_ima_moflex huffyuv rv20 adpcm_ima_mtf hymt rv30 adpcm_ima_oki iac rv40 adpcm_ima_qt idcin s302m adpcm_ima_rad idf sami adpcm_ima_smjpeg iff_ilbm sanm adpcm_ima_ssi ilbc sbc adpcm_ima_wav imc scpr adpcm_ima_ws imm4 sdx2_dpcm adpcm_ms imm5 sga adpcm_mtaf indeo2 sgi adpcm_psx indeo3 sgirle adpcm_sbpro_2 indeo4 sheervideo adpcm_sbpro_3 indeo5 shorten adpcm_sbpro_4 interplay_acm simbiosis_imx adpcm_swf interplay_dpcm sipr adpcm_thp interplay_video siren adpcm_thp_le ipu smackaud adpcm_vima jacosub smacker adpcm_xa jpeg2000 smc adpcm_xmd jpegls smvjpeg adpcm_yamaha jv snow adpcm_zork kgv1 sol_dpcm agm kmvc sonic aic lagarith sp5x alac loco speedhq alias_pix m101 speex als mace3 srt amrnb mace6 ssa amrwb magicyuv stl amv mdec subrip anm media100 subviewer ansi metasound subviewer1 anull microdvd sunrast apac mimic svq1 ape misc4 svq3 aptx mjpeg tak aptx_hd mjpegb targa arbc mlp targa_y216 argo mmvideo text ass mobiclip theora asv1 motionpixels thp asv2 movtext tiertexseqvideo atrac1 mp1 tiff atrac3 mp1float tmv atrac3al mp2 truehd atrac3p mp2float truemotion1 atrac3pal mp3 truemotion2 atrac9 mp3adu truemotion2rt aura mp3adufloat truespeech aura2 mp3float tscc2 av1 mp3on4 tta avrn mp3on4float twinvq avrp mpc7 txd avs mpc8 ulti avui mpeg1video utvideo ayuv mpeg2video v210 bethsoftvid mpeg4 v210x bfi mpegvideo v308 bink mpl2 v408 binkaudio_dct msa1 v410 binkaudio_rdft msmpeg4v1 vb bintext msmpeg4v2 vble bitpacked msmpeg4v3 vbn bmp msnsiren vc1 bmv_audio msp2 vc1image bmv_video msrle vcr1 bonk mss1 vmdaudio brender_pix mss2 vmdvideo c93 msvideo1 vmnc cavs mszh vnull cbd2_dpcm mts2 vorbis ccaption mv30 vp3 cdgraphics mvc1 vp4 cdtoons mvc2 vp5 cdxl mvdv vp6 cfhd mxpeg vp6a cinepak nellymoser vp6f clearvideo notchlc vp7 cljr nuv vp8 cllc on2avc vp9 comfortnoise opus vplayer cook paf_audio vqa cpia paf_video vqc cri pam wady_dpcm cscd pbm wavarc cyuv pcm_alaw wavpack dca pcm_bluray wbmp dds pcm_dvd webp derf_dpcm pcm_f16le webvtt dfa pcm_f24le wmalossless dfpwm pcm_f32be wmapro dirac pcm_f32le wmav1 dnxhd pcm_f64be wmav2 dolby_e pcm_f64le wmavoice dpx pcm_lxf wmv1 dsd_lsbf pcm_mulaw wmv2 dsd_lsbf_planar pcm_s16be wmv3 dsd_msbf pcm_s16be_planar wmv3image dsd_msbf_planar pcm_s16le wnv1 dsicinaudio pcm_s16le_planar wrapped_avframe dsicinvideo pcm_s24be ws_snd1 dss_sp pcm_s24daud xan_dpcm dst pcm_s24le xan_wc3 dvaudio pcm_s24le_planar xan_wc4 dvbsub pcm_s32be xbin dvdsub pcm_s32le xbm dvvideo pcm_s32le_planar xface dxtory pcm_s64be xl dxv pcm_s64le xma1 eac3 pcm_s8 xma2 eacmv pcm_s8_planar xpm eamad pcm_sga xsub eatgq pcm_u16be xwd eatgv pcm_u16le y41p eatqi pcm_u24be ylc eightbps pcm_u24le yop eightsvx_exp pcm_u32be yuv4 eightsvx_fib pcm_u32le zero12v escape124 pcm_u8 escape130 pcm_vidc Enabled encoders: a64multi huffyuv prores a64multi5 jpeg2000 prores_aw aac jpegls prores_ks ac3 ljpeg qoi ac3_fixed magicyuv qtrle adpcm_adx mjpeg r10k adpcm_argo mlp r210 adpcm_g722 movtext ra_144 adpcm_g726 mp2 rawvideo adpcm_g726le mp2fixed roq adpcm_ima_alp mpeg1video roq_dpcm adpcm_ima_amv mpeg2video rpza adpcm_ima_apm mpeg4 rv10 adpcm_ima_qt msmpeg4v2 rv20 adpcm_ima_ssi msmpeg4v3 s302m adpcm_ima_wav msvideo1 sbc adpcm_ima_ws nellymoser sgi adpcm_ms opus smc adpcm_swf pam snow adpcm_yamaha pbm sonic alac pcm_alaw sonic_ls alias_pix pcm_bluray speedhq amv pcm_dvd srt anull pcm_f32be ssa aptx pcm_f32le subrip aptx_hd pcm_f64be sunrast ass pcm_f64le svq1 asv1 pcm_mulaw targa asv2 pcm_s16be text avrp pcm_s16be_planar tiff avui pcm_s16le truehd ayuv pcm_s16le_planar tta bitpacked pcm_s24be ttml bmp pcm_s24daud utvideo cfhd pcm_s24le v210 cinepak pcm_s24le_planar v308 cljr pcm_s32be v408 comfortnoise pcm_s32le v410 dca pcm_s32le_planar vbn dfpwm pcm_s64be vc2 dnxhd pcm_s64le vnull dpx pcm_s8 vorbis dvbsub pcm_s8_planar wavpack dvdsub pcm_u16be wbmp dvvideo pcm_u16le webvtt eac3 pcm_u24be wmav1 ffv1 pcm_u24le wmav2 ffvhuff pcm_u32be wmv1 fits pcm_u32le wmv2 flac pcm_u8 wrapped_avframe flv pcm_vidc xbm g723_1 pcx xface gif pfm xsub h261 pgm xwd h263 pgmyuv y41p h263p phm yuv4 hdr ppm Enabled hwaccels: Enabled parsers: aac dvdsub opus aac_latm flac png ac3 ftr pnm adx g723_1 qoi amr g729 rv30 av1 gif rv40 avs2 gsm sbc avs3 h261 sipr bmp h263 tak cavsvideo h264 vc1 cook hdr vorbis cri hevc vp3 dca ipu vp8 dirac jpeg2000 vp9 dnxhd misc4 webp dolby_e mjpeg xbm dpx mlp xma dvaudio mpeg4video xwd dvbsub mpegaudio dvd_nav mpegvideo Enabled demuxers: aa ico pcm_f32le aac idcin pcm_f64be aax idf pcm_f64le ac3 iff pcm_mulaw ace ifv pcm_s16be acm ilbc pcm_s16le act image2 pcm_s24be adf image2_alias_pix pcm_s24le adp image2_brender_pix pcm_s32be ads image2pipe pcm_s32le adx image_bmp_pipe pcm_s8 aea image_cri_pipe pcm_u16be afc image_dds_pipe pcm_u16le aiff image_dpx_pipe pcm_u24be aix image_exr_pipe pcm_u24le alp image_gem_pipe pcm_u32be amr image_gif_pipe pcm_u32le amrnb image_hdr_pipe pcm_u8 amrwb image_j2k_pipe pcm_vidc anm image_jpeg_pipe pjs apac image_jpegls_pipe pmp apc image_jpegxl_pipe pp_bnk ape image_pam_pipe pva apm image_pbm_pipe pvf apng image_pcx_pipe qcp aptx image_pfm_pipe r3d aptx_hd image_pgm_pipe rawvideo aqtitle image_pgmyuv_pipe realtext argo_asf image_pgx_pipe redspark argo_brp image_phm_pipe rka argo_cvg image_photocd_pipe rl2 asf image_pictor_pipe rm asf_o image_png_pipe roq ass image_ppm_pipe rpl ast image_psd_pipe rsd au image_qdraw_pipe rso av1 image_qoi_pipe s337m avi image_sgi_pipe sami avr image_sunrast_pipe sbc avs image_svg_pipe sbg avs2 image_tiff_pipe scc avs3 image_vbn_pipe scd bethsoftvid image_webp_pipe sdns bfi image_xbm_pipe sdr2 bfstm image_xpm_pipe sds bink image_xwd_pipe sdx binka ingenient segafilm bintext ipmovie ser bit ipu sga bitpacked ircam shorten bmv iss siff boa iv8 simbiosis_imx bonk ivf sln brstm ivr smacker c93 jacosub smjpeg caf jv smush cavsvideo kux sol cdg kvag sox cdxl laf spdif cine live_flv srt codec2 lmlm4 stl codec2raw loas str concat lrc subviewer data luodat subviewer1 daud lvf sup dcstr lxf svag derf m4v svs dfa matroska swf dfpwm mca tak dhav mcc tedcaptions dirac mgsts thp dnxhd microdvd threedostr dsf mjpeg tiertexseq dsicin mjpeg_2000 tmv dss mlp truehd dts mlv tta dtshd mm tty dv mmf txd dvbsub mods ty dvbtxt moflex v210 dxa mov v210x ea mp3 vag ea_cdata mpc vc1 eac3 mpc8 vc1t epaf mpegps vividas ffmetadata mpegts vivo filmstrip mpegtsraw vmd fits mpegvideo vobsub flac mpjpeg voc flic mpl2 vpk flv mpsub vplayer fourxm msf vqf frm msnwc_tcp w64 fsb msp wady fwse mtaf wav g722 mtv wavarc g723_1 musx wc3 g726 mv webm_dash_manifest g726le mvi webvtt g729 mxf wsaud gdv mxg wsd genh nc wsvqa gif nistsphere wtv gsm nsp wv gxf nsv wve h261 nut xa h263 nuv xbin h264 obu xmd hca ogg xmv hcom oma xvag hevc paf xwma hls pcm_alaw yop hnm pcm_f32be yuv4mpegpipe Enabled muxers: a64 h263 pcm_s16be ac3 h264 pcm_s16le adts hash pcm_s24be adx hds pcm_s24le aiff hevc pcm_s32be alp hls pcm_s32le amr ico pcm_s8 amv ilbc pcm_u16be apm image2 pcm_u16le apng image2pipe pcm_u24be aptx ipod pcm_u24le aptx_hd ircam pcm_u32be argo_asf ismv pcm_u32le argo_cvg ivf pcm_u8 asf jacosub pcm_vidc asf_stream kvag psp ass latm rawvideo ast lrc rm au m4v roq avi matroska rso avif matroska_audio rtp avm2 md5 rtp_mpegts avs2 microdvd sbc avs3 mjpeg scc bit mkvtimestamp_v2 segafilm caf mlp segment cavsvideo mmf smjpeg codec2 mov smoothstreaming codec2raw mp2 sox crc mp3 spdif dash mp4 spx data mpeg1system srt daud mpeg1vcd stream_segment dfpwm mpeg1video streamhash dirac mpeg2dvd sup dnxhd mpeg2svcd swf dts mpeg2video tee dv mpeg2vob tg2 eac3 mpegts tgp f4v mpjpeg truehd ffmetadata mxf tta fifo_test mxf_d10 ttml filmstrip mxf_opatom uncodedframecrc fits null vc1 flac nut vc1t flv obu voc framecrc oga w64 framehash ogg wav framemd5 ogv webm g722 oma webm_chunk g723_1 opus webm_dash_manifest g726 pcm_alaw webp g726le pcm_f32be webvtt gif pcm_f32le wsaud gsm pcm_f64be wtv gxf pcm_f64le wv h261 pcm_mulaw yuv4mpegpipe Enabled protocols: cache fd prompeg concat file subfile concatf hls tee crypto md5 data pipe Enabled filters: a3dscope compensationdelay negate abench concat nlmeans abitscope convolution noformat acompressor convolve noise acontrast copy normalize acopy corr null acrossfade crop nullsink acrossover crossfeed nullsrc acrusher crystalizer oscilloscope acue cue overlay addroi curves pad adeclick datascope pal100bars adeclip dblur pal75bars adecorrelate dcshift palettegen adelay dctdnoiz paletteuse adenorm deband pan aderivative deblock perms adrawgraph decimate photosensitivity adrc deconvolve pixdesctest adynamicequalizer dedot pixelize adynamicsmooth deesser pixscope aecho deflate premultiply aemphasis deflicker prewitt aeval dejudder pseudocolor aevalsrc derain psnr aexciter deshake qp afade despill random afdelaysrc detelecine readeia608 afftdn dialoguenhance readvitc afftfilt dilation realtime afifo displace remap afir dnn_classify removegrain afirsrc dnn_detect removelogo aformat dnn_processing replaygain afreqshift doubleweave reverse afwtdn drawbox rgbashift agate drawgraph rgbtestsrc agraphmonitor drawgrid roberts ahistogram drmeter rotate aiir dynaudnorm scale aintegral earwax scale2ref ainterleave ebur128 scdet alatency edgedetect scharr alimiter elbg scroll allpass entropy segment allrgb epx select allyuv equalizer selectivecolor aloop erosion sendcmd alphaextract estdif separatefields alphamerge exposure setdar amerge extractplanes setfield ametadata extrastereo setparams amix fade setpts amovie feedback setrange amplify fftdnoiz setsar amultiply fftfilt settb anequalizer field shear anlmdn fieldhint showcqt anlmf fieldmatch showcwt anlms fieldorder showfreqs anoisesrc fifo showinfo anull fillborders showpalette anullsink firequalizer showspatial anullsrc flanger showspectrum apad floodfill showspectrumpic aperms format showvolume aphasemeter fps showwaves aphaser framepack showwavespic aphaseshift framerate shuffleframes apsyclip framestep shufflepixels apulsator freezedetect shuffleplanes arealtime freezeframes sidechaincompress aresample gblur sidechaingate areverse geq sidedata arnndn gradfun sierpinski asdr gradients signalstats asegment graphmonitor silencedetect aselect grayworld silenceremove asendcmd greyedge sinc asetnsamples guided sine asetpts haas siti asetrate haldclut smptebars asettb haldclutsrc smptehdbars ashowinfo hdcd sobel asidedata headphone spectrumsynth asoftclip hflip speechnorm aspectralstats highpass split asplit highshelf sr astats hilbert ssim astreamselect histogram ssim360 asubboost hqx stereotools asubcut hstack stereowiden asupercut hsvhold streamselect asuperpass hsvkey superequalizer asuperstop hue surround atadenoise huesaturation swaprect atempo hwdownload swapuv atilt hwmap tblend atrim hwupload telecine avectorscope hysteresis testsrc avgblur identity testsrc2 avsynctest idet thistogram axcorrelate il threshold backgroundkey inflate thumbnail bandpass interleave tile bandreject join tiltshelf bass kirsch tlut2 bbox lagfun tmedian bench latency tmidequalizer bilateral lenscorrection tmix biquad life tpad bitplanenoise limitdiff transpose blackdetect limiter treble blend loop tremolo blockdetect loudnorm trim blurdetect lowpass unpremultiply bm3d lowshelf unsharp bwdif lumakey untile cas lut v360 cellauto lut1d varblur channelmap lut2 vectorscope channelsplit lut3d vflip chorus lutrgb vfrdet chromahold lutyuv vibrance chromakey mandelbrot vibrato chromanr maskedclamp vif chromashift maskedmax vignette ciescope maskedmerge virtualbass codecview maskedmin vmafmotion color maskedthreshold volume colorbalance maskfun volumedetect colorchannelmixer mcompand vstack colorchart median w3fdif colorcontrast mergeplanes waveform colorcorrect mestimate weave colorhold metadata xbr colorize midequalizer xcorrelate colorkey minterpolate xfade colorlevels mix xmedian colormap monochrome xstack colorspace morpho yadif colorspectrum movie yaepblur colortemperature msad yuvtestsrc compand multiply zoompan Enabled bsfs: aac_adtstoasc hapqa_extract pcm_rechunk av1_frame_merge hevc_metadata pgs_frame_merge av1_frame_split hevc_mp4toannexb prores_metadata av1_metadata imx_dump_header remove_extradata chomp media100_to_mjpegb setts dca_core mjpeg2jpeg text2movsub dts2pts mjpega_dump_header trace_headers dump_extradata mov2textsub truehd_core dv_error_marker mp3_header_decompress vp9_metadata eac3_core mpeg2_metadata vp9_raw_reorder extract_extradata mpeg4_unpack_bframes vp9_superframe filter_units noise vp9_superframe_split h264_mp4toannexb null h264_redundant_pps opus_metadata Enabled indevs: lavfi Enabled outdevs: License: LGPL version 2.1 or later === BUILDING === /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avutil /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavutil/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavutil/version_major.h > libavutil/libavutil.version mkdir -p libswscale mkdir -p libswresample /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avcodec /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavcodec/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavcodec/version_major.h > libavcodec/libavcodec.version /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avformat /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavformat/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavformat/version_major.h > libavformat/libavformat.version /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avfilter /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavfilter/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavfilter/version_major.h > libavfilter/libavfilter.version /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avdevice /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavdevice/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavdevice/version_major.h > libavdevice/libavdevice.version /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh swscale /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswscale/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswscale/version_major.h > libswscale/libswscale.version /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh swresample /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswresample/version.h /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswresample/version_major.h > libswresample/libswresample.version touch .version cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/alldevices.d -MT libavdevice/alldevices.o -c -o libavdevice/alldevices.o src/libavdevice/alldevices.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/avdevice.d -MT libavdevice/avdevice.o -c -o libavdevice/avdevice.o src/libavdevice/avdevice.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/lavfi.d -MT libavdevice/lavfi.o -c -o libavdevice/lavfi.o src/libavdevice/lavfi.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/utils.d -MT libavdevice/utils.o -c -o libavdevice/utils.o src/libavdevice/utils.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/version.d -MT libavdevice/version.o -c -o libavdevice/version.o src/libavdevice/version.c /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/pkgconfig_generate.sh avdevice "FFmpeg device handling library" mkdir -p libavfilter/aarch64 mkdir -p libavfilter/dnn /Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/pkgconfig_generate.sh avfilter "FFmpeg audio/video filtering library" cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avformat @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavformat/3dostr.d -MT libavformat/3dostr.o -c -o libavformat/3dostr.o src/libavformat/3dostr.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avformat @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavformat/4xm.d -MT libavformat/4xm.o -c -o libavformat/4xm.o src/libavformat/4xm.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avformat @/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavformat/a64.d -MT libavformat/a64.o -c -o libavformat/a64.o src/libavformat/a64.c ```
/Users/paolo/Desktop/repos/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-err.log ``` In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.h:24: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/cdefs.h:913:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.h:24: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.h:24: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_dev_t; /* dev_t */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t' ... Skipped 239 lines ... note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared here In file included from note: src/libavdevice/lavfi.c:31: In file included from src/libavutil/channel_layout.h:26: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h'__int128_t' declared here :43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.hIn file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ note: '__uint128_t' declared here fatal error: too many errors emitted, stopping now [-ferror-limit=] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here fatal error: too many errors emitted, stopping now [-ferror-limit=] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_dev_t; /* dev_t */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:71:9: error: :75note: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared here '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here In file included from src/libavdevice/avdevice.c:19: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here In file included from src/libavdevice/avdevice.c:19: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/avdevice.c:19: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_mcontext.h:34:2: error: architecture not supported #error architecture not supported ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] :76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ note: '__int128_t' declared here In file included from src/libavdevice/utils.c:19: In file included from src/libavdevice/internal.h:22: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/time.h:66: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here In file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here In file included from src/libavdevice/utils.c:19: In file included from src/libavdevice/internal.h:22: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/time.h:69: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_clock_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/utils.c:19: In file included from src/libavdevice/internal.h:22: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/time.h:69: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_clock_t.h:31:9: error: unknown type name '__darwin_clock_t' typedef __darwin_clock_t clock_t; ^ In file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/signal.h:fatal error: too many errors emitted, stopping now [-ferror-limit=] 34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_mcontext.h:34:2: error: architecture not supported #error architecture not supported ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/cdefs.h:913:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_dev_t; /* dev_t */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' typedef __darwin_intptr_t intptr_t; ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/cdefs.h:913:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_dev_t; /* dev_t */ ^ In file included from src/libavformat/3dostr.c:23: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/time.h:66: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' typedef __darwin_intptr_t intptr_t; ^ 20 errors generated. 20 errors generated. In file included from src/libavformat/4xm.c:32: In file included from src/libavcodec/internal.h:30: In file included from src/libavutil/channel_layout.h:26: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ 20 errors generated. fatal error: too many errors emitted, stopping now [-ferror-limit=] make: *** [libavdevice/version.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [libavdevice/alldevices.o] Error 1 make: *** [libavdevice/utils.o] Error 1 20 errors generated. In file included from src/libavformat/a64.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/cdefs.h:913:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from src/libavformat/a64.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavformat/a64.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_dev_t; /* dev_t */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from src/libavformat/a64.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:72:9make: *** [libavdevice/avdevice.o] Error 1 : error: unknown type name '__int32_t' typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ 20 errors generated. In file included from src/libavformat/a64.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ make: *** [libavdevice/lavfi.o] Error 1 In file included from src/libavformat/a64.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' typedef __darwin_intptr_t intptr_t; ^ 20 errors generated. make: *** [libavformat/3dostr.o] Error 1 In file included from src/libavformat/a64.c:23: In file included from src/libavcodec/codec_id.h:24: In file included from src/libavutil/avutil.h:296: In file included from src/libavutil/common.h:34: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/inttypes.h:21: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/inttypes.h:226: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make: *** [libavformat/4xm.o] Error 1 20 errors generated. make: *** [libavformat/a64.o] Error 1 ```
**Additional context**
vcpkg.json ``` { "name": "mixxx", "version": "2.5.0", "description": "Mixxx is free cross platform DJ software", "homepage": "https://mixxx.org/", "license": "GPL-2.0-or-later", "supports": "!uwp", "default-features": [ "qt6" ], "features": { "qt5": { "description": "Build with Qt 5", "dependencies": [ "qt5-base", "qt5-declarative", "qt5-script", "qt5-svg", "qt5-translations", { "name": "qtkeychain", "platform": "!ios" } ] }, "qt6": { "description": "Build with Qt 6", "dependencies": [ "qt5compat", { "name": "qtbase", "default-features": false, "features": [ "brotli", "concurrent", "dbus", "default-features", "doubleconversion", "freetype", { "name": "gles3", "platform": "ios" }, "gui", "harfbuzz", "icu", "jpeg", "network", "opengl", { "name": "openssl", "platform": "!ios" }, "pcre2", "png", "sql", { "name": "sql-psql", "platform": "!ios" }, "sql-sqlite", "testlib", "thread", "widgets", "zstd" ] }, "qtdeclarative", "qtsvg", "qttranslations", { "name": "qtkeychain-qt6", "$comment": "libgcrypt seems to be unsupported on iOS", "platform": "!ios" } ] } }, "dependencies": [ "ableton-link", "benchmark", "chromaprint", "fdk-aac", "ffmpeg", "fftw3", { "name": "grantlee", "$comment": "On iOS: ld: Undefined symbols: _main, referenced from: user_main_trampoline() in libqios.a[arm64][6](qioseventdispatcher.mm.o)", "platform": "!ios" }, "gtest", { "name": "hidapi", "$comment": "Not supported on iOS due to its dependency on libusb", "platform": "!ios" }, { "name": "hss1394", "platform": "windows | osx" }, "libdjinterop", "libebur128", "libflac", { "name": "libid3tag", "platform": "windows" }, "libkeyfinder", { "name": "libmad", "platform": "!osx" }, "libmodplug", "libogg", "libopusenc", { "name": "libsndfile", "default-features": false }, { "name": "libusb", "$comment": "Does not support iOS official (there seem to be inofficial ports, however, which could be investigated)", "platform": "!ios" }, "libvorbis", "lilv", "mp3lame", "ms-gsl", "opus", "opusfile", { "name": "portaudio", "features": [ "asio" ] }, "portmidi", "protobuf", "pthreads", { "name": "rubberband", "$comment": "Skipped on iOS due to licensing issues (GPL) and build issues", "platform": "!ios" }, "soundtouch", "taglib", "wavpack" ] } ```
JonLiu1993 commented 5 months ago

arm64-ios-release is a community triplet, so I add community triplet label: https://github.com/microsoft/vcpkg/pull/36373

Pe13 commented 5 months ago

I asked a friend of mine with a mac m1 (macOS 14.4) to try to compile the same repository, and the ffmpeg build was successful. At this point we would need to investigate whether the problem lies in the host architecture or the macOS version (I have 13.6.3 and struggle to update since I run it in a container). For the time being I asked another friend of mine who has an intel mac, but he has yet to answer me. I will keep you updated

Pe13 commented 5 months ago

I finally managed to try to compile it on an actual mac with macOS 14.4.1, and as I expected the compilation still fails.

The following is issue_body.md

Pe13 commented 5 months ago

Package: ffmpeg[avcodec,avdevice,avfilter,avformat,core,swresample,swscale]:arm64-ios-release -> 6.0#2

Host Environment

To Reproduce

vcpkg install --recurse Failure logs

-- Downloading https://github.com/ffmpeg/ffmpeg/archive/n6.0.tar.gz -> ffmpeg-ffmpeg-n6.0.tar.gz...
-- Extracting source /Users/giorgiogermano/Desktop/m1xxx/vcpkg/downloads/ffmpeg-ffmpeg-n6.0.tar.gz
-- Applying patch 0001-create-lib-libraries.patch
-- Applying patch 0002-fix-msvc-link.patch
-- Applying patch 0003-fix-windowsinclude.patch
-- Applying patch 0004-fix-debug-build.patch
-- Applying patch 0005-fix-nasm.patch
-- Applying patch 0006-fix-StaticFeatures.patch
-- Applying patch 0007-fix-lib-naming.patch
-- Applying patch 0009-Fix-fdk-detection.patch
-- Applying patch 0011-Fix-x265-detection.patch
-- Applying patch 0012-Fix-ssl-110-detection.patch
-- Applying patch 0013-define-WINVER.patch
-- Applying patch 0015-Fix-xml2-detection.patch
-- Applying patch 0020-fix-aarch64-libswscale.patch
-- Applying patch 0022-fix-iconv.patch
-- Applying patch 0024-fix-gcc13-binutils.patch
-- Using source at /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean
-- Found external ninja('1.11.1').
-- Getting CMake variables for arm64-ios-release
-- Building Options: --enable-pic --disable-doc --enable-debug --enable-runtime-cpudetect --disable-autodetect --cc=cc --cxx=c++ --nm=nm --ar='ar' --ranlib=ranlib --disable-ffmpeg --disable-ffplay --disable-ffprobe --enable-avcodec --enable-avdevice --enable-avformat --enable-avfilter --disable-postproc --enable-swresample --enable-swscale --disable-alsa --disable-amf --disable-libaom --disable-libass --disable-avisynth --disable-bzlib --disable-libdav1d --disable-libfdk-aac --disable-libfontconfig --disable-libfreetype --disable-libfribidi --disable-iconv --disable-libilbc --disable-lzma --disable-libmp3lame --disable-libmodplug --disable-cuda --disable-nvenc --disable-nvdec  --disable-cuvid --disable-ffnvcodec --disable-opencl --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --disable-libopus --disable-sdl2 --disable-libsnappy --disable-libsoxr --disable-libspeex --disable-libssh --disable-libtensorflow --disable-libtesseract --disable-libtheora --disable-libvorbis --disable-libvpx --disable-libwebp --disable-libx264 --disable-libx265 --disable-libxml2 --disable-zlib --disable-libsrt --disable-libmfx --enable-cross-compile --pkg-config-flags=--static
-- Building Release Options: --enable-optimizations --extra-ldflags=-L"/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib"
-- Building ffmpeg for Release
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: /bin/bash ./build.sh
    Working Directory: /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel
    Error code: 2
    See logs for more information:
      /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-config.log
      /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-out.log
      /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-err.log

Call Stack (most recent call first):
  ports/ffmpeg/portfile.cmake:597 (vcpkg_execute_required_process)
  scripts/ports.cmake:168 (include)
/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-config.log ``` # /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/configure --prefix=/Users/giorgiogermano/Desktop/m1xxx/vcpkg/packages/ffmpeg_arm64-ios-release --enable-pic --disable-doc --enable-debug --enable-runtime-cpudetect --disable-autodetect --cc=cc --cxx=c++ --nm=nm --ar=ar --ranlib=ranlib --disable-ffmpeg --disable-ffplay --disable-ffprobe --enable-avcodec --enable-avdevice --enable-avformat --enable-avfilter --disable-postproc --enable-swresample --enable-swscale --disable-alsa --disable-amf --disable-libaom --disable-libass --disable-avisynth --disable-bzlib --disable-libdav1d --disable-libfdk-aac --disable-libfontconfig --disable-libfreetype --disable-libfribidi --disable-iconv --disable-libilbc --disable-lzma --disable-libmp3lame --disable-libmodplug --disable-cuda --disable-nvenc --disable-nvdec --disable-cuvid --disable-ffnvcodec --disable-opencl --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --disable-openssl --disable-libopus --disable-sdl2 --disable-libsnappy --disable-libsoxr --disable-libspeex --disable-libssh --disable-libtensorflow --disable-libtesseract --disable-libtheora --disable-libvorbis --disable-libvpx --disable-libwebp --disable-libx264 --disable-libx265 --disable-libxml2 --disable-zlib --disable-libsrt --disable-libmfx --enable-cross-compile --pkg-config-flags=--static --enable-optimizations --extra-ldflags=-L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib --arch=arm64 --enable-asm --disable-x86asm ALL_COMPONENTS=' aac_adtstoasc_bsf av1_frame_merge_bsf av1_frame_split_bsf av1_metadata_bsf chomp_bsf dump_extradata_bsf dca_core_bsf dts2pts_bsf dv_error_marker_bsf eac3_core_bsf extract_extradata_bsf filter_units_bsf h264_metadata_bsf h264_mp4toannexb_bsf h264_redundant_pps_bsf hapqa_extract_bsf hevc_metadata_bsf hevc_mp4toannexb_bsf imx_dump_header_bsf media100_to_mjpegb_bsf mjpeg2jpeg_bsf mjpega_dump_header_bsf mp3_header_decompress_bsf mpeg2_metadata_bsf mpeg4_unpack_bframes_bsf mov2textsub_bsf noise_bsf null_bsf opus_metadata_bsf pcm_rechunk_bsf pgs_frame_merge_bsf prores_metadata_bsf remove_extradata_bsf setts_bsf text2movsub_bsf trace_headers_bsf truehd_core_bsf vp9_metadata_bsf vp9_raw_reorder_bsf vp9_superframe_bsf vp9_superframe_split_bsf aasc_decoder aic_decoder alias_pix_decoder agm_decoder amv_decoder anm_decoder ansi_decoder apng_decoder arbc_decoder argo_decoder asv1_decoder asv2_decoder aura_decoder aura2_decoder avrp_decoder avrn_decoder avs_decoder avui_decoder ayuv_decoder bethsoftvid_decoder bfi_decoder bink_decoder bitpacked_decoder bmp_decoder bmv_video_decoder brender_pix_decoder c93_decoder cavs_decoder cdgraphics_decoder cdtoons_decoder cdxl_decoder cfhd_decoder cinepak_decoder clearvideo_decoder cljr_decoder cllc_decoder comfortnoise_decoder cpia_decoder cri_decoder cscd_decoder cyuv_decoder dds_decoder dfa_decoder dirac_decoder dnxhd_decoder dpx_decoder dsicinvideo_decoder dvaudio_decoder dvvideo_decoder ... Skipped 22500 lines ... cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Wwrite-strings test_cflags -Wwrite-strings test_cc -Wwrite-strings BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Wtype-limits test_cflags -Wtype-limits test_cc -Wtype-limits BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Wundef test_cflags -Wundef test_cc -Wundef BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Wmissing-prototypes test_cflags -Wmissing-prototypes test_cc -Wmissing-prototypes BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Wstrict-prototypes test_cflags -Wstrict-prototypes test_cc -Wstrict-prototypes BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Wempty-body test_cflags -Wempty-body test_cc -Wempty-body BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument test_cc -Werror=unused-command-line-argument BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unused-command-line-argument -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unknown-warning-option test_cc -Werror=unknown-warning-option BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unknown-warning-option -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wparentheses -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wswitch -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wformat-zero-length -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wpointer-sign -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wunused-const-variable -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wbool-operation -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts test_cc -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Werror=unused-command-line-argument -Werror=unknown-warning-option -Wchar-subscripts -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Wdeprecated-declarations test_cc -Wdeprecated-declarations BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wdeprecated-declarations -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cflags -Wunused-variable test_cc -Wunused-variable BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wunused-variable -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cc BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 void (^block)(void); END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_ldflags -Wl,--warn-common test_ldflags -Wl,--warn-common test_ld cc -Wl,--warn-common test_cc -Wl,--warn-common BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int main(void){ return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,--warn-common -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c clang: warning: -Wl,--warn-common: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,--warn-common -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: unknown options: --warn-common clang: error: linker command failed with exit code 1 (use -v to see invocation) check_ldflags -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_ldflags -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_ld cc -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil test_cc -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int main(void){ return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c clang: warning: -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: unknown options: -rpath-link=:libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil clang: error: linker command failed with exit code 1 (use -v to see invocation) test_ldflags -Wl,-Bsymbolic test_ld cc -Wl,-Bsymbolic test_cc -Wl,-Bsymbolic BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int main(void){ return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-Bsymbolic -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c clang: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-Bsymbolic -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: unknown options: -Bsymbolic clang: error: linker command failed with exit code 1 (use -v to see invocation) check_stripflags -x test_stripflags -x test_cc BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int main(void) { return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c strip -x -x /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: building for iOS, but linking in object file built for iOS Simulator, file '/tmp/strip.dXTpfQ' for architecture x86_64 fatal error: strip: internal link edit command failed check_ld cc proper_dce test_ld cc test_cc BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 extern const int array[512]; 2 static inline int func(void) { return array[0]; } 3 int main(void) { return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c:2:19: warning: unused function 'func' [-Wunused-function] static inline int func(void) { return array[0]; } ^ 1 warning generated. cc @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) test_ldflags -Wl,-exported_symbols_list,/var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.ver test_ld cc -Wl,-exported_symbols_list,/var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.ver test_cc -Wl,-exported_symbols_list,/var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.ver BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int main(void){ return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -Wl,-exported_symbols_list,/var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.ver -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c clang: warning: -Wl,-exported_symbols_list,/var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.ver: 'linker' input unused [-Wunused-command-line-argument] cc @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Wl,-exported_symbols_list,/var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.ver -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) test_cc BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 void ff_foo(void) __asm__ ("av_foo@VERSION"); 2 void ff_foo(void) { __asm__(""); } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cc BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 __asm__(".symver ff_foo,av_foo@VERSION"); 2 void ff_foo(void) {} END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c:2:6: warning: no previous prototype for function 'ff_foo' [-Wmissing-prototypes] void ff_foo(void) {} ^ /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c:2:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ff_foo(void) {} ^ static :1:1: error: unknown directive .symver ff_foo,av_foo@VERSION ^ 1 warning and 1 error generated. check_cflags -O3 test_cflags -O3 test_cc -O3 BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -fno-math-errno test_cflags -fno-math-errno test_cc -fno-math-errno BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -fno-signed-zeros test_cflags -fno-signed-zeros test_cc -fno-signed-zeros BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c test_cc -mno-red-zone BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mno-red-zone -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -mllvm -stack-alignment=16 test_cflags -mllvm -stack-alignment=16 test_cc -mllvm -stack-alignment=16 BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mllvm -stack-alignment=16 -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c clang (LLVM option parsing): Unknown command line argument '-stack-alignment=16'. Try: 'clang (LLVM option parsing) --help' clang (LLVM option parsing): Did you mean '--stack-safety-print=16'? check_cflags -mstack-alignment=16 test_cflags -mstack-alignment=16 test_cc -mstack-alignment=16 BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Qunused-arguments test_cflags -Qunused-arguments test_cc -Qunused-arguments BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Werror=implicit-function-declaration test_cflags -Werror=implicit-function-declaration test_cc -Werror=implicit-function-declaration BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Werror=missing-prototypes test_cflags -Werror=missing-prototypes test_cc -Werror=missing-prototypes BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_cflags -Werror=return-type test_cflags -Werror=return-type test_cc -Werror=return-type BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int x; END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c check_ldflags -Qunused-arguments test_ldflags -Qunused-arguments test_ld cc -Qunused-arguments test_cc -Qunused-arguments BEGIN /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c 1 int main(void){ return 0; } END /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc -D_ISOC99_SOURCE -I$(SRC_PATH)/compat/float -DPIC @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Qunused-arguments -c -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.c cc @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/ldflags.rsp -L/Users/giorgiogermano/Desktop/m1xxx/vcpkg/installed/arm64-ios-release/lib -Wl,-dynamic,-search_paths_first -Qunused-arguments -o /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test /var/folders/v0/wls3jq2s74970cvf98kcptxc0000gn/T//ffconf.sHaJ9Vym/test.o ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.ios.a': fat file missing arch 'x86_64', file has 'armv7,armv7s,arm64,arm64e' ld: warning: ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd': tapi error: missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd (4 slices) ```
/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-out.log ``` BUILD_ARCH=arm64 OPTION_VARIABLE=OPTIONS_arm64 === CONFIGURING === install prefix /Users/giorgiogermano/Desktop/m1xxx/vcpkg/packages/ffmpeg_arm64-ios-release source path /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean C compiler cc C library host C compiler gcc host C library ARCH aarch64 (generic) big-endian no runtime cpu detection yes NEON enabled no VFP enabled no debug symbols yes strip symbols yes optimize for size no optimizations yes static yes shared no postprocessing support no network support no threading support no safe bitstream reader yes texi2html enabled no perl enabled yes pod2man enabled yes makeinfo enabled no makeinfo supports HTML no xmllint enabled yes External libraries: External libraries providing hardware acceleration: Libraries: avcodec avformat swscale avdevice avutil avfilter swresample Programs: Enabled decoders: aac evrc pcx aac_fixed fastaudio pfm aac_latm ffv1 pgm aasc ffvhuff pgmyuv ac3 ffwavesynth pgssub ac3_fixed fic pgx acelp_kelvin fits phm adpcm_4xm flac photocd adpcm_adx flic pictor adpcm_afc flv pixlet adpcm_agm fmvc pjs adpcm_aica fourxm ppm adpcm_argo fraps prores adpcm_ct frwu prosumer adpcm_dtk ftr psd adpcm_ea g723_1 ptx adpcm_ea_maxis_xa g729 qcelp adpcm_ea_r1 gdv qdm2 adpcm_ea_r2 gem qdmc adpcm_ea_r3 gif qdraw adpcm_ea_xas gremlin_dpcm qoi adpcm_g722 gsm qpeg adpcm_g726 gsm_ms qtrle adpcm_g726le h261 r10k adpcm_ima_acorn h263 r210 adpcm_ima_alp h263i ra_144 adpcm_ima_amv h263p ra_288 adpcm_ima_apc h264 ralf adpcm_ima_apm hap rawvideo adpcm_ima_cunning hca realtext adpcm_ima_dat4 hcom rka adpcm_ima_dk3 hdr rl2 adpcm_ima_dk4 hevc roq adpcm_ima_ea_eacs hnm4_video roq_dpcm adpcm_ima_ea_sead hq_hqa rpza adpcm_ima_iss hqx rv10 adpcm_ima_moflex huffyuv rv20 adpcm_ima_mtf hymt rv30 adpcm_ima_oki iac rv40 adpcm_ima_qt idcin s302m adpcm_ima_rad idf sami adpcm_ima_smjpeg iff_ilbm sanm adpcm_ima_ssi ilbc sbc adpcm_ima_wav imc scpr adpcm_ima_ws imm4 sdx2_dpcm adpcm_ms imm5 sga adpcm_mtaf indeo2 sgi adpcm_psx indeo3 sgirle adpcm_sbpro_2 indeo4 sheervideo adpcm_sbpro_3 indeo5 shorten adpcm_sbpro_4 interplay_acm simbiosis_imx adpcm_swf interplay_dpcm sipr adpcm_thp interplay_video siren adpcm_thp_le ipu smackaud adpcm_vima jacosub smacker adpcm_xa jpeg2000 smc adpcm_xmd jpegls smvjpeg adpcm_yamaha jv snow adpcm_zork kgv1 sol_dpcm agm kmvc sonic aic lagarith sp5x alac loco speedhq alias_pix m101 speex als mace3 srt amrnb mace6 ssa amrwb magicyuv stl amv mdec subrip anm media100 subviewer ansi metasound subviewer1 anull microdvd sunrast apac mimic svq1 ape misc4 svq3 aptx mjpeg tak aptx_hd mjpegb targa arbc mlp targa_y216 argo mmvideo text ass mobiclip theora asv1 motionpixels thp asv2 movtext tiertexseqvideo atrac1 mp1 tiff atrac3 mp1float tmv atrac3al mp2 truehd atrac3p mp2float truemotion1 atrac3pal mp3 truemotion2 atrac9 mp3adu truemotion2rt aura mp3adufloat truespeech aura2 mp3float tscc2 av1 mp3on4 tta avrn mp3on4float twinvq avrp mpc7 txd avs mpc8 ulti avui mpeg1video utvideo ayuv mpeg2video v210 bethsoftvid mpeg4 v210x bfi mpegvideo v308 bink mpl2 v408 binkaudio_dct msa1 v410 binkaudio_rdft msmpeg4v1 vb bintext msmpeg4v2 vble bitpacked msmpeg4v3 vbn bmp msnsiren vc1 bmv_audio msp2 vc1image bmv_video msrle vcr1 bonk mss1 vmdaudio brender_pix mss2 vmdvideo c93 msvideo1 vmnc cavs mszh vnull cbd2_dpcm mts2 vorbis ccaption mv30 vp3 cdgraphics mvc1 vp4 cdtoons mvc2 vp5 cdxl mvdv vp6 cfhd mxpeg vp6a cinepak nellymoser vp6f clearvideo notchlc vp7 cljr nuv vp8 cllc on2avc vp9 comfortnoise opus vplayer cook paf_audio vqa cpia paf_video vqc cri pam wady_dpcm cscd pbm wavarc cyuv pcm_alaw wavpack dca pcm_bluray wbmp dds pcm_dvd webp derf_dpcm pcm_f16le webvtt dfa pcm_f24le wmalossless dfpwm pcm_f32be wmapro dirac pcm_f32le wmav1 dnxhd pcm_f64be wmav2 dolby_e pcm_f64le wmavoice dpx pcm_lxf wmv1 dsd_lsbf pcm_mulaw wmv2 dsd_lsbf_planar pcm_s16be wmv3 dsd_msbf pcm_s16be_planar wmv3image dsd_msbf_planar pcm_s16le wnv1 dsicinaudio pcm_s16le_planar wrapped_avframe dsicinvideo pcm_s24be ws_snd1 dss_sp pcm_s24daud xan_dpcm dst pcm_s24le xan_wc3 dvaudio pcm_s24le_planar xan_wc4 dvbsub pcm_s32be xbin dvdsub pcm_s32le xbm dvvideo pcm_s32le_planar xface dxtory pcm_s64be xl dxv pcm_s64le xma1 eac3 pcm_s8 xma2 eacmv pcm_s8_planar xpm eamad pcm_sga xsub eatgq pcm_u16be xwd eatgv pcm_u16le y41p eatqi pcm_u24be ylc eightbps pcm_u24le yop eightsvx_exp pcm_u32be yuv4 eightsvx_fib pcm_u32le zero12v escape124 pcm_u8 escape130 pcm_vidc Enabled encoders: a64multi huffyuv prores a64multi5 jpeg2000 prores_aw aac jpegls prores_ks ac3 ljpeg qoi ac3_fixed magicyuv qtrle adpcm_adx mjpeg r10k adpcm_argo mlp r210 adpcm_g722 movtext ra_144 adpcm_g726 mp2 rawvideo adpcm_g726le mp2fixed roq adpcm_ima_alp mpeg1video roq_dpcm adpcm_ima_amv mpeg2video rpza adpcm_ima_apm mpeg4 rv10 adpcm_ima_qt msmpeg4v2 rv20 adpcm_ima_ssi msmpeg4v3 s302m adpcm_ima_wav msvideo1 sbc adpcm_ima_ws nellymoser sgi adpcm_ms opus smc adpcm_swf pam snow adpcm_yamaha pbm sonic alac pcm_alaw sonic_ls alias_pix pcm_bluray speedhq amv pcm_dvd srt anull pcm_f32be ssa aptx pcm_f32le subrip aptx_hd pcm_f64be sunrast ass pcm_f64le svq1 asv1 pcm_mulaw targa asv2 pcm_s16be text avrp pcm_s16be_planar tiff avui pcm_s16le truehd ayuv pcm_s16le_planar tta bitpacked pcm_s24be ttml bmp pcm_s24daud utvideo cfhd pcm_s24le v210 cinepak pcm_s24le_planar v308 cljr pcm_s32be v408 comfortnoise pcm_s32le v410 dca pcm_s32le_planar vbn dfpwm pcm_s64be vc2 dnxhd pcm_s64le vnull dpx pcm_s8 vorbis dvbsub pcm_s8_planar wavpack dvdsub pcm_u16be wbmp dvvideo pcm_u16le webvtt eac3 pcm_u24be wmav1 ffv1 pcm_u24le wmav2 ffvhuff pcm_u32be wmv1 fits pcm_u32le wmv2 flac pcm_u8 wrapped_avframe flv pcm_vidc xbm g723_1 pcx xface gif pfm xsub h261 pgm xwd h263 pgmyuv y41p h263p phm yuv4 hdr ppm Enabled hwaccels: Enabled parsers: aac dvdsub opus aac_latm flac png ac3 ftr pnm adx g723_1 qoi amr g729 rv30 av1 gif rv40 avs2 gsm sbc avs3 h261 sipr bmp h263 tak cavsvideo h264 vc1 cook hdr vorbis cri hevc vp3 dca ipu vp8 dirac jpeg2000 vp9 dnxhd misc4 webp dolby_e mjpeg xbm dpx mlp xma dvaudio mpeg4video xwd dvbsub mpegaudio dvd_nav mpegvideo Enabled demuxers: aa ico pcm_f32le aac idcin pcm_f64be aax idf pcm_f64le ac3 iff pcm_mulaw ace ifv pcm_s16be acm ilbc pcm_s16le act image2 pcm_s24be adf image2_alias_pix pcm_s24le adp image2_brender_pix pcm_s32be ads image2pipe pcm_s32le adx image_bmp_pipe pcm_s8 aea image_cri_pipe pcm_u16be afc image_dds_pipe pcm_u16le aiff image_dpx_pipe pcm_u24be aix image_exr_pipe pcm_u24le alp image_gem_pipe pcm_u32be amr image_gif_pipe pcm_u32le amrnb image_hdr_pipe pcm_u8 amrwb image_j2k_pipe pcm_vidc anm image_jpeg_pipe pjs apac image_jpegls_pipe pmp apc image_jpegxl_pipe pp_bnk ape image_pam_pipe pva apm image_pbm_pipe pvf apng image_pcx_pipe qcp aptx image_pfm_pipe r3d aptx_hd image_pgm_pipe rawvideo aqtitle image_pgmyuv_pipe realtext argo_asf image_pgx_pipe redspark argo_brp image_phm_pipe rka argo_cvg image_photocd_pipe rl2 asf image_pictor_pipe rm asf_o image_png_pipe roq ass image_ppm_pipe rpl ast image_psd_pipe rsd au image_qdraw_pipe rso av1 image_qoi_pipe s337m avi image_sgi_pipe sami avr image_sunrast_pipe sbc avs image_svg_pipe sbg avs2 image_tiff_pipe scc avs3 image_vbn_pipe scd bethsoftvid image_webp_pipe sdns bfi image_xbm_pipe sdr2 bfstm image_xpm_pipe sds bink image_xwd_pipe sdx binka ingenient segafilm bintext ipmovie ser bit ipu sga bitpacked ircam shorten bmv iss siff boa iv8 simbiosis_imx bonk ivf sln brstm ivr smacker c93 jacosub smjpeg caf jv smush cavsvideo kux sol cdg kvag sox cdxl laf spdif cine live_flv srt codec2 lmlm4 stl codec2raw loas str concat lrc subviewer data luodat subviewer1 daud lvf sup dcstr lxf svag derf m4v svs dfa matroska swf dfpwm mca tak dhav mcc tedcaptions dirac mgsts thp dnxhd microdvd threedostr dsf mjpeg tiertexseq dsicin mjpeg_2000 tmv dss mlp truehd dts mlv tta dtshd mm tty dv mmf txd dvbsub mods ty dvbtxt moflex v210 dxa mov v210x ea mp3 vag ea_cdata mpc vc1 eac3 mpc8 vc1t epaf mpegps vividas ffmetadata mpegts vivo filmstrip mpegtsraw vmd fits mpegvideo vobsub flac mpjpeg voc flic mpl2 vpk flv mpsub vplayer fourxm msf vqf frm msnwc_tcp w64 fsb msp wady fwse mtaf wav g722 mtv wavarc g723_1 musx wc3 g726 mv webm_dash_manifest g726le mvi webvtt g729 mxf wsaud gdv mxg wsd genh nc wsvqa gif nistsphere wtv gsm nsp wv gxf nsv wve h261 nut xa h263 nuv xbin h264 obu xmd hca ogg xmv hcom oma xvag hevc paf xwma hls pcm_alaw yop hnm pcm_f32be yuv4mpegpipe Enabled muxers: a64 h263 pcm_s16be ac3 h264 pcm_s16le adts hash pcm_s24be adx hds pcm_s24le aiff hevc pcm_s32be alp hls pcm_s32le amr ico pcm_s8 amv ilbc pcm_u16be apm image2 pcm_u16le apng image2pipe pcm_u24be aptx ipod pcm_u24le aptx_hd ircam pcm_u32be argo_asf ismv pcm_u32le argo_cvg ivf pcm_u8 asf jacosub pcm_vidc asf_stream kvag psp ass latm rawvideo ast lrc rm au m4v roq avi matroska rso avif matroska_audio rtp avm2 md5 rtp_mpegts avs2 microdvd sbc avs3 mjpeg scc bit mkvtimestamp_v2 segafilm caf mlp segment cavsvideo mmf smjpeg codec2 mov smoothstreaming codec2raw mp2 sox crc mp3 spdif dash mp4 spx data mpeg1system srt daud mpeg1vcd stream_segment dfpwm mpeg1video streamhash dirac mpeg2dvd sup dnxhd mpeg2svcd swf dts mpeg2video tee dv mpeg2vob tg2 eac3 mpegts tgp f4v mpjpeg truehd ffmetadata mxf tta fifo_test mxf_d10 ttml filmstrip mxf_opatom uncodedframecrc fits null vc1 flac nut vc1t flv obu voc framecrc oga w64 framehash ogg wav framemd5 ogv webm g722 oma webm_chunk g723_1 opus webm_dash_manifest g726 pcm_alaw webp g726le pcm_f32be webvtt gif pcm_f32le wsaud gsm pcm_f64be wtv gxf pcm_f64le wv h261 pcm_mulaw yuv4mpegpipe Enabled protocols: cache fd prompeg concat file subfile concatf hls tee crypto md5 data pipe Enabled filters: a3dscope compensationdelay negate abench concat nlmeans abitscope convolution noformat acompressor convolve noise acontrast copy normalize acopy corr null acrossfade crop nullsink acrossover crossfeed nullsrc acrusher crystalizer oscilloscope acue cue overlay addroi curves pad adeclick datascope pal100bars adeclip dblur pal75bars adecorrelate dcshift palettegen adelay dctdnoiz paletteuse adenorm deband pan aderivative deblock perms adrawgraph decimate photosensitivity adrc deconvolve pixdesctest adynamicequalizer dedot pixelize adynamicsmooth deesser pixscope aecho deflate premultiply aemphasis deflicker prewitt aeval dejudder pseudocolor aevalsrc derain psnr aexciter deshake qp afade despill random afdelaysrc detelecine readeia608 afftdn dialoguenhance readvitc afftfilt dilation realtime afifo displace remap afir dnn_classify removegrain afirsrc dnn_detect removelogo aformat dnn_processing replaygain afreqshift doubleweave reverse afwtdn drawbox rgbashift agate drawgraph rgbtestsrc agraphmonitor drawgrid roberts ahistogram drmeter rotate aiir dynaudnorm scale aintegral earwax scale2ref ainterleave ebur128 scdet alatency edgedetect scharr alimiter elbg scroll allpass entropy segment allrgb epx select allyuv equalizer selectivecolor aloop erosion sendcmd alphaextract estdif separatefields alphamerge exposure setdar amerge extractplanes setfield ametadata extrastereo setparams amix fade setpts amovie feedback setrange amplify fftdnoiz setsar amultiply fftfilt settb anequalizer field shear anlmdn fieldhint showcqt anlmf fieldmatch showcwt anlms fieldorder showfreqs anoisesrc fifo showinfo anull fillborders showpalette anullsink firequalizer showspatial anullsrc flanger showspectrum apad floodfill showspectrumpic aperms format showvolume aphasemeter fps showwaves aphaser framepack showwavespic aphaseshift framerate shuffleframes apsyclip framestep shufflepixels apulsator freezedetect shuffleplanes arealtime freezeframes sidechaincompress aresample gblur sidechaingate areverse geq sidedata arnndn gradfun sierpinski asdr gradients signalstats asegment graphmonitor silencedetect aselect grayworld silenceremove asendcmd greyedge sinc asetnsamples guided sine asetpts haas siti asetrate haldclut smptebars asettb haldclutsrc smptehdbars ashowinfo hdcd sobel asidedata headphone spectrumsynth asoftclip hflip speechnorm aspectralstats highpass split asplit highshelf sr astats hilbert ssim astreamselect histogram ssim360 asubboost hqx stereotools asubcut hstack stereowiden asupercut hsvhold streamselect asuperpass hsvkey superequalizer asuperstop hue surround atadenoise huesaturation swaprect atempo hwdownload swapuv atilt hwmap tblend atrim hwupload telecine avectorscope hysteresis testsrc avgblur identity testsrc2 avsynctest idet thistogram axcorrelate il threshold backgroundkey inflate thumbnail bandpass interleave tile bandreject join tiltshelf bass kirsch tlut2 bbox lagfun tmedian bench latency tmidequalizer bilateral lenscorrection tmix biquad life tpad bitplanenoise limitdiff transpose blackdetect limiter treble blend loop tremolo blockdetect loudnorm trim blurdetect lowpass unpremultiply bm3d lowshelf unsharp bwdif lumakey untile cas lut v360 cellauto lut1d varblur channelmap lut2 vectorscope channelsplit lut3d vflip chorus lutrgb vfrdet chromahold lutyuv vibrance chromakey mandelbrot vibrato chromanr maskedclamp vif chromashift maskedmax vignette ciescope maskedmerge virtualbass codecview maskedmin vmafmotion color maskedthreshold volume colorbalance maskfun volumedetect colorchannelmixer mcompand vstack colorchart median w3fdif colorcontrast mergeplanes waveform colorcorrect mestimate weave colorhold metadata xbr colorize midequalizer xcorrelate colorkey minterpolate xfade colorlevels mix xmedian colormap monochrome xstack colorspace morpho yadif colorspectrum movie yaepblur colortemperature msad yuvtestsrc compand multiply zoompan Enabled bsfs: aac_adtstoasc hapqa_extract pcm_rechunk av1_frame_merge hevc_metadata pgs_frame_merge av1_frame_split hevc_mp4toannexb prores_metadata av1_metadata imx_dump_header remove_extradata chomp media100_to_mjpegb setts dca_core mjpeg2jpeg text2movsub dts2pts mjpega_dump_header trace_headers dump_extradata mov2textsub truehd_core dv_error_marker mp3_header_decompress vp9_metadata eac3_core mpeg2_metadata vp9_raw_reorder extract_extradata mpeg4_unpack_bframes vp9_superframe filter_units noise vp9_superframe_split h264_mp4toannexb null h264_redundant_pps opus_metadata Enabled indevs: lavfi Enabled outdevs: License: LGPL version 2.1 or later === BUILDING === /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avutil /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavutil/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavutil/version_major.h > libavutil/libavutil.version mkdir -p libswscale mkdir -p libswresample /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avcodec /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavcodec/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavcodec/version_major.h > libavcodec/libavcodec.version /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avformat /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavformat/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavformat/version_major.h > libavformat/libavformat.version /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avfilter /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavfilter/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavfilter/version_major.h > libavfilter/libavfilter.version /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh avdevice /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavdevice/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libavdevice/version_major.h > libavdevice/libavdevice.version /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh swscale /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswscale/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswscale/version_major.h > libswscale/libswscale.version /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/libversion.sh swresample /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswresample/version.h /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/libswresample/version_major.h > libswresample/libswresample.version touch .version cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/alldevices.d -MT libavdevice/alldevices.o -c -o libavdevice/alldevices.o src/libavdevice/alldevices.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/avdevice.d -MT libavdevice/avdevice.o -c -o libavdevice/avdevice.o src/libavdevice/avdevice.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/lavfi.d -MT libavdevice/lavfi.o -c -o libavdevice/lavfi.o src/libavdevice/lavfi.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/utils.d -MT libavdevice/utils.o -c -o libavdevice/utils.o src/libavdevice/utils.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avdevice @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavdevice/version.d -MT libavdevice/version.o -c -o libavdevice/version.o src/libavdevice/version.c /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/pkgconfig_generate.sh avdevice "FFmpeg device handling library" mkdir -p libavfilter/aarch64 mkdir -p libavfilter/dnn /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/ffbuild/pkgconfig_generate.sh avfilter "FFmpeg audio/video filtering library" cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avformat @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavformat/3dostr.d -MT libavformat/3dostr.o -c -o libavformat/3dostr.o src/libavformat/3dostr.c cc -I. -Isrc/ -D_ISOC99_SOURCE -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float -DPIC -I/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/atomics/gcc -DHAVE_AV_CONFIG_H -DBUILDING_avformat @/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/arm64-ios-release-rel/cflags.rsp -std=c99 -Werror=partial-availability -fomit-frame-pointer -fPIC -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavformat/4xm.d -MT libavformat/4xm.o -c -o libavformat/4xm.o src/libavformat/4xm.c ```
/Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/build-arm64-ios-release-rel-err.log ``` In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.h:24: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/cdefs.h:1010:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.h:24: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.hIn file included from :src/libavdevice/utils.c:1924: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h: In file included from src/libavdevice/internal.h:52:: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:22: 52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/time.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:32: In file included from typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ src/libavdevice/lavfi.c:30: In file included from src/libavutil/bprint.h:33: In file included from src/libavutil/avstring.h:25: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: ... Skipped 142 lines ... typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:61:9:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ error: unknown type name '__uint32_t' typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ note: '__int128_t' declared here typedef __int32_t __darwin_dev_t; /* dev_t */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' ^ typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ :57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __int32_t __darwin_dev_t; /* dev_t */ ^ :/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ note: '__uint128_t' declared here :70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ note: '__uint128_t' declared here 73:9: error: unknown type name '__uint32_t'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.hnote: :'__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ 62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:71:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types/_uint64_t.herror: unknown type name '__int64_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h31 ^:: 60note: '__int128_t' declared here :9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */28:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ :75:9:typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: 'uint64_t' declared here ^ note: note: note: typedef unsigned long long uint64_t; '__uint128_t' declared here '__int128_t' declared here ^'__uint128_t' declared here error: unknown type name '__uint32_t' typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:73:9/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/: 76: ^ typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ 9: error: unknown type name '__uint32_t' note: note: typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ '__uint128_t' declared here ^'__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:75:9In file included from src/libavdevice/lavfi.c:30: In file included from src/libavutil/bprint.h:33: In file included from src/libavutil/avstring.h:25: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ : error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:68In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h::709:: src/libavdevice/alldevices.c9error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h::unknown type name '__darwin_natural_t':21 76:9error: : :typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */unknown type name '__uint16_t'In file included from src/libavformat/internal.h:24: error: ^typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */In file included from unknown type name '__uint32_t'; did you mean '__uint128_t'? /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: ^In file included from typedef __uint32_t __darwin_useconds_t; /* [???] microseconds *//Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:71 ^ :note: 9/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h'__uint128_t' declared here68:: : 70error: 9:unknown type name '__int64_t'9 :: typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */error: unknown type name '__darwin_natural_t' error: unknown type name '__uint16_t'; did you mean '__uint128_t'? ^typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:70:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ In file included from 9In file included from 73 ^: error: src/libavdevice/alldevices.c:src/libavdevice/utils.c :21:unknown type name '__uint16_t'; did you mean '__uint128_t'?199note: :'__int128_t' declared here : : typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ In file included from In file included from error: ^ src/libavdevice/internal.hnote: '__uint128_t' declared here:unknown type name '__uint32_t'src/libavformat/internal.h :typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ 2224: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:74:72typedef __darwin_intptr_t intptr_t;In file included from 71::9: error: unknown type name '__int32_t'9src/libavformat/avformat.h :: error: unknown type name '__int32_t'; did you mean '__int128_t'? 310typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^9: ^ In file included from typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/time.herror: :unknown type name '__int64_t'; did you mean '__int128_t'? 66: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? ^ typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ typedef __uint32_t __darwin_wctype_t; ^ note: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h'__int128_t' declared here note: : ^ '__int128_t' declared here 75:9: error: unknown type name '__uint32_t' note: typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ :73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? note: typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ '__int128_t' declared here note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ note: '__int128_t' declared here/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h In file included from src/libavdevice/lavfi.c:30: In file included from src/libavutil/bprint.h:33: In file included from src/libavutil/avstring.h:25: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:30:73:9:: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/types.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:75:9: error: :37error: unknown type name '__uint32_t'; did you mean '__uint128_t'?unknown type name '__uint32_t'; did you mean '__uint128_t'?:2: error: architecture not supported typedef __uint32_t __darwin_uid_t; /* [???] user IDs */#error architecture not supported ^ ^ typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:76:9: note: '__uint128_t' declared here error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'? In file included from src/libavdevice/lavfi.c:30: In file included from src/libavutil/bprint.h:33: In file included from src/libavutil/avstring.h:25: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ typedef __darwin_intptr_t intptr_t; ^ note: '__int128_t' declared here In file included from src/libavdevice/avdevice.c:19: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here In file included from src/libavdevice/alldevices.c:21: In file included from src/libavformat/internal.h:26: In file included from src/libavcodec/packet_internal.h:24: In file included from src/libavcodec/packet.h:30: In file included from src/libavutil/rational.h:33: In file included from /Users/giorgiogermano/Desktop/m1xxx/vcpkg/buildtrees/ffmpeg/src/n6.0-c7510d6860.clean/compat/float/limits.h:21: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/limits.h:21/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? : typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/limits.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/limits.h:11:2: error: architecture not supported note: '__uint128_t' declared here #error architecture not supported ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ note: '__uint128_t' declared here In file included from src/libavdevice/avdevice.c:19: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/avdevice.c:19: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/_mcontext.h:34:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavdevice/utils.c:19: In file included from src/libavdevice/internal.h:22: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/time.h:69: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_clock_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/types.h:37:2: error: architecture not supportedfatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from #error architecture not supported ^ src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note: '__uint128_t' declared here In file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported In file included from src/libavdevice/utils.c:19: In file included from src/libavdevice/internal.h:22: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/time.h:69: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_clock_t.h:31:9: error: unknown type name '__darwin_clock_t' #error architecture not supported ^ typedef __darwin_clock_t clock_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/libavdevice/version.c:23: In file included from src/libavutil/avassert.h:30: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/_mcontext.h:34:2: error: architecture not supported #error architecture not supported ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/libavdevice/lavfi.c:31: In file included from src/libavutil/channel_layout.h:26: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/cdefs.h:1010:2: error: Unsupported architecture #error Unsupported architecture ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:32: In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/cdefs.h:1010:2: error: Unsupported architecture #error architecture not supported ^ #error Unsupported architecture ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported In file included from #error architecture not supported ^ src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' typedef __int64_t __darwin_blkcnt_t; /* total blocks */ ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t' typedef __int64_t __darwin_blkcnt_t; /* total blocks */ typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_dev_t; /* dev_t */ ^ typedef __int32_t __darwin_blksize_t; /* preferred block size */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ :57:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_dev_t; /* dev_t */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'? /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t' typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ ^ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean 'uint64_t'? typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t' typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ ^ typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.htypedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ ^ :74:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ ^ 75:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/types.h:37:2: error: architecture not supported /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' #error architecture not supported ^ typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ ^ In file included from src/libavformat/3dostr.c:22: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' typedef __darwin_intptr_t intptr_t; In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h: ^ 52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/machine/types.h:37:2: error: architecture not supported #error architecture not supported ^ In file included from src/libavformat/4xm.c:30: In file included from src/libavutil/intreadwrite.h:22: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name '__darwin_intptr_t' typedef __darwin_intptr_t intptr_t; ^ In file included from src/libavformat/3dostr.c:23: In file included from src/libavformat/avformat.h:310: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/time.h:66: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/libavformat/4xm.c:32: In file included from src/libavcodec/internal.h:30: In file included from src/libavutil/channel_layout.h:26: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/stdlib.h:64: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t' typedef __uint32_t __darwin_wctype_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. 20 errors generated. 20 errors generated. make: *** [libavdevice/version.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [libavdevice/avdevice.o] Error 1 20 errors generated. make: *** [libavdevice/utils.o] Error 1 make: *** [libavdevice/alldevices.o] Error 1 20 errors generated. make: *** [libavdevice/lavfi.o] Error 1 20 errors generated. make: *** [libavformat/3dostr.o] Error 1 20 errors generated. make: *** [libavformat/4xm.o] Error 1 ```
**Additional context**
vcpkg.json ``` { "name": "mixxx", "version": "2.5.0", "description": "Mixxx is free cross platform DJ software", "homepage": "https://mixxx.org/", "license": "GPL-2.0-or-later", "supports": "!uwp", "default-features": [ "qt6" ], "features": { "qt5": { "description": "Build with Qt 5", "dependencies": [ "qt5-base", "qt5-declarative", "qt5-script", "qt5-svg", "qt5-translations", { "name": "qtkeychain", "platform": "!ios" } ] }, "qt6": { "description": "Build with Qt 6", "dependencies": [ "qt5compat", { "name": "qtbase", "default-features": false, "features": [ "brotli", "concurrent", "dbus", "default-features", "doubleconversion", "freetype", { "name": "gles3", "platform": "ios" }, "gui", "harfbuzz", "icu", "jpeg", "network", "opengl", { "name": "openssl", "platform": "!ios" }, "pcre2", "png", "sql", { "name": "sql-psql", "platform": "!ios" }, "sql-sqlite", "testlib", "thread", "widgets", "zstd" ] }, "qtdeclarative", "qtsvg", "qttranslations", { "name": "qtkeychain-qt6", "$comment": "libgcrypt seems to be unsupported on iOS", "platform": "!ios" } ] } }, "dependencies": [ "ableton-link", "benchmark", "chromaprint", "fdk-aac", "ffmpeg", "fftw3", { "name": "grantlee", "$comment": "On iOS: ld: Undefined symbols: _main, referenced from: user_main_trampoline() in libqios.a[arm64][6](qioseventdispatcher.mm.o)", "platform": "!ios" }, "gtest", { "name": "hidapi", "$comment": "Not supported on iOS due to its dependency on libusb", "platform": "!ios" }, { "name": "hss1394", "platform": "windows | osx" }, "libdjinterop", "libebur128", "libflac", { "name": "libid3tag", "platform": "windows" }, "libkeyfinder", { "name": "libmad", "platform": "!osx" }, "libmodplug", "libogg", "libopusenc", { "name": "libsndfile", "default-features": false }, { "name": "libusb", "$comment": "Does not support iOS official (there seem to be inofficial ports, however, which could be investigated)", "platform": "!ios" }, "libvorbis", "lilv", "mp3lame", "ms-gsl", "opus", "opusfile", { "name": "portaudio", "features": [ "asio" ] }, "portmidi", "protobuf", "pthreads", { "name": "rubberband", "$comment": "Skipped on iOS due to licensing issues (GPL) and build issues", "platform": "!ios" }, "soundtouch", "taglib", "wavpack" ] } ```