This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by es40 configure 0.75.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = M2.local uname -m = arm64 uname -r = 25.5.0 uname -s = Darwin uname -v = Darwin Kernel Version 25.5.0: Tue Jun 9 22:27:52 PDT 2026; root:xnu-12377.121.10~1/RELEASE_ARM64_T8112 /usr/bin/uname -p = arm /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 25.5.0: Tue Jun 9 22:27:52 PDT 2026; root:xnu-12377.121.10~1/RELEASE_ARM64_T8112 Kernel configured for up to 8 processors. 8 processors are physically available. 8 processors are logically available. Processor type: arm64e (ARM64E) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 16.00 gigabytes Default processor set: 717 tasks, 3042 threads, 8 processors Load average: 4.67, Mach factor: 3.50 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin/ PATH: /System/Cryptexes/App/usr/bin/ PATH: /usr/bin/ PATH: /bin/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/ PATH: /pkg/env/global/bin/ PATH: /opt/X11/bin/ PATH: /Library/Apple/usr/bin/ PATH: /Applications/VMware Fusion.app/Contents/Public/ PATH: /usr/local/go/bin/ PATH: /Users/user/.cargo/bin/ PATH: /usr/local/bin/ PATH: /usr/bin/ PATH: /bin/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /opt/X11/bin/ PATH: /usr/local/bin/ PATH: /Users/user/.local/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2899: looking for aux files: compile config.guess config.sub missing install-sh configure:2912: trying ./ configure:2941: ./compile found configure:2941: ./config.guess found configure:2941: ./config.sub found configure:2941: ./missing found configure:2923: ./install-sh found configure:3074: checking for a BSD-compatible install configure:3147: result: /usr/bin/install -c configure:3158: checking whether build environment is sane configure:3213: result: yes configure:3372: checking for a race-free mkdir -p configure:3416: result: ./install-sh -c -d configure:3423: checking for gawk configure:3458: result: no configure:3423: checking for mawk configure:3458: result: no configure:3423: checking for nawk configure:3458: result: no configure:3423: checking for awk configure:3444: found /usr/bin/awk configure:3455: result: awk configure:3466: checking whether make sets $(MAKE) configure:3489: result: yes configure:3519: checking whether make supports nested variables configure:3537: result: yes configure:3679: checking build system type configure:3694: result: aarch64-apple-darwin25.5.0 configure:3714: checking host system type configure:3728: result: aarch64-apple-darwin25.5.0 configure:3819: checking for g++ configure:3840: found /usr/bin/g++ configure:3851: result: g++ configure:3878: checking for C++ compiler version configure:3887: g++ --version >&5 Apple clang version 17.0.0 (clang-1700.6.3.2) Target: arm64-apple-darwin25.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:3898: $? = 0 configure:3887: g++ -v >&5 Apple clang version 17.0.0 (clang-1700.6.3.2) Target: arm64-apple-darwin25.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:3898: $? = 0 configure:3887: g++ -V >&5 clang++: error: argument to '-V' is missing (expected 1 value) clang++: error: no input files configure:3898: $? = 1 configure:3887: g++ -qversion >&5 clang++: error: unknown argument '-qversion'; did you mean '--version'? clang++: error: no input files configure:3898: $? = 1 configure:3918: checking whether the C++ compiler works configure:3940: g++ conftest.cpp >&5 configure:3944: $? = 0 configure:3994: result: yes configure:3997: checking for C++ compiler default output file name configure:3999: result: a.out configure:4005: checking for suffix of executables configure:4012: g++ -o conftest conftest.cpp >&5 configure:4016: $? = 0 configure:4039: result: configure:4061: checking whether we are cross compiling configure:4069: g++ -o conftest conftest.cpp >&5 configure:4073: $? = 0 configure:4080: ./conftest configure:4084: $? = 0 configure:4099: result: no configure:4104: checking for suffix of object files configure:4127: g++ -c conftest.cpp >&5 configure:4131: $? = 0 configure:4153: result: o configure:4157: checking whether the compiler supports GNU C++ configure:4177: g++ -c conftest.cpp >&5 configure:4177: $? = 0 configure:4187: result: yes configure:4198: checking whether g++ accepts -g configure:4219: g++ -c -g conftest.cpp >&5 configure:4219: $? = 0 configure:4263: result: yes configure:4283: checking for g++ option to enable C++11 features configure:4298: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] 177 | cxx11test::delegate d2(); | ^~ conftest.cpp:177:25: note: remove parentheses to declare a variable 177 | cxx11test::delegate d2(); | ^~ 1 warning generated. configure:4298: $? = 0 configure:4316: result: none needed configure:4383: checking whether make supports the include directive configure:4398: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4401: $? = 0 configure:4420: result: yes (GNU style) configure:4446: checking dependency style of g++ configure:4558: result: gcc3 configure:4635: checking for gcc configure:4656: found /usr/bin/gcc configure:4667: result: gcc configure:5020: checking for C compiler version configure:5029: gcc --version >&5 Apple clang version 17.0.0 (clang-1700.6.3.2) Target: arm64-apple-darwin25.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:5040: $? = 0 configure:5029: gcc -v >&5 Apple clang version 17.0.0 (clang-1700.6.3.2) Target: arm64-apple-darwin25.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:5040: $? = 0 configure:5029: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:5040: $? = 1 configure:5029: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:5040: $? = 1 configure:5029: gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:5040: $? = 1 configure:5044: checking whether the compiler supports GNU C configure:5064: gcc -c conftest.c >&5 configure:5064: $? = 0 configure:5074: result: yes configure:5085: checking whether gcc accepts -g configure:5106: gcc -c -g conftest.c >&5 configure:5106: $? = 0 configure:5150: result: yes configure:5170: checking for gcc option to enable C11 features configure:5185: gcc -c -g -O2 conftest.c >&5 conftest.c:25:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | static char *e (p, i) | ^ 1 warning generated. configure:5185: $? = 0 configure:5203: result: none needed configure:5319: checking whether gcc understands -c and -o together configure:5342: gcc -c conftest.c -o conftest2.o configure:5345: $? = 0 configure:5342: gcc -c conftest.c -o conftest2.o configure:5345: $? = 0 configure:5357: result: yes configure:5376: checking dependency style of gcc configure:5488: result: gcc3 configure:5551: checking for ranlib configure:5572: found /usr/bin/ranlib configure:5583: result: ranlib configure:5622: checking whether g++ supports C++17 features with -std=gnu++17 configure:6433: g++ -std=gnu++17 -c -g -O2 conftest.cpp >&5 configure:6433: $? = 0 configure:6443: result: yes configure:6531: checking for stdio.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for stdlib.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for string.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for inttypes.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for stdint.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for strings.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for sys/stat.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for sys/types.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for unistd.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for sys/time.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for vfork.h configure:6531: gcc -c -g -O2 conftest.c >&5 conftest.c:50:10: fatal error: 'vfork.h' file not found 50 | #include | ^~~~~~~~~ 1 error generated. configure:6531: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6531: result: no configure:6531: checking for sys/select.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6531: checking for sys/socket.h configure:6531: gcc -c -g -O2 conftest.c >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6556: checking for grep that handles long lines and -e configure:6620: result: /usr/bin/grep configure:6625: checking for egrep configure:6693: result: /usr/bin/grep -E configure:6699: checking for sys/wait.h that is POSIX.1 compatible configure:6726: gcc -c -g -O2 conftest.c >&5 configure:6726: $? = 0 configure:6734: result: yes configure:6742: checking for arpa/inet.h configure:6742: gcc -c -g -O2 conftest.c >&5 configure:6742: $? = 0 configure:6742: result: yes configure:6748: checking for arpa/telnet.h configure:6748: gcc -c -g -O2 conftest.c >&5 configure:6748: $? = 0 configure:6748: result: yes configure:6754: checking for ctype.h configure:6754: gcc -c -g -O2 conftest.c >&5 configure:6754: $? = 0 configure:6754: result: yes configure:6760: checking for errno.h configure:6760: gcc -c -g -O2 conftest.c >&5 configure:6760: $? = 0 configure:6760: result: yes configure:6766: checking for fcntl.h configure:6766: gcc -c -g -O2 conftest.c >&5 configure:6766: $? = 0 configure:6766: result: yes configure:6772: checking for in.h configure:6772: gcc -c -g -O2 conftest.c >&5 conftest.c:59:10: fatal error: 'in.h' file not found 59 | #include | ^~~~~~ 1 error generated. configure:6772: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6772: result: no configure:6778: checking for inet.h configure:6778: gcc -c -g -O2 conftest.c >&5 conftest.c:59:10: fatal error: 'inet.h' file not found 59 | #include | ^~~~~~~~ 1 error generated. configure:6778: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6778: result: no configure:6784: checking for inttypes.h configure:6784: result: yes configure:6790: checking for malloc.h configure:6790: gcc -c -g -O2 conftest.c >&5 conftest.c:60:10: fatal error: 'malloc.h' file not found 60 | #include | ^~~~~~~~~~ 1 error generated. configure:6790: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6790: result: no configure:6796: checking for netinet/in.h configure:6796: gcc -c -g -O2 conftest.c >&5 configure:6796: $? = 0 configure:6796: result: yes configure:6802: checking for process.h configure:6802: gcc -c -g -O2 conftest.c >&5 conftest.c:61:10: fatal error: 'process.h' file not found 61 | #include | ^~~~~~~~~~~ 1 error generated. configure:6802: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6802: result: no configure:6808: checking for pthread.h configure:6808: gcc -c -g -O2 conftest.c >&5 configure:6808: $? = 0 configure:6808: result: yes configure:6814: checking for signal.h configure:6814: gcc -c -g -O2 conftest.c >&5 configure:6814: $? = 0 configure:6814: result: yes configure:6820: checking for socket.h configure:6820: gcc -c -g -O2 conftest.c >&5 conftest.c:63:10: fatal error: 'socket.h' file not found 63 | #include | ^~~~~~~~~~ 1 error generated. configure:6820: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6820: result: no configure:6826: checking for stdint.h configure:6826: result: yes configure:6832: checking for stdlib.h configure:6832: result: yes configure:6838: checking for string.h configure:6838: result: yes configure:6844: checking for sys/param.h configure:6844: gcc -c -g -O2 conftest.c >&5 configure:6844: $? = 0 configure:6844: result: yes configure:6850: checking for sys/socket.h configure:6850: result: yes configure:6856: checking for sys/time.h configure:6856: result: yes configure:6862: checking for unistd.h configure:6862: result: yes configure:6868: checking for windows.h configure:6868: gcc -c -g -O2 conftest.c >&5 conftest.c:70:10: fatal error: 'windows.h' file not found 70 | #include | ^~~~~~~~~~~ 1 error generated. configure:6868: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6868: result: no configure:6874: checking for winsock2.h configure:6874: gcc -c -g -O2 conftest.c >&5 conftest.c:70:10: fatal error: 'winsock2.h' file not found 70 | #include | ^~~~~~~~~~~~ 1 error generated. configure:6874: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6874: result: no configure:6880: checking for ws2tcpip.h configure:6880: gcc -c -g -O2 conftest.c >&5 conftest.c:70:10: fatal error: 'ws2tcpip.h' file not found 70 | #include | ^~~~~~~~~~~~ 1 error generated. configure:6880: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6880: result: no configure:6889: checking for _Bool configure:6889: gcc -c -g -O2 conftest.c >&5 configure:6889: $? = 0 configure:6889: gcc -c -g -O2 conftest.c >&5 conftest.c:73:20: error: expected expression 73 | if (sizeof ((_Bool))) | ^ 1 error generated. configure:6889: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:6889: result: yes configure:6898: checking for stdbool.h that conforms to C99 configure:7014: gcc -c -g -O2 conftest.c >&5 conftest.c:128:25: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion] 128 | bool ps = &s; | ~~ ^ conftest.c:133:28: warning: address of 't' will always evaluate to 'true' [-Wpointer-bool-conversion] 133 | _Bool pt = &t; | ~~ ^ conftest.c:143:55: warning: address of array 'y' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:143:50: warning: address of array 'x' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:143:45: warning: address of array 'w' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:143:40: warning: address of array 'v' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:143:35: warning: address of array 'u' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:143:30: warning: address of array 'r' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:143:25: warning: address of array 'q' will always evaluate to 'true' [-Wpointer-bool-conversion] 143 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt | ~^ conftest.c:141:40: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion] 141 | + !l + !m + !n + !o + !p + !pp + !ps | ~^ conftest.c:141:35: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion] 141 | + !l + !m + !n + !o + !p + !pp + !ps | ~^ conftest.c:141:30: warning: address of array 'm' will always evaluate to 'true' [-Wpointer-bool-conversion] 141 | + !l + !m + !n + !o + !p + !pp + !ps | ~^ conftest.c:141:25: warning: address of array 'l' will always evaluate to 'true' [-Wpointer-bool-conversion] 141 | + !l + !m + !n + !o + !p + !pp + !ps | ~^ conftest.c:140:73: warning: address of array 'k' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.c:140:68: warning: address of array 'j' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.c:140:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.c:140:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.c:140:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.c:140:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.c:140:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion] 140 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ 20 warnings generated. configure:7014: $? = 0 configure:7022: result: yes configure:7031: checking for an ANSI C-conforming const configure:7098: gcc -c -g -O2 conftest.c >&5 configure:7098: $? = 0 configure:7106: result: yes configure:7114: checking for inline configure:7131: gcc -c -g -O2 conftest.c >&5 configure:7131: $? = 0 configure:7140: result: inline configure:7158: checking for int16_t configure:7158: gcc -c -g -O2 conftest.c >&5 configure:7158: $? = 0 configure:7158: gcc -c -g -O2 conftest.c >&5 conftest.c:76:24: error: 'test_array' declared as an array with a negative size 76 | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:7158: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 16 / 2 - 1 }; | int | main (void) | { | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:7158: result: yes configure:7167: checking for int32_t configure:7167: gcc -c -g -O2 conftest.c >&5 configure:7167: $? = 0 configure:7167: gcc -c -g -O2 conftest.c >&5 conftest.c:77:53: warning: overflow in expression; result is -2'147'483'648 with type 'int' [-Winteger-overflow] 77 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ conftest.c:76:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 76 | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.c:77:53: note: value 2147483648 is outside the range of representable values of type 'int' 77 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | ^ conftest.c:76:24: error: 'test_array' declared as an array with a negative size 76 | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings and 1 error generated. configure:7167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 32 / 2 - 1 }; | int | main (void) | { | 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:7167: result: yes configure:7176: checking for int64_t configure:7176: gcc -c -g -O2 conftest.c >&5 configure:7176: $? = 0 configure:7176: gcc -c -g -O2 conftest.c >&5 conftest.c:77:53: warning: overflow in expression; result is -9'223'372'036'854'775'808 with type 'int64_t' (aka 'long long') [-Winteger-overflow] 77 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ conftest.c:76:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 76 | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.c:77:53: note: value 9223372036854775808 is outside the range of representable values of type 'int64_t' (aka 'long long') 77 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | ^ conftest.c:76:24: error: 'test_array' declared as an array with a negative size 76 | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings and 1 error generated. configure:7176: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 64 / 2 - 1 }; | int | main (void) | { | 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:7176: result: yes configure:7185: checking for int8_t configure:7185: gcc -c -g -O2 conftest.c >&5 configure:7185: $? = 0 configure:7185: gcc -c -g -O2 conftest.c >&5 conftest.c:76:24: error: 'test_array' declared as an array with a negative size 76 | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:7185: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 8 / 2 - 1 }; | int | main (void) | { | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:7185: result: yes configure:7195: checking for pid_t configure:7195: gcc -c -g -O2 conftest.c >&5 configure:7195: $? = 0 configure:7195: gcc -c -g -O2 conftest.c >&5 conftest.c:76:20: error: expected expression 76 | if (sizeof ((pid_t))) | ^ 1 error generated. configure:7195: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | int | main (void) | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:7195: result: yes configure:7231: checking for size_t configure:7231: gcc -c -g -O2 conftest.c >&5 configure:7231: $? = 0 configure:7231: gcc -c -g -O2 conftest.c >&5 conftest.c:75:21: error: expected expression 75 | if (sizeof ((size_t))) | ^ 1 error generated. configure:7231: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:7231: result: yes configure:7241: checking for ssize_t configure:7241: gcc -c -g -O2 conftest.c >&5 configure:7241: $? = 0 configure:7241: gcc -c -g -O2 conftest.c >&5 conftest.c:75:22: error: expected expression 75 | if (sizeof ((ssize_t))) | ^ 1 error generated. configure:7241: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:7241: result: yes configure:7261: checking whether struct tm is in sys/time.h or time.h configure:7282: gcc -c -g -O2 conftest.c >&5 configure:7282: $? = 0 configure:7290: result: time.h configure:7298: checking for uint16_t configure:7298: gcc -c -g -O2 conftest.c >&5 configure:7298: $? = 0 configure:7298: result: yes configure:7308: checking for uint32_t configure:7308: gcc -c -g -O2 conftest.c >&5 configure:7308: $? = 0 configure:7308: result: yes configure:7320: checking for uint64_t configure:7320: gcc -c -g -O2 conftest.c >&5 configure:7320: $? = 0 configure:7320: result: yes configure:7332: checking for uint8_t configure:7332: gcc -c -g -O2 conftest.c >&5 configure:7332: $? = 0 configure:7332: result: yes configure:7346: checking for error_at_line configure:7363: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:45:10: fatal error: 'error.h' file not found 45 | #include | ^~~~~~~~~ 1 error generated. configure:7363: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | int | main (void) | { | error_at_line (0, 0, "", 0, "an error occurred"); | ; | return 0; | } configure:7372: result: no configure:7388: checking for fork configure:7388: gcc -o conftest -g -O2 conftest.c >&5 configure:7388: $? = 0 configure:7388: result: yes configure:7388: checking for vfork configure:7388: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:62:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration] 62 | char vfork (); | ^ conftest.c:62:6: note: 'vfork' is a builtin with type 'int (void)' 1 warning generated. configure:7388: $? = 0 configure:7388: result: yes configure:7401: checking for working fork configure:7425: gcc -o conftest -g -O2 conftest.c >&5 configure:7425: $? = 0 configure:7425: ./conftest configure:7425: $? = 0 configure:7436: result: yes configure:7457: checking for working vfork configure:7586: result: yes configure:7611: checking for GNU libc compatible malloc configure:7643: gcc -o conftest -g -O2 conftest.c >&5 configure:7643: $? = 0 configure:7643: ./conftest configure:7643: $? = 0 configure:7654: result: yes configure:7676: checking for GNU libc compatible realloc configure:7708: gcc -o conftest -g -O2 conftest.c >&5 configure:7708: $? = 0 configure:7708: ./conftest configure:7708: $? = 0 configure:7719: result: yes configure:7744: checking types of arguments for select configure:7774: gcc -c -g -O2 conftest.c >&5 configure:7774: $? = 0 configure:7784: result: int,fd_set *,struct timeval * configure:7801: checking return type of signal handlers configure:7820: gcc -c -g -O2 conftest.c >&5 conftest.c:60:8: error: indirection requires pointer operand ('void' invalid) 60 | return *(signal (0, 0)) (0) == 1; | ^~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:7820: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:7828: result: void configure:7834: checking for alarm configure:7834: gcc -o conftest -g -O2 conftest.c >&5 configure:7834: $? = 0 configure:7834: result: yes configure:7840: checking for atexit configure:7840: gcc -o conftest -g -O2 conftest.c >&5 configure:7840: $? = 0 configure:7840: result: yes configure:7846: checking for fopen configure:7846: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:73:6: warning: declaration of built-in function 'fopen' requires inclusion of the header [-Wbuiltin-requires-header] 73 | char fopen (); | ^ 1 warning generated. configure:7846: $? = 0 configure:7846: result: yes configure:7852: checking for fopen64 configure:7852: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "_fopen64", referenced from: _main in conftest-56deab.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7852: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | /* end confdefs.h. */ | /* Define fopen64 to an innocuous variant, in case declares fopen64. | For example, HP-UX 11i declares gettimeofday. */ | #define fopen64 innocuous_fopen64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fopen64 (); below. */ | | #include | #undef fopen64 | | /* 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 fopen64 (); | /* 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_fopen64 || defined __stub___fopen64 | choke me | #endif | | int | main (void) | { | return fopen64 (); | ; | return 0; | } configure:7852: result: no configure:7858: checking for fseek configure:7858: gcc -o conftest -g -O2 conftest.c >&5 configure:7858: $? = 0 configure:7858: result: yes configure:7864: checking for fseeko configure:7864: gcc -o conftest -g -O2 conftest.c >&5 configure:7864: $? = 0 configure:7864: result: yes configure:7870: checking for fseeko64 configure:7870: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "_fseeko64", referenced from: _main in conftest-a8d88d.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7870: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | /* end confdefs.h. */ | /* Define fseeko64 to an innocuous variant, in case declares fseeko64. | For example, HP-UX 11i declares gettimeofday. */ | #define fseeko64 innocuous_fseeko64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fseeko64 (); below. */ | | #include | #undef fseeko64 | | /* 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 fseeko64 (); | /* 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_fseeko64 || defined __stub___fseeko64 | choke me | #endif | | int | main (void) | { | return fseeko64 (); | ; | return 0; | } configure:7870: result: no configure:7876: checking for _fseeki64 configure:7876: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "__fseeki64", referenced from: _main in conftest-a71a20.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | /* end confdefs.h. */ | /* Define _fseeki64 to an innocuous variant, in case declares _fseeki64. | For example, HP-UX 11i declares gettimeofday. */ | #define _fseeki64 innocuous__fseeki64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _fseeki64 (); below. */ | | #include | #undef _fseeki64 | | /* 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 _fseeki64 (); | /* 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__fseeki64 || defined __stub____fseeki64 | choke me | #endif | | int | main (void) | { | return _fseeki64 (); | ; | return 0; | } configure:7876: result: no configure:7882: checking for ftell configure:7882: gcc -o conftest -g -O2 conftest.c >&5 configure:7882: $? = 0 configure:7882: result: yes configure:7888: checking for ftello configure:7888: gcc -o conftest -g -O2 conftest.c >&5 configure:7888: $? = 0 configure:7888: result: yes configure:7894: checking for ftello64 configure:7894: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "_ftello64", referenced from: _main in conftest-fe2137.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7894: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | /* end confdefs.h. */ | /* Define ftello64 to an innocuous variant, in case declares ftello64. | For example, HP-UX 11i declares gettimeofday. */ | #define ftello64 innocuous_ftello64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ftello64 (); below. */ | | #include | #undef ftello64 | | /* 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 ftello64 (); | /* 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_ftello64 || defined __stub___ftello64 | choke me | #endif | | int | main (void) | { | return ftello64 (); | ; | return 0; | } configure:7894: result: no configure:7900: checking for _ftelli64 configure:7900: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "__ftelli64", referenced from: _main in conftest-bf1a60.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7900: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | /* end confdefs.h. */ | /* Define _ftelli64 to an innocuous variant, in case declares _ftelli64. | For example, HP-UX 11i declares gettimeofday. */ | #define _ftelli64 innocuous__ftelli64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _ftelli64 (); below. */ | | #include | #undef _ftelli64 | | /* 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 _ftelli64 (); | /* 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__ftelli64 || defined __stub____ftelli64 | choke me | #endif | | int | main (void) | { | return _ftelli64 (); | ; | return 0; | } configure:7900: result: no configure:7906: checking for gmtime_s configure:7906: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "_gmtime_s", referenced from: _main in conftest-a34f5d.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7906: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | /* end confdefs.h. */ | /* Define gmtime_s to an innocuous variant, in case declares gmtime_s. | For example, HP-UX 11i declares gettimeofday. */ | #define gmtime_s innocuous_gmtime_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gmtime_s (); below. */ | | #include | #undef gmtime_s | | /* 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 gmtime_s (); | /* 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_gmtime_s || defined __stub___gmtime_s | choke me | #endif | | int | main (void) | { | return gmtime_s (); | ; | return 0; | } configure:7906: result: no configure:7912: checking for inet_aton configure:7912: gcc -o conftest -g -O2 conftest.c >&5 configure:7912: $? = 0 configure:7912: result: yes configure:7918: checking for isblank configure:7918: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:79:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration] 79 | char isblank (); | ^ conftest.c:79:6: note: 'isblank' is a builtin with type 'int (int)' 1 warning generated. configure:7918: $? = 0 configure:7918: result: yes configure:7924: checking for memset configure:7924: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:80:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] 80 | char memset (); | ^ conftest.c:80:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' 1 warning generated. configure:7924: $? = 0 configure:7924: result: yes configure:7930: checking for pow configure:7930: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:81:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration] 81 | char pow (); | ^ conftest.c:81:6: note: 'pow' is a builtin with type 'double (double, double)' 1 warning generated. configure:7930: $? = 0 configure:7930: result: yes configure:7936: checking for select configure:7936: gcc -o conftest -g -O2 conftest.c >&5 configure:7936: $? = 0 configure:7936: result: yes configure:7942: checking for socket configure:7942: gcc -o conftest -g -O2 conftest.c >&5 configure:7942: $? = 0 configure:7942: result: yes configure:7948: checking for sqrt configure:7948: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:84:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration] 84 | char sqrt (); | ^ conftest.c:84:6: note: 'sqrt' is a builtin with type 'double (double)' 1 warning generated. configure:7948: $? = 0 configure:7948: result: yes configure:7954: checking for strcasecmp configure:7954: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:85:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] 85 | char strcasecmp (); | ^ conftest.c:85:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' 1 warning generated. configure:7954: $? = 0 configure:7954: result: yes configure:7960: checking for _stricmp configure:7960: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "__stricmp", referenced from: _main in conftest-6e69b4.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7960: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | /* end confdefs.h. */ | /* Define _stricmp to an innocuous variant, in case declares _stricmp. | For example, HP-UX 11i declares gettimeofday. */ | #define _stricmp innocuous__stricmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _stricmp (); below. */ | | #include | #undef _stricmp | | /* 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 _stricmp (); | /* 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__stricmp || defined __stub____stricmp | choke me | #endif | | int | main (void) | { | return _stricmp (); | ; | return 0; | } configure:7960: result: no configure:7966: checking for strchr configure:7966: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:86:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] 86 | char strchr (); | ^ conftest.c:86:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' 1 warning generated. configure:7966: $? = 0 configure:7966: result: yes configure:7972: checking for strdup configure:7972: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:87:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] 87 | char strdup (); | ^ conftest.c:87:6: note: 'strdup' is a builtin with type 'char *(const char *)' 1 warning generated. configure:7972: $? = 0 configure:7972: result: yes configure:7978: checking for _strdup configure:7978: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "__strdup", referenced from: _main in conftest-9e0c44.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7978: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* Define _strdup to an innocuous variant, in case declares _strdup. | For example, HP-UX 11i declares gettimeofday. */ | #define _strdup innocuous__strdup | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _strdup (); below. */ | | #include | #undef _strdup | | /* 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 _strdup (); | /* 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__strdup || defined __stub____strdup | choke me | #endif | | int | main (void) | { | return _strdup (); | ; | return 0; | } configure:7978: result: no configure:7984: checking for strncasecmp configure:7984: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:88:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration] 88 | char strncasecmp (); | ^ conftest.c:88:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)' 1 warning generated. configure:7984: $? = 0 configure:7984: result: yes configure:7990: checking for _stricasecmp configure:7990: gcc -o conftest -g -O2 conftest.c >&5 Undefined symbols for architecture arm64: "__stricasecmp", referenced from: _main in conftest-45afca.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:7990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | /* Define _stricasecmp to an innocuous variant, in case declares _stricasecmp. | For example, HP-UX 11i declares gettimeofday. */ | #define _stricasecmp innocuous__stricasecmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _stricasecmp (); below. */ | | #include | #undef _stricasecmp | | /* 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 _stricasecmp (); | /* 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__stricasecmp || defined __stub____stricasecmp | choke me | #endif | | int | main (void) | { | return _stricasecmp (); | ; | return 0; | } configure:7990: result: no configure:7996: checking for strspn configure:7996: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:89:6: warning: incompatible redeclaration of library function 'strspn' [-Wincompatible-library-redeclaration] 89 | char strspn (); | ^ conftest.c:89:6: note: 'strspn' is a builtin with type 'unsigned long (const char *, const char *)' 1 warning generated. configure:7996: $? = 0 configure:7996: result: yes configure:8079: checking for pkg-config configure:8102: found /usr/local/bin/pkg-config configure:8114: result: /usr/local/bin/pkg-config configure:8139: checking pkg-config is at least version 0.9.0 configure:8142: result: yes configure:8159: checking for pcap header in /opt/local/include configure:8173: result: not here configure:8159: checking for pcap header in /usr/ng/include configure:8173: result: not here configure:8159: checking for pcap header in /usr/include configure:8173: result: not here configure:8159: checking for pcap header in /usr/local/include configure:8169: result: found configure:8184: checking for pcap library in /opt/local/lib configure:8200: gcc -o conftest -g -O2 conftest.c -L/opt/local/lib -lpcap >&5 ld: warning: search path '/opt/local/lib' not found configure:8200: $? = 0 configure:8212: result: found configure:8224: checking whether pcap is available configure:8236: result: yes configure:8353: checking how to run the C preprocessor configure:8379: gcc -E conftest.c configure:8379: $? = 0 configure:8394: gcc -E conftest.c conftest.c:74:10: fatal error: 'ac_nonexistent.h' file not found 74 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:8394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSPN 1 | /* end confdefs.h. */ | #include configure:8421: result: gcc -E configure:8435: gcc -E conftest.c configure:8435: $? = 0 configure:8450: gcc -E conftest.c conftest.c:74:10: fatal error: 'ac_nonexistent.h' file not found 74 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:8450: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSPN 1 | /* end confdefs.h. */ | #include configure:8482: checking for X configure:8520: gcc -o conftest -g -O2 conftest.c -lX11 -L/opt/local/lib -lpcap >&5 ld: warning: search path '/opt/local/lib' not found ld: library 'X11' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:8520: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSPN 1 | /* end confdefs.h. */ | #include | int | main (void) | { | XrmInitialize () | ; | return 0; | } configure:8622: gcc -E conftest.c configure:8622: $? = 0 configure:8654: gcc -o conftest -g -O2 conftest.c -lX11 -L/opt/local/lib -lpcap >&5 ld: warning: search path '/opt/local/lib' not found ld: library 'X11' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:8654: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSPN 1 | /* end confdefs.h. */ | #include | int | main (void) | { | XrmInitialize () | ; | return 0; | } configure:8707: result: libraries /usr/X11/lib, headers configure:8719: gcc -E conftest.c conftest.c:74:10: fatal error: 'X11/XIntrinsic.h' file not found 74 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:8719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "es40" | #define PACKAGE_TARNAME "es40" | #define PACKAGE_VERSION "0.75.1" | #define PACKAGE_STRING "es40 0.75.1" | #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" | #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" | #define PACKAGE "es40" | #define VERSION "0.75.1" | #define HAVE_CXX17 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_TELNET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_ALARM 1 | #define HAVE_ATEXIT 1 | #define HAVE_FOPEN 1 | #define HAVE_FSEEK 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELL 1 | #define HAVE_FTELLO 1 | #define HAVE_INET_ATON 1 | #define HAVE_ISBLANK 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSPN 1 | /* end confdefs.h. */ | #include configure:8734: checking for X11 header files configure:8741: gcc -E conftest.c configure:8741: $? = 0 configure:8838: checking whether to use X11 configure:8847: result: yes configure:8876: checking for sdl3 >= 3.2.0 configure:8883: $PKG_CONFIG --exists --print-errors "sdl3 >= 3.2.0" configure:8886: $? = 0 configure:8900: $PKG_CONFIG --exists --print-errors "sdl3 >= 3.2.0" configure:8903: $? = 0 configure:8951: result: yes configure:9094: checking that generated files are newer than configure configure:9100: result: done configure:9131: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by es40 config.status 0.75.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on M2.local config.status:936: creating Makefile config.status:936: creating doc/Makefile config.status:936: creating m4/Makefile config.status:936: creating src/Makefile config.status:936: creating src/config.h config.status:1165: executing depfiles commands config.status:1242: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1247: $? = 0 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=aarch64-apple-darwin25.5.0 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_int16_t=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_int8_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_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PCAP_CFLAGS_set= ac_cv_env_PCAP_CFLAGS_value= ac_cv_env_PCAP_LIBS_set= ac_cv_env_PCAP_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SDL_CFLAGS_set= ac_cv_env_SDL_CFLAGS_value= ac_cv_env_SDL_LIBS_set= ac_cv_env_SDL_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_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_found_pcap=yes ac_cv_found_pcap_inc=yes ac_cv_found_pcap_lib=yes ac_cv_func__fseeki64=no ac_cv_func__ftelli64=no ac_cv_func__strdup=no ac_cv_func__stricasecmp=no ac_cv_func__stricmp=no ac_cv_func_alarm=yes ac_cv_func_atexit=yes ac_cv_func_fopen64=no ac_cv_func_fopen=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fseek=yes ac_cv_func_fseeko64=no ac_cv_func_fseeko=yes ac_cv_func_ftell=yes ac_cv_func_ftello64=no ac_cv_func_ftello=yes ac_cv_func_gmtime_s=no ac_cv_func_inet_aton=yes ac_cv_func_isblank=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_pow=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_socket=yes ac_cv_func_sqrt=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strncasecmp=yes ac_cv_func_strspn=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/usr/X11/lib'\''' ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_telnet_h=yes ac_cv_header_ctype_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_in_h=no ac_cv_header_inet_h=no ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_process_h=no ac_cv_header_pthread_h=yes ac_cv_header_signal_h=yes ac_cv_header_socket_h=no ac_cv_header_stdbool_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_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_sys_wait_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_ws2tcpip_h=no ac_cv_host=aarch64-apple-darwin25.5.0 ac_cv_lib_error_at_line=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_pcap_where_inc=/usr/local/include ac_cv_pcap_where_lib=/opt/local/lib ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_cxx11= ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make_make_set=yes ac_cv_struct_tm=time.h ac_cv_type__Bool=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_cxx_compile_cxx17__std_gnupp17=yes pkg_cv_SDL_CFLAGS=-I/usr/local/include pkg_cv_SDL_LIBS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL3' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/Users/user/SRC/es40/missing'\'' aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='${SHELL} '\''/Users/user/SRC/es40/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/Users/user/SRC/es40/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/Users/user/SRC/es40/missing'\'' automake-1.16' AWK='awk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS=' ' CSCOPE='cscope' CTAGS='ctags' CXX='g++ -std=gnu++17' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -Wno-deprecated-declarations -fvisibility=hidden -fvisibility-inlines-hidden -Wno-inconsistent-missing-override -I/usr/local/include -I/usr/local/include -DHAVE_PCAP -DHAVE_X11 -I/usr/local/include -DHAVE_SDL' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_ASMJIT_FALSE='' ENABLE_ASMJIT_TRUE='#' ETAGS='etags' EXEEXT='' GREP='/usr/bin/grep' HAVE_CXX17='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS=' ' LIBOBJS=' ${LIBOBJDIR}error$U.o' LIBS=' -L/opt/local/lib -lpcap -L/usr/X11/lib -lX11 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL3' LTLIBOBJS=' ${LIBOBJDIR}error$U.lo' MAKEINFO='${SHELL} '\''/Users/user/SRC/es40/missing'\'' makeinfo' MKDIR_P='./install-sh -c -d' OBJEXT='o' PACKAGE='es40' PACKAGE_BUGREPORT='https://github.com/ES40-Emu/es40/issues/new' PACKAGE_NAME='es40' PACKAGE_STRING='es40 0.75.1' PACKAGE_TARNAME='es40' PACKAGE_URL='https://github.com/ES40-Emu/es40/issues' PACKAGE_VERSION='0.75.1' PATH_SEPARATOR=':' PCAP_CFLAGS='-I/usr/local/include' PCAP_LIBS='-L/opt/local/lib -lpcap' PKG_CONFIG='/usr/local/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RANLIB='ranlib' SDL_CFLAGS='-I/usr/local/include' SDL_LIBS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL3' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.75.1' X11_CFLAGS='' X11_LIBS='-L/usr/X11/lib -lX11' XMKMF='' ac_ct_CC='gcc' ac_ct_CXX='g++' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_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 -' bindir='${exec_prefix}/bin' build='aarch64-apple-darwin25.5.0' build_alias='' build_cpu='aarch64' build_os='darwin25.5.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='aarch64-apple-darwin25.5.0' host_alias='' host_cpu='aarch64' host_os='darwin25.5.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/user/SRC/es40/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}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "es40" #define PACKAGE_TARNAME "es40" #define PACKAGE_VERSION "0.75.1" #define PACKAGE_STRING "es40 0.75.1" #define PACKAGE_BUGREPORT "https://github.com/ES40-Emu/es40/issues/new" #define PACKAGE_URL "https://github.com/ES40-Emu/es40/issues" #define PACKAGE "es40" #define VERSION "0.75.1" #define HAVE_CXX17 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ARPA_TELNET_H 1 #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_MALLOC 1 #define HAVE_REALLOC 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_ALARM 1 #define HAVE_ATEXIT 1 #define HAVE_FOPEN 1 #define HAVE_FSEEK 1 #define HAVE_FSEEKO 1 #define HAVE_FTELL 1 #define HAVE_FTELLO 1 #define HAVE_INET_ATON 1 #define HAVE_ISBLANK 1 #define HAVE_MEMSET 1 #define HAVE_POW 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_SQRT 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRSPN 1 #define HAVE_SDL 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by es40 config.status 0.75.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status src/config.h on M2.local config.status:936: creating src/config.h config.status:1117: src/config.h is unchanged