Wireshark-dev: [Wireshark-dev] Building Wireshark From Source MacOS
Hello everybody,
I am trying to build wireshark from source on my MacBook Pro with MacOs Ventura 13.2.1 because I want to capture BLE packets with the following dissector: https://github.com/furiousMAC/continuity/tree/master/dissector/3.4.4
For that, I downloaded wireshark-3.4.4 from this source: http://ftp.uni-kl.de/pub/wireshark/src/all-versions/
I followed the README.macos and installed the required libraries with the tools/macos-setup.sh script.
After that I ran cmake -G Ninja .. in my build directory. The output is attached. Then I ran ninja what resulted in multiple fatal errors (also attached).
Does anybody know what I am doing wrong? Or how I can troubleshoot this problem?
Thank you very much in advance!
Inga
{\rtf1\ansi\ansicpg1252\cocoartf2708 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 \f0\fs24 \cf0 -- Generating build using CMake 3.26.3\ -- LTO/LPO is not enabled\ -- CMake build type: RelWithDebInfo\ -- V: 3.4.4, MaV: 3, MiV: 4, PL: 4, EV: .\ -- Linker flags:\ -- Checking for one of the modules 'libpcap'\ -- Could NOT find Sparkle (missing: SPARKLE_INCLUDE_DIR SPARKLE_LIBRARY)\ -- Checking for one of the modules 'krb5;mit-krb5;heimdal-krb5'\ -- Could NOT find SBC (missing: SBC_LIBRARY SBC_INCLUDE_DIR)\ -- Could NOT find BCG729 (missing: BCG729_LIBRARY BCG729_INCLUDE_DIR)\ -- Could NOT find Asciidoctor (missing: ASCIIDOCTOR_EXECUTABLE) (Required is at least version "1.5")\ -- Building for Mac OS X/OS X/macOS 10.13 using SDK /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk\ -- Could NOT find Asciidoctor (missing: ASCIIDOCTOR_EXECUTABLE) (Required is at least version "1.5")\ -- SSE4.2 compiler flag: -msse4.2\ -- C-Flags: -fvisibility=hidden -Qunused-arguments -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wcomma -Wshorten-64-to-32 -Wframe-larger-than=32768 -Wc++-compat -Wunused-const-variable -Wshadow -Wold-style-definition -Wstrict-prototypes -Werror=implicit -Wno-pointer-sign -std=gnu99 -fmacro-prefix-map=/Users/inga/Downloads/wireshark-3.4.4/= -fmacro-prefix-map=/Users/inga/Downloads/wireshark-3.4.4/build/= -fmacro-prefix-map=../= -O2 -g -DNDEBUG\ -- CXX-Flags: -Qunused-arguments -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wcomma -Wshorten-64-to-32 -Wframe-larger-than=32768 -Wextra-semi -fmacro-prefix-map=/Users/inga/Downloads/wireshark-3.4.4/= -fmacro-prefix-map=/Users/inga/Downloads/wireshark-3.4.4/build/= -fmacro-prefix-map=../= -O2 -g -DNDEBUG\ -- Warnings as errors disabled\ -- The following OPTIONAL packages have been found:\ \ * Git\ * GMODULE2\ * Gettext\ * LIBSSH (required version >= 0.6), Library for implementing SSH clients, <https://www.libssh.org/>\ extcap remote SSH interfaces (sshdump, ciscodump)\ * PCAP\ * MaxMindDB, C library for the MaxMind DB file format, <https://github.com/maxmind/libmaxminddb>\ Support for GeoIP lookup\ * SMI\ * GNUTLS (required version >= 3.2.0)\ * KERBEROS\ * ZLIB\ * Minizip, C library for supporting zip/unzip functionality, <https://www.winimage.com/zLibDll/minizip.html>\ Support for profiles import/export\ * BROTLI\ * LZ4, LZ4 is lossless compression algorithm used in some protocol (CQL...), <http://www.lz4.org>\ LZ4 decompression in CQL and Kafka dissectors\ * SNAPPY, A fast compressor/decompressor from Google, <https://google.github.io/snappy/>\ Snappy decompression in CQL and Kafka dissectors\ * ZSTD (required version >= 1.0.0), A compressor/decompressor from Facebook providing better compression than Snappy at a cost of speed, <https://facebook.github.io/zstd/>\ Zstd decompression in Kafka dissector\ * NGHTTP2, HTTP/2 C library and tools, <https://nghttp2.org>\ Header decompression in HTTP2\ * LUA (required version >= 5.1)\ * SPANDSP, a library of many DSP functions for telephony, <https://www.soft-switch.org>\ Support for G.722 and G.726 codecs in RTP player\ * ILBC, iLBC decoder, <https://github.com/TimothyGu/libilbc>\ Support for iLBC codec in RTP player\ * OPUS, opus decoder, <https://opus-codec.org/>\ Support for opus codec in RTP player\ * LibXml2\ * DOXYGEN\ * SpeexDSP, SpeexDSP is a patent-free, Open Source/Free Software DSP library, <https://www.speex.org/>\ RTP audio resampling\ * XSLTPROC\ \ -- The following REQUIRED packages have been found:\ \ * GLIB2 (required version >= 2.32.0)\ * GTHREAD2\ * GCRYPT (required version >= 1.4.2)\ * CARES (required version >= 1.5.0), Library for asynchronous DNS requests, <https://c-ares.haxx.se/>\ DNS name resolution for captures\ * LEX\ * YACC\ * Perl\ * Python3 (required version >= 3.4)\ * M\ * Qt5Core\ * Qt5LinguistTools\ * Qt5Network (required version >= 5.15.8)\ * Qt5Gui (required version >= 5.15.8)\ * Qt5Multimedia\ * Qt5PrintSupport\ * Qt5Widgets\ * Qt5MacExtras\ * POD\ \ -- The following OPTIONAL packages have not been found:\ \ * Sparkle\ * SBC, Bluetooth low-complexity, subband codec (SBC) decoder, <https://git.kernel.org/pub/scm/bluetooth/sbc.git>\ Support for playing SBC codec in RTP player\ * BCG729, G.729 decoder, <https://www.linphone.org/technical-corner/bcg729/overview>\ Support for G.729 codec in RTP player\ * Asciidoctor (required version >= 1.5)\ \ -- Configuring done (2.3s)\ -- Generating done (0.8s)\ -- Build files have been written to: /Users/inga/Downloads/wireshark-3.4.4/build}
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by XZ Utils configure 5.2.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = BloodMoon.fritz.box uname -m = x86_64 uname -r = 22.3.0 uname -s = Darwin uname -v = Darwin Kernel Version 22.3.0: Mon Jan 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 22.3.0: Mon Jan 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 Primary memory available: 8.00 gigabytes Default processor set: 534 tasks, 2215 threads, 4 processors Load average: 3.97, Mach factor: 1.19 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/inga/miniconda3/bin PATH: /Users/inga/miniconda3/condabin PATH: /Users/inga/Documents/Programmieren/flutter/bin PATH: /Users/inga/Library/Python/3.7/bin PATH: /usr/local/opt/gnu-sed/libexec/gnubin PATH: /opt/local/bin PATH: /usr/local/opt/coreutils/libexec/gnubin PATH: /usr/local/bin PATH: /System/Cryptexes/App/usr/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /Library/TeX/texbin PATH: /usr/local/share/dotnet PATH: /opt/X11/bin PATH: ~/.dotnet/tools PATH: /Library/Apple/usr/bin PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands PATH: /usr/local/Cellar/openvpn/2.5.5/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2983: checking build system type configure:2997: result: x86_64-apple-darwin22.3.0 configure:3017: checking host system type configure:3030: result: x86_64-apple-darwin22.3.0 configure:3090: checking if debugging code should be compiled configure:3106: result: no configure:3146: checking which encoders to build configure:3237: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc configure:3241: checking which decoders to build configure:3332: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc configure:3671: checking which match finders to build configure:3722: result: hc3 hc4 bt2 bt3 bt4 configure:3740: checking which integrity checks to build configure:3782: result: crc32 crc64 sha256 configure:3814: checking if external SHA-256 should be used configure:3830: result: no configure:3839: checking if assembler optimizations should be used configure:3863: result: no configure:3894: checking if small size is preferred over speed configure:3912: result: no configure:3928: checking if threading support is wanted configure:3954: result: yes, posix configure:3987: checking how much RAM to assume if the real amount is unknown configure:4002: result: 128 MiB configure:4135: checking if library symbol versioning should be used configure:4158: result: no configure:4174: checking if sandboxing should be used configure:4185: result: maybe (autodetect) configure:4242: checking for a shell that conforms to POSIX configure:4283: result: /bin/sh configure:4324: checking for a BSD-compatible install configure:4392: result: /usr/local/opt/coreutils/libexec/gnubin/install -c configure:4403: checking whether build environment is sane configure:4458: result: yes configure:4609: checking for a thread-safe mkdir -p configure:4648: result: /usr/local/opt/coreutils/libexec/gnubin/mkdir -p configure:4655: checking for gawk configure:4685: result: no configure:4655: checking for mawk configure:4685: result: no configure:4655: checking for nawk configure:4685: result: no configure:4655: checking for awk configure:4671: found /usr/bin/awk configure:4682: result: awk configure:4693: checking whether make sets $(MAKE) configure:4715: result: yes configure:4744: checking whether make supports nested variables configure:4761: result: yes configure:4887: checking whether ln -s works configure:4891: result: yes configure:4903: checking whether make supports the include directive configure:4918: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4921: $? = 0 configure:4940: result: yes (GNU style) configure:5010: checking for gcc configure:5026: found /usr/bin/gcc configure:5037: result: gcc configure:5266: checking for C compiler version configure:5275: gcc --version >&5 Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: x86_64-apple-darwin22.3.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:5286: $? = 0 configure:5275: gcc -v >&5 Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: x86_64-apple-darwin22.3.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:5286: $? = 0 configure:5275: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:5286: $? = 1 configure:5275: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:5286: $? = 1 configure:5306: checking whether the C compiler works configure:5328: gcc -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:5332: $? = 0 configure:5380: result: yes configure:5383: checking for C compiler default output file name configure:5385: result: a.out configure:5391: checking for suffix of executables configure:5398: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:5402: $? = 0 configure:5424: result: configure:5446: checking whether we are cross compiling configure:5454: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:5458: $? = 0 configure:5465: ./conftest configure:5469: $? = 0 configure:5484: result: no configure:5489: checking for suffix of object files configure:5511: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:5515: $? = 0 configure:5536: result: o configure:5540: checking whether we are using the GNU C compiler configure:5559: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:5559: $? = 0 configure:5568: result: yes configure:5577: checking whether gcc accepts -g configure:5597: gcc -c -g conftest.c >&5 configure:5597: $? = 0 configure:5638: result: yes configure:5655: checking for gcc option to accept ISO C89 configure:5718: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 conftest.c:47:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *e (p, i) ^ 1 warning generated. configure:5718: $? = 0 configure:5731: result: none needed configure:5756: checking whether gcc understands -c and -o together configure:5778: gcc -c conftest.c -o conftest2.o configure:5781: $? = 0 configure:5778: gcc -c conftest.c -o conftest2.o configure:5781: $? = 0 configure:5793: result: yes configure:5812: checking dependency style of gcc configure:5923: result: gcc3 configure:5938: checking for gcc option to accept ISO C99 configure:6087: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6087: $? = 0 configure:6100: result: none needed configure:6129: checking dependency style of gcc configure:6238: result: gcc3 configure:6259: checking how to run the C preprocessor configure:6290: gcc -E conftest.c configure:6290: $? = 0 configure:6304: gcc -E conftest.c conftest.c:41:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:6304: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6329: result: gcc -E configure:6349: gcc -E conftest.c configure:6349: $? = 0 configure:6363: gcc -E conftest.c conftest.c:41:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:6363: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6392: checking for grep that handles long lines and -e configure:6450: result: /usr/bin/grep configure:6455: checking for egrep configure:6517: result: /usr/bin/grep -E configure:6522: checking for ANSI C header files configure:6542: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6542: $? = 0 configure:6615: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6615: $? = 0 configure:6615: ./conftest configure:6615: $? = 0 configure:6626: result: yes configure:6639: checking for sys/types.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for sys/stat.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for stdlib.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for string.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for memory.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for strings.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for inttypes.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for stdint.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6639: checking for unistd.h configure:6639: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6639: $? = 0 configure:6639: result: yes configure:6652: checking minix/config.h usability configure:6652: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 conftest.c:84:10: fatal error: 'minix/config.h' file not found #include <minix/config.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:6652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <minix/config.h> configure:6652: result: no configure:6652: checking minix/config.h presence configure:6652: gcc -E conftest.c conftest.c:51:10: fatal error: 'minix/config.h' file not found #include <minix/config.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:6652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <minix/config.h> configure:6652: result: no configure:6652: checking for minix/config.h configure:6652: result: no configure:6673: checking whether it is safe to define __EXTENSIONS__ configure:6691: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:6691: $? = 0 configure:6698: result: yes configure:6717: checking for a sed that does not truncate output configure:6781: result: /usr/local/opt/gnu-sed/libexec/gnubin/sed configure:6942: checking whether gcc is Clang configure:6967: result: yes configure:7029: checking whether pthreads work with "-pthread" and "-lpthread" configure:7134: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:7134: $? = 0 configure:7143: result: yes configure:7191: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread configure:7216: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:7216: $? = 0 configure:7222: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.o >&5) ==== configure:7222: $? = 0 configure:7240: result: no configure:7260: checking for joinable pthread attribute configure:7278: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:7278: $? = 0 configure:7286: result: PTHREAD_CREATE_JOINABLE configure:7300: checking whether more special flags are required for pthreads configure:7313: result: no configure:7321: checking for PTHREAD_PRIO_INHERIT configure:7338: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:7338: $? = 0 configure:7347: result: yes configure:7463: checking for library containing clock_gettime configure:7494: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:7494: $? = 0 configure:7511: result: none required configure:7522: checking for clock_gettime configure:7522: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:7522: $? = 0 configure:7522: result: yes configure:7522: checking for pthread_condattr_setclock configure:7522: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 Undefined symbols for architecture x86_64: "_pthread_condattr_setclock", referenced from: _main in conftest-1ab4e2.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7522: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_condattr_setclock (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef pthread_condattr_setclock | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_condattr_setclock (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock | choke me | #endif | | int | main () | { | return pthread_condattr_setclock (); | ; | return 0; | } configure:7522: result: no configure:7531: checking whether CLOCK_MONOTONIC is declared configure:7531: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -pthread conftest.c >&5 configure:7531: $? = 0 configure:7531: result: yes configure:7614: checking how to print strings configure:7641: result: printf configure:7662: checking for a sed that does not truncate output configure:7726: result: /usr/local/opt/gnu-sed/libexec/gnubin/sed configure:7744: checking for fgrep configure:7806: result: /usr/bin/grep -F configure:7841: checking for ld used by gcc configure:7908: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:7915: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:7930: result: no configure:7942: checking for BSD- or MS-compatible name lister (nm) configure:7996: result: /usr/bin/nm -B configure:8126: checking the name lister (/usr/bin/nm -B) interface configure:8133: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:8136: /usr/bin/nm -B "conftest.o" configure:8139: output 0000000000000274 S _some_variable configure:8146: result: BSD nm configure:8150: checking the maximum length of command line arguments configure:8281: result: 786432 configure:8329: checking how to convert x86_64-apple-darwin22.3.0 file names to x86_64-apple-darwin22.3.0 format configure:8369: result: func_convert_file_noop configure:8376: checking how to convert x86_64-apple-darwin22.3.0 file names to toolchain format configure:8396: result: func_convert_file_noop configure:8403: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files configure:8410: result: -r configure:8484: checking for objdump configure:8500: found /usr/bin/objdump configure:8511: result: objdump configure:8540: checking how to recognize dependent libraries configure:8740: result: pass_all configure:8825: checking for dlltool configure:8855: result: no configure:8882: checking how to associate runtime and link libraries configure:8909: result: printf %s\n configure:8969: checking for ar configure:8985: found /usr/bin/ar configure:8996: result: ar configure:9049: checking for archiver @FILE support configure:9066: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:9066: $? = 0 configure:9069: ar cr libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:9072: $? = 1 configure:9092: result: no configure:9150: checking for strip configure:9166: found /usr/bin/strip configure:9177: result: strip configure:9249: checking for ranlib configure:9265: found /usr/bin/ranlib configure:9276: result: ranlib configure:9378: checking command to parse /usr/bin/nm -B output from gcc object configure:9531: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:9534: $? = 0 configure:9538: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9541: $? = 0 cannot find nm_test_var in conftest.nm configure:9531: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:9534: $? = 0 configure:9538: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9541: $? = 0 configure:9607: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c conftstm.o >&5 warning: (x86_64) could not find object file symbol for symbol _main configure:9610: $? = 0 configure:9648: result: ok configure:9695: checking for sysroot configure:9725: result: no configure:9732: checking for a working dd configure:9770: result: /usr/local/opt/coreutils/libexec/gnubin/dd configure:9774: checking how to truncate binary pipes configure:9789: result: /usr/local/opt/coreutils/libexec/gnubin/dd bs=4096 count=1 configure:10118: checking for mt configure:10148: result: no configure:10168: checking if : is a manifest tool configure:10174: : '-?' configure:10182: result: no configure:10238: checking for dsymutil configure:10254: found /usr/bin/dsymutil configure:10265: result: dsymutil configure:10330: checking for nmedit configure:10346: found /usr/bin/nmedit configure:10357: result: nmedit configure:10422: checking for lipo configure:10438: found /usr/bin/lipo configure:10449: result: lipo configure:10514: checking for otool configure:10530: found /usr/bin/otool configure:10541: result: otool configure:10606: checking for otool64 configure:10636: result: no configure:10681: checking for -single_module linker flag gcc -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:10714: result: yes configure:10717: checking for -exported_symbols_list linker flag configure:10737: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wl,-exported_symbols_list,conftest.sym conftest.c -lpthread >&5 configure:10737: $? = 0 configure:10747: result: yes configure:10750: checking for -force_load linker flag gcc -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -c -o conftest.o conftest.c ar cr libconftest.a conftest.o ranlib libconftest.a gcc -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -o conftest conftest.c -Wl,-force_load,./libconftest.a configure:10782: result: yes configure:10856: checking for dlfcn.h configure:10856: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:10856: $? = 0 configure:10856: result: yes configure:11410: checking for objdir configure:11425: result: .libs configure:11689: checking if gcc supports -fno-rtti -fno-exceptions configure:11707: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -fno-rtti -fno-exceptions conftest.c >&5 configure:11711: $? = 0 configure:11724: result: yes configure:12082: checking for gcc option to produce PIC configure:12089: result: -fno-common -DPIC configure:12097: checking if gcc PIC flag -fno-common -DPIC works configure:12115: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -fno-common -DPIC -DPIC conftest.c >&5 configure:12119: $? = 0 configure:12132: result: yes configure:12161: checking if gcc static flag -static works configure:12189: result: no configure:12204: checking if gcc supports -c -o file.o configure:12225: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -o out/conftest2.o conftest.c >&5 configure:12229: $? = 0 configure:12251: result: yes configure:12259: checking if gcc supports -c -o file.o configure:12306: result: yes configure:12339: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:13600: result: yes configure:13840: checking dynamic linker characteristics configure:14658: result: darwin22.3.0 dyld configure:14780: checking how to hardcode library paths into programs configure:14805: result: immediate configure:15353: checking whether stripping libraries is possible configure:15370: result: yes configure:15404: checking if libtool supports shared libraries configure:15406: result: yes configure:15409: checking whether to build shared libraries configure:15434: result: yes configure:15437: checking whether to build static libraries configure:15441: result: yes configure:15521: checking for windres configure:15551: result: no configure:15672: checking whether NLS is requested configure:15681: result: yes configure:15721: checking for msgfmt configure: trying /Users/inga/miniconda3/bin/msgfmt... 0 translated messages. configure:15753: result: /Users/inga/miniconda3/bin/msgfmt configure:15762: checking for gmsgfmt configure:15793: result: /Users/inga/miniconda3/bin/msgfmt configure:15838: checking for xgettext configure: trying /Users/inga/miniconda3/bin/xgettext... /Users/inga/miniconda3/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:15870: result: /Users/inga/miniconda3/bin/xgettext configure:15915: checking for msgmerge configure: trying /Users/inga/miniconda3/bin/msgmerge... configure:15946: result: /Users/inga/miniconda3/bin/msgmerge configure:16010: checking for ld configure:16138: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:16145: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:16160: result: no configure:16167: checking for shared library run path origin configure:16180: result: done configure:16201: checking 32-bit host C ABI configure:16239: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c >&5 configure:16239: $? = 0 configure:16426: result: no configure:16463: checking for the common suffixes of directories in the library search path configure:16514: result: lib,lib configure:17007: checking for CFPreferencesCopyAppValue configure:17025: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:66:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] CFPreferencesCopyAppValue(NULL, NULL) ~~~~ ^ conftest.c:66:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] CFPreferencesCopyAppValue(NULL, NULL) ~~~~^ 2 warnings generated. configure:17025: $? = 0 configure:17034: result: yes configure:17041: checking for CFLocaleCopyCurrent configure:17059: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread -Wl,-framework -Wl,CoreFoundation >&5 configure:17059: $? = 0 configure:17068: result: yes configure:17075: checking for CFLocaleCopyPreferredLanguages configure:17093: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread -Wl,-framework -Wl,CoreFoundation >&5 configure:17093: $? = 0 configure:17102: result: yes configure:17153: checking for GNU gettext in libc configure:17182: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 Undefined symbols for architecture x86_64: "_libintl_bindtextdomain", referenced from: _main in conftest-607f65.o "_libintl_gettext", referenced from: _main in conftest-607f65.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:17182: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | /* end confdefs.h. */ | | #include <libintl.h> | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) | #else | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 | #endif | | | int | main () | { | | bindtextdomain ("", ""); | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION | | ; | return 0; | } configure:17191: result: no configure:17225: checking for iconv configure:17249: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 Undefined symbols for architecture x86_64: "_iconv", referenced from: _main in conftest-31d5db.o "_iconv_close", referenced from: _main in conftest-31d5db.o "_iconv_open", referenced from: _main in conftest-31d5db.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:17249: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | /* end confdefs.h. */ | | #include <stdlib.h> | #include <iconv.h> | | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:17273: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread -liconv >&5 configure:17273: $? = 0 configure:17283: result: yes configure:17286: checking for working iconv configure:17427: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread -liconv >&5 configure:17427: $? = 0 configure:17427: ./conftest configure:17427: $? = 0 configure:17439: result: yes configure:17454: checking how to link with libiconv configure:17456: result: -liconv configure:17926: checking for GNU gettext in libintl configure:17963: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread -L/usr/local/lib -lintl >&5 configure:17963: $? = 0 configure:18013: result: yes configure:18048: checking whether to use NLS configure:18050: result: yes configure:18053: checking where the gettext function comes from configure:18064: result: external libintl configure:18072: checking how to link with libintl configure:18074: result: -L/usr/local/lib -lintl -Wl,-framework -Wl,CoreFoundation configure:18135: checking fcntl.h usability configure:18135: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18135: $? = 0 configure:18135: result: yes configure:18135: checking fcntl.h presence configure:18135: gcc -E -I/usr/local/include conftest.c configure:18135: $? = 0 configure:18135: result: yes configure:18135: checking for fcntl.h configure:18135: result: yes configure:18135: checking limits.h usability configure:18135: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18135: $? = 0 configure:18135: result: yes configure:18135: checking limits.h presence configure:18135: gcc -E -I/usr/local/include conftest.c configure:18135: $? = 0 configure:18135: result: yes configure:18135: checking for limits.h configure:18135: result: yes configure:18135: checking sys/time.h usability configure:18135: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18135: $? = 0 configure:18135: result: yes configure:18135: checking sys/time.h presence configure:18135: gcc -E -I/usr/local/include conftest.c configure:18135: $? = 0 configure:18135: result: yes configure:18135: checking for sys/time.h configure:18135: result: yes configure:18151: checking immintrin.h usability configure:18151: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18151: $? = 0 configure:18151: result: yes configure:18151: checking immintrin.h presence configure:18151: gcc -E -I/usr/local/include conftest.c configure:18151: $? = 0 configure:18151: result: yes configure:18151: checking for immintrin.h configure:18151: result: yes configure:18168: checking for stdbool.h that conforms to C99 configure:18235: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:122:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion] bool e = &s; ~ ^ conftest.c:127:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.c:127:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.c:127:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.c:126:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ conftest.c:126:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ~^ 12 warnings generated. configure:18235: $? = 0 configure:18242: result: yes configure:18244: checking for _Bool configure:18244: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18244: $? = 0 configure:18244: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:109:20: error: expected expression if (sizeof ((_Bool))) ^ 1 error generated. configure:18244: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:18244: result: yes configure:18262: checking for uint8_t configure:18262: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18262: $? = 0 configure:18262: result: yes configure:18276: checking for uint16_t configure:18276: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18276: $? = 0 configure:18276: result: yes configure:18288: checking for int32_t configure:18288: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18288: $? = 0 configure:18288: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:113:53: warning: overflow in expression; result is -2147483648 with type 'int' [-Winteger-overflow] < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:112:24: error: 'test_array' declared as an array with a negative size static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. configure:18288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | enum { N = 32 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18288: result: yes configure:18299: checking for uint32_t configure:18299: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18299: $? = 0 configure:18299: result: yes configure:18313: checking for int64_t configure:18313: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18313: $? = 0 configure:18313: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:113:53: warning: overflow in expression; result is -9223372036854775808 with type 'long long' [-Winteger-overflow] < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:112:24: error: 'test_array' declared as an array with a negative size static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. configure:18313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | enum { N = 64 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18313: result: yes configure:18324: checking for uint64_t configure:18324: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18324: $? = 0 configure:18324: result: yes configure:18339: checking for uintptr_t configure:18339: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18339: $? = 0 configure:18339: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:111:24: error: expected expression if (sizeof ((uintptr_t))) ^ 1 error generated. configure:18339: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((uintptr_t))) | return 0; | ; | return 0; | } configure:18339: result: yes configure:18380: checking size of size_t configure:18385: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:18385: $? = 0 configure:18385: ./conftest configure:18385: $? = 0 configure:18399: result: 8 configure:18413: checking for struct stat.st_atim.tv_nsec configure:18413: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:114:13: error: no member named 'st_atim' in 'struct stat' if (ac_aggr.st_atim.tv_nsec) ~~~~~~~ ^ 1 error generated. configure:18413: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atim.tv_nsec) | return 0; | ; | return 0; | } configure:18413: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:114:20: error: no member named 'st_atim' in 'struct stat' if (sizeof ac_aggr.st_atim.tv_nsec) ~~~~~~~ ^ 1 error generated. configure:18413: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atim.tv_nsec) | return 0; | ; | return 0; | } configure:18413: result: no configure:18422: checking for struct stat.st_atimespec.tv_nsec configure:18422: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18422: $? = 0 configure:18422: result: yes configure:18431: checking for struct stat.st_atimensec configure:18431: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:115:13: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'? if (ac_aggr.st_atimensec) ^~~~~~~~~~~~ st_atimespec /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here struct stat __DARWIN_STRUCT_STAT64; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' __DARWIN_STRUCT_STAT64_TIMES \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' struct timespec st_atimespec; /* time of last access */ \ ^ 1 error generated. configure:18431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atimensec) | return 0; | ; | return 0; | } configure:18431: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:115:20: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'? if (sizeof ac_aggr.st_atimensec) ^~~~~~~~~~~~ st_atimespec /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here struct stat __DARWIN_STRUCT_STAT64; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' __DARWIN_STRUCT_STAT64_TIMES \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' struct timespec st_atimespec; /* time of last access */ \ ^ 1 error generated. configure:18431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atimensec) | return 0; | ; | return 0; | } configure:18431: result: no configure:18440: checking for struct stat.st_uatime configure:18440: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:115:13: error: no member named 'st_uatime' in 'struct stat' if (ac_aggr.st_uatime) ~~~~~~~ ^ 1 error generated. configure:18440: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_uatime) | return 0; | ; | return 0; | } configure:18440: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:115:20: error: no member named 'st_uatime' in 'struct stat' if (sizeof ac_aggr.st_uatime) ~~~~~~~ ^ 1 error generated. configure:18440: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_uatime) | return 0; | ; | return 0; | } configure:18440: result: no configure:18449: checking for struct stat.st_atim.st__tim.tv_nsec configure:18449: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:115:13: error: no member named 'st_atim' in 'struct stat' if (ac_aggr.st_atim.st__tim.tv_nsec) ~~~~~~~ ^ 1 error generated. configure:18449: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atim.st__tim.tv_nsec) | return 0; | ; | return 0; | } configure:18449: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:115:20: error: no member named 'st_atim' in 'struct stat' if (sizeof ac_aggr.st_atim.st__tim.tv_nsec) ~~~~~~~ ^ 1 error generated. configure:18449: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atim.st__tim.tv_nsec) | return 0; | ; | return 0; | } configure:18449: result: no configure:18467: checking for special C compiler options needed for large files configure:18512: result: no configure:18518: checking for _FILE_OFFSET_BITS value needed for large files configure:18543: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18543: $? = 0 configure:18575: result: no configure:18660: checking whether byte ordering is bigendian configure:18675: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18675: $? = 0 configure:18720: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18720: $? = 0 configure:18738: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:85:4: error: use of undeclared identifier 'not' not big endian ^ 1 error generated. configure:18738: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:18866: result: no configure:18895: checking getopt.h usability configure:18895: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18895: $? = 0 configure:18895: result: yes configure:18895: checking getopt.h presence configure:18895: gcc -E -I/usr/local/include conftest.c configure:18895: $? = 0 configure:18895: result: yes configure:18895: checking for getopt.h configure:18895: result: yes configure:18912: checking for getopt_long configure:18912: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:18912: $? = 0 configure:18912: result: yes configure:18926: checking whether optreset is declared configure:18926: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:18926: $? = 0 configure:18926: result: yes configure:18968: checking for futimens configure:18968: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:18968: $? = 0 configure:18968: result: yes configure:18981: checking for posix_fadvise configure:18981: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 Undefined symbols for architecture x86_64: "_posix_fadvise", referenced from: _main in conftest-63ced3.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:18981: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | /* end confdefs.h. */ | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define posix_fadvise innocuous_posix_fadvise | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char posix_fadvise (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef posix_fadvise | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char posix_fadvise (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_posix_fadvise || defined __stub___posix_fadvise | choke me | #endif | | int | main () | { | return posix_fadvise (); | ; | return 0; | } configure:18981: result: no configure:18998: checking whether program_invocation_name is declared configure:18998: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:91:10: error: use of undeclared identifier 'program_invocation_name' (void) program_invocation_name; ^ 1 error generated. configure:18998: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | /* end confdefs.h. */ | #include <errno.h> | | int | main () | { | #ifndef program_invocation_name | #ifdef __cplusplus | (void) program_invocation_name; | #else | (void) program_invocation_name; | #endif | #endif | | ; | return 0; | } configure:18998: result: no configure:19015: checking if __builtin_bswap16/32/64 are supported configure:19030: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 conftest.c:87:1: warning: ignoring return value of function declared with const attribute [-Wunused-value] __builtin_bswap16(1); ^~~~~~~~~~~~~~~~~ ~ conftest.c:88:4: warning: ignoring return value of function declared with const attribute [-Wunused-value] __builtin_bswap32(1); ^~~~~~~~~~~~~~~~~ ~ conftest.c:89:4: warning: ignoring return value of function declared with const attribute [-Wunused-value] __builtin_bswap64(1); ^~~~~~~~~~~~~~~~~ ~ 3 warnings generated. configure:19030: $? = 0 configure:19035: result: yes configure:19156: checking if unaligned memory access should be used configure:19181: result: yes configure:19188: checking if unsafe type punning should be used configure:19204: result: no configure:19208: checking if __builtin_assume_aligned is supported configure:19221: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 conftest.c:89:1: warning: ignoring return value of function declared with const attribute [-Wunused-value] __builtin_assume_aligned("", 1); ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ 1 warning generated. configure:19221: $? = 0 configure:19226: result: yes configure:19244: checking sys/param.h usability configure:19244: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:19244: $? = 0 configure:19244: result: yes configure:19244: checking sys/param.h presence configure:19244: gcc -E -I/usr/local/include conftest.c configure:19244: $? = 0 configure:19244: result: yes configure:19244: checking for sys/param.h configure:19244: result: yes configure:19255: checking how to detect the amount of physical memory configure:19279: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:91:1: error: unknown type name 'compile' compile error ^ conftest.c:91:14: error: expected ';' after top level declarator compile error ^ ; 2 errors generated. configure:19279: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #if defined(_WIN32) || defined(__CYGWIN__) || defined(__OS2__) || defined(__DJGPP__) || defined(__VMS) || defined(AMIGA) || defined(__AROS__) || defined(__QNX__) | int main(void) { return 0; } | #else | compile error | #endif | configure:19300: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:88:10: fatal error: 'sys/systemcfg.h' file not found #include <sys/systemcfg.h> ^~~~~~~~~~~~~~~~~ 1 error generated. configure:19300: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #include <sys/systemcfg.h> | | int | main(void) | { | (void)_system_configuration.physmem; | return 0; | } | configure:19319: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:19319: $? = 0 configure:19459: result: sysconf configure:19506: checking for sys/param.h configure:19506: result: yes configure:19517: checking how to detect the number of available CPU cores configure:19539: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:93:1: error: unknown type name 'compile' compile error ^ conftest.c:93:14: error: expected ';' after top level declarator compile error ^ ; 2 errors generated. configure:19539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #if defined(_WIN32) || defined(__CYGWIN__) | int main(void) { return 0; } | #else | compile error | #endif | configure:19562: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 conftest.c:94:2: error: use of undeclared identifier 'cpu_set_t' cpu_set_t cpu_mask; ^ conftest.c:95:2: error: call to undeclared function 'sched_getaffinity'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sched_getaffinity(0, sizeof(cpu_mask), &cpu_mask); ^ conftest.c:95:30: error: use of undeclared identifier 'cpu_mask' sched_getaffinity(0, sizeof(cpu_mask), &cpu_mask); ^ conftest.c:95:42: error: use of undeclared identifier 'cpu_mask' sched_getaffinity(0, sizeof(cpu_mask), &cpu_mask); ^ conftest.c:96:9: error: call to undeclared function 'CPU_COUNT'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return CPU_COUNT(&cpu_mask); ^ conftest.c:96:20: error: use of undeclared identifier 'cpu_mask' return CPU_COUNT(&cpu_mask); ^ 6 errors generated. configure:19562: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #include <sched.h> | int | main(void) | { | cpu_set_t cpu_mask; | sched_getaffinity(0, sizeof(cpu_mask), &cpu_mask); | return CPU_COUNT(&cpu_mask); | } | configure:19590: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:91:10: fatal error: 'sys/cpuset.h' file not found #include <sys/cpuset.h> ^~~~~~~~~~~~~~ 1 error generated. configure:19590: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #include <sys/param.h> | #include <sys/cpuset.h> | | int | main(void) | { | cpuset_t set; | cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1, | sizeof(set), &set); | return 0; | } | configure:19624: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:19624: $? = 0 configure:19690: result: sysctl configure:19724: checking whether mbrtowc and mbstate_t are properly declared configure:19744: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:19744: $? = 0 configure:19752: result: yes configure:19762: checking for wcwidth configure:19762: gcc -o conftest -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk conftest.c -lpthread >&5 configure:19762: $? = 0 configure:19762: result: yes configure:20014: checking whether _mm_movemask_epi8 is declared configure:20014: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 configure:20014: $? = 0 configure:20014: result: yes configure:20034: checking sys/capsicum.h usability configure:20034: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:126:10: fatal error: 'sys/capsicum.h' file not found #include <sys/capsicum.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:20034: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE__MM_MOVEMASK_EPI8 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/capsicum.h> configure:20034: result: no configure:20034: checking sys/capsicum.h presence configure:20034: gcc -E -I/usr/local/include conftest.c conftest.c:93:10: fatal error: 'sys/capsicum.h' file not found #include <sys/capsicum.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:20034: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE__MM_MOVEMASK_EPI8 1 | /* end confdefs.h. */ | #include <sys/capsicum.h> configure:20034: result: no configure:20034: checking for sys/capsicum.h configure:20034: result: no configure:20049: checking whether cap_rights_limit is declared configure:20049: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I/usr/local/include conftest.c >&5 conftest.c:93:10: fatal error: 'sys/capability.h' file not found #include <sys/capability.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:20049: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE__MM_MOVEMASK_EPI8 1 | /* end confdefs.h. */ | #include <sys/capability.h> | | int | main () | { | #ifndef cap_rights_limit | #ifdef __cplusplus | (void) cap_rights_limit; | #else | (void) cap_rights_limit; | #endif | #endif | | ; | return 0; | } configure:20049: result: no configure:20179: checking whether the -Werror option is usable configure:20197: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Werror -I/usr/local/include conftest.c >&5 configure:20197: $? = 0 configure:20206: result: yes configure:20208: checking for simple visibility declarations configure:20234: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -fvisibility=hidden -Werror -I/usr/local/include conftest.c >&5 configure:20234: $? = 0 configure:20243: result: yes configure:20298: checking if gcc accepts -Wall configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wall -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wextra configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wextra -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wvla configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wvla -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wformat=2 configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wformat=2 -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Winit-self configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Winit-self -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wmissing-include-dirs configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wmissing-include-dirs -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wstrict-aliasing configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wstrict-aliasing -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wfloat-equal configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wfloat-equal -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wundef configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wundef -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wshadow configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wshadow -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wpointer-arith configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wpointer-arith -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wbad-function-cast configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wbad-function-cast -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wwrite-strings configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wwrite-strings -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wlogical-op configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wlogical-op -Werror -I/usr/local/include conftest.c >&5 error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option] configure:20306: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "XZ Utils" | #define PACKAGE_TARNAME "xz" | #define PACKAGE_VERSION "5.2.5" | #define PACKAGE_STRING "XZ Utils 5.2.5" | #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" | #define PACKAGE_URL "https://tukaani.org/xz/" | #define NDEBUG 1 | #define HAVE_ENCODER_LZMA1 1 | #define HAVE_ENCODER_LZMA2 1 | #define HAVE_ENCODER_DELTA 1 | #define HAVE_ENCODER_X86 1 | #define HAVE_ENCODER_POWERPC 1 | #define HAVE_ENCODER_IA64 1 | #define HAVE_ENCODER_ARM 1 | #define HAVE_ENCODER_ARMTHUMB 1 | #define HAVE_ENCODER_SPARC 1 | #define HAVE_ENCODERS 1 | #define HAVE_DECODER_LZMA1 1 | #define HAVE_DECODER_LZMA2 1 | #define HAVE_DECODER_DELTA 1 | #define HAVE_DECODER_X86 1 | #define HAVE_DECODER_POWERPC 1 | #define HAVE_DECODER_IA64 1 | #define HAVE_DECODER_ARM 1 | #define HAVE_DECODER_ARMTHUMB 1 | #define HAVE_DECODER_SPARC 1 | #define HAVE_DECODERS 1 | #define HAVE_MF_HC3 1 | #define HAVE_MF_HC4 1 | #define HAVE_MF_BT2 1 | #define HAVE_MF_BT3 1 | #define HAVE_MF_BT4 1 | #define HAVE_CHECK_CRC32 1 | #define HAVE_CHECK_CRC64 1 | #define HAVE_CHECK_SHA256 1 | #define ASSUME_RAM 128 | #define PACKAGE "xz" | #define VERSION "5.2.5" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define MYTHREAD_POSIX 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DECL_CLOCK_MONOTONIC 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_SIZE_T 8 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_OPTRESET 1 | #define HAVE_FUTIMENS 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE___BUILTIN_BSWAPXX 1 | #define TUKLIB_FAST_UNALIGNED_ACCESS 1 | #define HAVE___BUILTIN_ASSUME_ALIGNED 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_PHYSMEM_SYSCONF 1 | #define HAVE_SYS_PARAM_H 1 | #define TUKLIB_CPUCORES_SYSCTL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCWIDTH 1 | #define HAVE__MM_MOVEMASK_EPI8 1 | #define HAVE_VISIBILITY 1 | /* end confdefs.h. */ | void foo(void); void foo(void) { } configure:20314: result: no configure:20298: checking if gcc accepts -Waggregate-return configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Waggregate-return -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wstrict-prototypes configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wstrict-prototypes -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wold-style-definition configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wold-style-definition -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wmissing-prototypes configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wmissing-prototypes -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wmissing-declarations configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wmissing-declarations -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wmissing-noreturn configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wmissing-noreturn -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20298: checking if gcc accepts -Wredundant-decls configure:20306: gcc -c -g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -Wredundant-decls -Werror -I/usr/local/include conftest.c >&5 configure:20306: $? = 0 configure:20309: result: yes configure:20679: checking that generated files are newer than configure configure:20685: result: done configure:20729: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by XZ Utils config.status 5.2.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on BloodMoon.fritz.box config.status:1371: creating Doxyfile config.status:1371: creating Makefile config.status:1371: creating po/Makefile.in config.status:1371: creating lib/Makefile config.status:1371: creating src/Makefile config.status:1371: creating src/liblzma/Makefile config.status:1371: creating src/liblzma/api/Makefile config.status:1371: creating src/xz/Makefile config.status:1371: creating src/xzdec/Makefile config.status:1371: creating src/lzmainfo/Makefile config.status:1371: creating src/scripts/Makefile config.status:1371: creating tests/Makefile config.status:1371: creating debug/Makefile config.status:1371: creating src/scripts/xzdiff config.status:1371: creating src/scripts/xzgrep config.status:1371: creating src/scripts/xzmore config.status:1371: creating src/scripts/xzless config.status:1371: creating config.h config.status:1600: executing depfiles commands config.status:1677: cd lib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1677: cd src/liblzma && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1677: cd src/xz && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1677: cd src/xzdec && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1677: cd src/lzmainfo && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1677: cd tests && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1677: cd debug && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1682: $? = 0 config.status:1600: executing libtool commands config.status:1600: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-apple-darwin22.3.0 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_clock_gettime=yes ac_cv_func_futimens=yes ac_cv_func_getopt_long=yes ac_cv_func_mbrtowc=yes ac_cv_func_posix_fadvise=no ac_cv_func_pthread_condattr_setclock=no ac_cv_func_wcwidth=yes ac_cv_have_decl_CLOCK_MONOTONIC=yes ac_cv_have_decl__mm_movemask_epi8=yes ac_cv_have_decl_cap_rights_limit=no ac_cv_have_decl_optreset=yes ac_cv_have_decl_program_invocation_name=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_immintrin_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_capsicum_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-apple-darwin22.3.0 ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no ac_cv_member_struct_stat_st_atim_tv_nsec=no ac_cv_member_struct_stat_st_atimensec=no ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes ac_cv_member_struct_stat_st_uatime=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GMSGFMT=/Users/inga/miniconda3/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MSGFMT=/Users/inga/miniconda3/bin/msgfmt ac_cv_path_MSGMERGE=/Users/inga/miniconda3/bin/msgmerge ac_cv_path_SED=/usr/local/opt/gnu-sed/libexec/gnubin/sed ac_cv_path_XGETTEXT=/Users/inga/miniconda3/bin/xgettext ac_cv_path_install='/usr/local/opt/coreutils/libexec/gnubin/install -c' ac_cv_path_lt_DD=/usr/local/opt/coreutils/libexec/gnubin/dd ac_cv_path_mkdir=/usr/local/opt/coreutils/libexec/gnubin/mkdir ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_LIPO=lipo ac_cv_prog_ac_ct_NMEDIT=nmedit ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_OTOOL=otool ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_gettime='none required' ac_cv_sizeof_size_t=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type__Bool=yes ac_cv_type_uintptr_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec= acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libdirstems=lib,lib acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_prog_gnu_ld=no acl_cv_rpath=done acl_cv_shlibext=dylib acl_cv_wl=-Wl, am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=yes am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_PTHREAD_CLANG=yes ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no gl_cv_cc_vis_werror=yes gl_cv_cc_visibility=yes gl_cv_host_cpu_c_abi_32bit=no gl_cv_posix_shell=/bin/sh gt_cv_func_CFLocaleCopyCurrent=yes gt_cv_func_CFLocaleCopyPreferredLanguages=yes gt_cv_func_CFPreferencesCopyAppValue=yes gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=yes lt_cv_apple_cc_single_mod=yes lt_cv_ar_at_file=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_exported_symbols_list=yes lt_cv_ld_force_load=yes lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_RC=yes lt_cv_prog_compiler_pic='-fno-common -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=786432 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/local/opt/coreutils/libexec/gnubin/dd bs=4096 count=1' tuklib_cv_cpucores_method=sysctl tuklib_cv_physmem_method=sysconf ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /Users/inga/Downloads/wireshark-3.4.4/macosx-support-libs/xz-5.2.5/build-aux/missing aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CFLAGS=' -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='ar' AS='as' AUTOCONF='${SHELL} /Users/inga/Downloads/wireshark-3.4.4/macosx-support-libs/xz-5.2.5/build-aux/missing autoconf' AUTOHEADER='${SHELL} /Users/inga/Downloads/wireshark-3.4.4/macosx-support-libs/xz-5.2.5/build-aux/missing autoheader' AUTOMAKE='${SHELL} /Users/inga/Downloads/wireshark-3.4.4/macosx-support-libs/xz-5.2.5/build-aux/missing automake-1.16' AWK='awk' CAPSICUM_LIB='' CC='gcc' CCAS='gcc' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -D_FORTIFY_SOURCE=0 -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk' CFLAG_VISIBILITY='-fvisibility=hidden' COND_ASM_X86_64_FALSE='' COND_ASM_X86_64_TRUE='#' COND_ASM_X86_FALSE='' COND_ASM_X86_TRUE='#' COND_CHECK_CRC32_FALSE='#' COND_CHECK_CRC32_TRUE='' COND_CHECK_CRC64_FALSE='#' COND_CHECK_CRC64_TRUE='' COND_CHECK_SHA256_FALSE='#' COND_CHECK_SHA256_TRUE='' COND_DECODER_ARMTHUMB_FALSE='#' COND_DECODER_ARMTHUMB_TRUE='' COND_DECODER_ARM_FALSE='#' COND_DECODER_ARM_TRUE='' COND_DECODER_DELTA_FALSE='#' COND_DECODER_DELTA_TRUE='' COND_DECODER_IA64_FALSE='#' COND_DECODER_IA64_TRUE='' COND_DECODER_LZMA1_FALSE='#' COND_DECODER_LZMA1_TRUE='' COND_DECODER_LZMA2_FALSE='#' COND_DECODER_LZMA2_TRUE='' COND_DECODER_LZ_FALSE='#' COND_DECODER_LZ_TRUE='' COND_DECODER_POWERPC_FALSE='#' COND_DECODER_POWERPC_TRUE='' COND_DECODER_SIMPLE_FALSE='#' COND_DECODER_SIMPLE_TRUE='' COND_DECODER_SPARC_FALSE='#' COND_DECODER_SPARC_TRUE='' COND_DECODER_X86_FALSE='#' COND_DECODER_X86_TRUE='' COND_DOC_FALSE='#' COND_DOC_TRUE='' COND_ENCODER_ARMTHUMB_FALSE='#' COND_ENCODER_ARMTHUMB_TRUE='' COND_ENCODER_ARM_FALSE='#' COND_ENCODER_ARM_TRUE='' COND_ENCODER_DELTA_FALSE='#' COND_ENCODER_DELTA_TRUE='' COND_ENCODER_IA64_FALSE='#' COND_ENCODER_IA64_TRUE='' COND_ENCODER_LZMA1_FALSE='#' COND_ENCODER_LZMA1_TRUE='' COND_ENCODER_LZMA2_FALSE='#' COND_ENCODER_LZMA2_TRUE='' COND_ENCODER_LZ_FALSE='#' COND_ENCODER_LZ_TRUE='' COND_ENCODER_POWERPC_FALSE='#' COND_ENCODER_POWERPC_TRUE='' COND_ENCODER_SIMPLE_FALSE='#' COND_ENCODER_SIMPLE_TRUE='' COND_ENCODER_SPARC_FALSE='#' COND_ENCODER_SPARC_TRUE='' COND_ENCODER_X86_FALSE='#' COND_ENCODER_X86_TRUE='' COND_FILTER_ARMTHUMB_FALSE='#' COND_FILTER_ARMTHUMB_TRUE='' COND_FILTER_ARM_FALSE='#' COND_FILTER_ARM_TRUE='' COND_FILTER_DELTA_FALSE='#' COND_FILTER_DELTA_TRUE='' COND_FILTER_IA64_FALSE='#' COND_FILTER_IA64_TRUE='' COND_FILTER_LZMA1_FALSE='#' COND_FILTER_LZMA1_TRUE='' COND_FILTER_LZMA2_FALSE='#' COND_FILTER_LZMA2_TRUE='' COND_FILTER_LZ_FALSE='#' COND_FILTER_LZ_TRUE='' COND_FILTER_POWERPC_FALSE='#' COND_FILTER_POWERPC_TRUE='' COND_FILTER_SIMPLE_FALSE='#' COND_FILTER_SIMPLE_TRUE='' COND_FILTER_SPARC_FALSE='#' COND_FILTER_SPARC_TRUE='' COND_FILTER_X86_FALSE='#' COND_FILTER_X86_TRUE='' COND_GNULIB_FALSE='' COND_GNULIB_TRUE='#' COND_INTERNAL_SHA256_FALSE='#' COND_INTERNAL_SHA256_TRUE='' COND_LZMADEC_FALSE='#' COND_LZMADEC_TRUE='' COND_LZMAINFO_FALSE='#' COND_LZMAINFO_TRUE='' COND_LZMALINKS_FALSE='#' COND_LZMALINKS_TRUE='' COND_MAIN_DECODER_FALSE='#' COND_MAIN_DECODER_TRUE='' COND_MAIN_ENCODER_FALSE='#' COND_MAIN_ENCODER_TRUE='' COND_SCRIPTS_FALSE='#' COND_SCRIPTS_TRUE='' COND_SHARED_FALSE='#' COND_SHARED_TRUE='' COND_SMALL_FALSE='' COND_SMALL_TRUE='#' COND_SYMVERS_FALSE='' COND_SYMVERS_TRUE='#' COND_THREADS_FALSE='#' COND_THREADS_TRUE='' COND_W32_FALSE='' COND_W32_TRUE='#' COND_XZDEC_FALSE='#' COND_XZDEC_TRUE='' COND_XZ_FALSE='#' COND_XZ_TRUE='' CPP='gcc -E' CPPFLAGS='-I/usr/local/include' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='dsymutil' DUMPBIN='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GETOPT_H='' GETTEXT_MACRO_VERSION='0.20' GMSGFMT='/Users/inga/miniconda3/bin/msgfmt' GMSGFMT_015='/Users/inga/miniconda3/bin/msgfmt' GREP='/usr/bin/grep' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='-L/usr/local/lib -lintl -Wl,-framework -Wl,CoreFoundation' INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' LDFLAGS=' -mmacosx-version-min=13.2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk' LIBICONV='-liconv' LIBINTL='-L/usr/local/lib -lintl -Wl,-framework -Wl,CoreFoundation' LIBOBJS='' LIBS=' -lpthread' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='lipo' LN_EXEEXT='$(EXEEXT)' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='-L/usr/local/lib -lintl -R/usr/local/lib -Wl,-framework -Wl,CoreFoundation' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /Users/inga/Downloads/wireshark-3.4.4/macosx-support-libs/xz-5.2.5/build-aux/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/local/opt/coreutils/libexec/gnubin/mkdir -p' MSGFMT='/Users/inga/miniconda3/bin/msgfmt' MSGMERGE='/Users/inga/miniconda3/bin/msgmerge' MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' NM='/usr/bin/nm -B' NMEDIT='nmedit' OBJDUMP='objdump' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='xz' PACKAGE_BUGREPORT='lasse.collin@xxxxxxxxxxx' PACKAGE_NAME='XZ Utils' PACKAGE_STRING='XZ Utils 5.2.5' PACKAGE_TARNAME='xz' PACKAGE_URL='https://tukaani.org/xz/' PACKAGE_VERSION='5.2.5' PATH_SEPARATOR=':' POSIX_SHELL='/bin/sh' POSUB='po' PREFERABLY_POSIX_SHELL='/bin/sh' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='-lpthread' RANLIB='ranlib' RC='' SED='/usr/local/opt/gnu-sed/libexec/gnubin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='yes' VERSION='5.2.5' XGETTEXT='/Users/inga/miniconda3/bin/xgettext' XGETTEXT_015='/Users/inga/miniconda3/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-apple-darwin22.3.0' build_alias='' build_cpu='x86_64' build_os='darwin22.3.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_path_for_scripts='' exec_prefix='${prefix}' host='x86_64-apple-darwin22.3.0' host_alias='' host_cpu='x86_64' host_os='darwin22.3.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/inga/Downloads/wireshark-3.4.4/macosx-support-libs/xz-5.2.5/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' xz='xz' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "XZ Utils" #define PACKAGE_TARNAME "xz" #define PACKAGE_VERSION "5.2.5" #define PACKAGE_STRING "XZ Utils 5.2.5" #define PACKAGE_BUGREPORT "lasse.collin@xxxxxxxxxxx" #define PACKAGE_URL "https://tukaani.org/xz/" #define NDEBUG 1 #define HAVE_ENCODER_LZMA1 1 #define HAVE_ENCODER_LZMA2 1 #define HAVE_ENCODER_DELTA 1 #define HAVE_ENCODER_X86 1 #define HAVE_ENCODER_POWERPC 1 #define HAVE_ENCODER_IA64 1 #define HAVE_ENCODER_ARM 1 #define HAVE_ENCODER_ARMTHUMB 1 #define HAVE_ENCODER_SPARC 1 #define HAVE_ENCODERS 1 #define HAVE_DECODER_LZMA1 1 #define HAVE_DECODER_LZMA2 1 #define HAVE_DECODER_DELTA 1 #define HAVE_DECODER_X86 1 #define HAVE_DECODER_POWERPC 1 #define HAVE_DECODER_IA64 1 #define HAVE_DECODER_ARM 1 #define HAVE_DECODER_ARMTHUMB 1 #define HAVE_DECODER_SPARC 1 #define HAVE_DECODERS 1 #define HAVE_MF_HC3 1 #define HAVE_MF_HC4 1 #define HAVE_MF_BT2 1 #define HAVE_MF_BT3 1 #define HAVE_MF_BT4 1 #define HAVE_CHECK_CRC32 1 #define HAVE_CHECK_CRC64 1 #define HAVE_CHECK_SHA256 1 #define ASSUME_RAM 128 #define PACKAGE "xz" #define VERSION "5.2.5" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define MYTHREAD_POSIX 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_DECL_CLOCK_MONOTONIC 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 #define HAVE_CFLOCALECOPYCURRENT 1 #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1 #define HAVE_ICONV 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_IMMINTRIN_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_UINTPTR_T 1 #define SIZEOF_SIZE_T 8 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define HAVE_OPTRESET 1 #define HAVE_FUTIMENS 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 #define HAVE___BUILTIN_BSWAPXX 1 #define TUKLIB_FAST_UNALIGNED_ACCESS 1 #define HAVE___BUILTIN_ASSUME_ALIGNED 1 #define HAVE_SYS_PARAM_H 1 #define TUKLIB_PHYSMEM_SYSCONF 1 #define HAVE_SYS_PARAM_H 1 #define TUKLIB_CPUCORES_SYSCTL 1 #define HAVE_MBRTOWC 1 #define HAVE_WCWIDTH 1 #define HAVE__MM_MOVEMASK_EPI8 1 #define HAVE_VISIBILITY 1 configure: exit 0
{\rtf1\ansi\ansicpg1252\cocoartf2708 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 \f0\fs24 \cf0 [2345/2514] Building CXX object ui/qt/CMakeFiles/qtui.dir/layout_preferences_frame.cpp.o\ FAILED: ui/qt/CMakeFiles/qtui.dir/layout_preferences_frame.cpp.o\ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MACEXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -I/Users/inga/Downloads/wireshark-3.4.4/build/ui/qt/qtui_autogen/include -I/Users/inga/Downloads/wireshark-3.4.4/build -I/Users/inga/Downloads/wireshark-3.4.4 -I/usr/local/opt/gettext/include -I/usr/local/Cellar/minizip/1.2.13/include -I/Users/inga/Downloads/wireshark-3.4.4/build/ui/qt -I/Users/inga/Downloads/wireshark-3.4.4/ui/qt -isystem /usr/local/Cellar/glib/2.76.2/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.76.2/lib/glib-2.0/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMacExtras.framework/Headers -isystem /usr/local/Cellar/speexdsp/1.2.1/include -Qunused-arguments -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wheader-guard -Wcomma -Wshorten-64-to-32 -Wframe-larger-than=32768 -Wextra-semi -fmacro-prefix-map=/Users/inga/Downloads/wireshark-3.4.4/= -fmacro-prefix-map=/Users/inga/Downloads/wireshark-3.4.4/build/= -fmacro-prefix-map=../= -O2 -g -DNDEBUG -std=c++11 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -mmacosx-version-min=13.2 -fPIC -MD -MT ui/qt/CMakeFiles/qtui.dir/layout_preferences_frame.cpp.o -MF ui/qt/CMakeFiles/qtui.dir/layout_preferences_frame.cpp.o.d -o ui/qt/CMakeFiles/qtui.dir/layout_preferences_frame.cpp.o -c /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:13:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:20:1: error: templates must have C++ linkage\ template <class _Tp, _Tp __v>\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:13:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:35:29: error: no template named 'integral_constant'\ _LIBCPP_CONSTEXPR const _Tp integral_constant<_Tp, __v>::value;\ ^\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:37:9: error: no template named 'integral_constant'\ typedef integral_constant<bool, true> true_type;\ ^\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:38:9: error: no template named 'integral_constant'\ typedef integral_constant<bool, false> false_type;\ ^\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/integral_constant.h:41:39: error: no template named 'integral_constant'\ using _BoolConstant _LIBCPP_NODEBUG = integral_constant<bool, _Val>;\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:14:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_same.h:21:1: error: templates must have C++ linkage\ template <class _Tp, class _Up>\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:14:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_same.h:22:39: error: no template named '_BoolConstant'\ struct _LIBCPP_TEMPLATE_VIS is_same : _BoolConstant<__is_same(_Tp, _Up)> \{ \};\ ^\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_same.h:37:17: error: no template named '_BoolConstant'\ using _IsSame = _BoolConstant<__is_same(_Tp, _Up)>;\ ^\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_same.h:40:20: error: no template named '_BoolConstant'\ using _IsNotSame = _BoolConstant<!__is_same(_Tp, _Up)>;\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:23:5: error: templates must have C++ linkage\ template <class _Tp> static _Tp& __test(int);\ ^~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:24:5: error: templates must have C++ linkage\ template <class _Tp> static false_type __test(...);\ ^~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:27:1: error: templates must have C++ linkage\ template <class _Tp>\ ^~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:13:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h:29:5: error: no template named '_IsNotSame'\ _IsNotSame<decltype(__is_referenceable_impl::__test<_Tp>(0)), false_type>::value> \{\};\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:21:29: error: no template named '__is_referenceable'\ template <class _Tp, bool = __is_referenceable<_Tp>::value> struct __add_lvalue_reference_impl \{ typedef _LIBCPP_NODEBUG _Tp type; \};\ ^\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:21:1: error: templates must have C++ linkage\ template <class _Tp, bool = __is_referenceable<_Tp>::value> struct __add_lvalue_reference_impl \{ typedef _LIBCPP_NODEBUG _Tp type; \};\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:22:68: error: explicit specialization of undeclared template struct '__add_lvalue_reference_impl'\ template <class _Tp > struct __add_lvalue_reference_impl<_Tp, true> \{ typedef _LIBCPP_NODEBUG _Tp& type; \};\ ^ ~~~~~~~~~~~\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:22:1: error: templates must have C++ linkage\ template <class _Tp > struct __add_lvalue_reference_impl<_Tp, true> \{ typedef _LIBCPP_NODEBUG _Tp& type; \};\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:14:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h:24:1: error: templates must have C++ linkage\ template <class _Tp> struct _LIBCPP_TEMPLATE_VIS add_lvalue_reference\ ^~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.cpp:12:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/ui/qt/layout_preferences_frame.h:13:\ In file included from /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:18:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gasyncqueue.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gthread.h:34:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/gatomic.h:30:\ In file included from /usr/local/Cellar/glib/2.76.2/include/glib-2.0/glib/glib-typeof.h:43:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/type_traits:421:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/invoke.h:15:\ In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/apply_cv.h:14:\ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__type_traits/is_const.h:23:1: error: templates must have C++ linkage\ template <class _Tp>\ ^~~~~~~~~~~~~~~~~~~~\ /Users/inga/Downloads/wireshark-3.4.4/epan/prefs.h:15:1: note: extern "C" language linkage specification begins here\ extern "C" \{\ ^\ fatal error: too many errors emitted, stopping now [-ferror-limit=]\ 20 errors generated.\ [2350/2514] Building CXX object ui/qt/CMakeFiles/qtui.dir/interface_toolbar.cpp.o\ ninja: build stopped: subcommand failed.}
- Follow-Ups:
- Re: [Wireshark-dev] Building Wireshark From Source MacOS
- From: Roland Knall
- Re: [Wireshark-dev] Building Wireshark From Source MacOS
- Prev by Date: Re: [Wireshark-dev] Wireshark 4.0.1 clone and build fails with test failures and complaints about paths prefixed in the source directory
- Next by Date: Re: [Wireshark-dev] Wireshark 4.0.1 clone and build fails with test failures and complaints about paths prefixed in the source directory
- Previous by thread: Re: [Wireshark-dev] Wireshark 4.0.1 clone and build fails with test failures and complaints about paths prefixed in the source directory
- Next by thread: Re: [Wireshark-dev] Building Wireshark From Source MacOS
- Index(es):