Created
January 30, 2024 13:45
-
-
Save vzarytovskii/0488deece4677b07dbdad56c5d8d465c to your computer and use it in GitHub Desktop.
emacs-plus (vzarytovskii/emacs-plus/emacs-plus) on macOS 14 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for vzarytovskii/emacs-plus/emacs-plus on macOS 14 | |
Build date: 2024-01-30 14:45:17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 4.2.6-5-g2cb8efc | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 2cb8efc51d1bf30adb71004d6921ca8beaae9994 | |
Last commit: 21 hours ago | |
Core tap JSON: 30 Jan 13:41 UTC | |
Core cask tap JSON: 30 Jan 13:41 UTC | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_MAKE_JOBS: 12 | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby | |
CPU: dodeca-core 64-bit arm_blizzard_avalanche | |
Clang: 15.0.0 build 1500 | |
Git: 2.39.3 => /Library/Developer/CommandLineTools/usr/bin/git | |
Curl: 8.4.0 => /usr/bin/curl | |
macOS: 14.3-arm64 | |
CLT: 15.1.0.0.1.1700200546 | |
Xcode: 15.2 | |
Rosetta 2: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Some installed formulae are deprecated or disabled. | |
You should find replacements for the following formulae: | |
exa | |
Warning: Putting non-prefixed coreutils in your path can cause GMP builds to fail. | |
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH. | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. Consider setting your PATH so that | |
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc | |
The following tools exist at both paths: | |
awk | |
openssl | |
pip3 | |
python3 | |
Warning: Homebrew's "bin" was not found in your PATH. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc | |
Warning: Homebrew's "sbin" was not found in your PATH but you have installed | |
formulae that put executables in /opt/homebrew/sbin. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emacs-plus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: emacs-plus | |
Tap: vzarytovskii/emacs-plus | |
Path: /opt/homebrew/Library/Taps/vzarytovskii/homebrew-emacs-plus/Formula/emacs-plus.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-01-30 13:45:05 +0000 | |
./autogen.sh | |
Checking whether you have the necessary tools... | |
(Read INSTALL.REPO for more details on building Emacs) | |
Checking for autoconf (need at least version 2.65) ... ok | |
Your system has the required tools. | |
Building aclocal.m4 ... | |
Running 'autoreconf -fi -I m4' ... | |
Building 'aclocal.m4' in exec ... | |
Running 'autoreconf -fi' in exec ... | |
Configuring local git repository... | |
'.git/config' -> '.git/config.~1~' | |
git config transfer.fsckObjects 'true' | |
git config diff.cpp.xfuncname '!^[ ]*[A-Za-z_][A-Za-z_0-9]*:[[:space:]]*($|/[/*]) | |
^((::[[:space:]]*)?[A-Za-z_][A-Za-z_0-9]*[[:space:]]*\(.*)$ | |
^((#define[[:space:]]|DEFUN).*)$' | |
git config diff.elisp.xfuncname '^\([^[:space:]]*def[^[:space:]]+[[:space:]]+([^()[:space:]]+)' | |
git config diff.m4.xfuncname '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*' | |
git config diff.make.xfuncname '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=|define .*)' | |
git config diff.shell.xfuncname '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:alnum:]_]*=)' | |
git config diff.texinfo.xfuncname '^@node[[:space:]]+([^,[:space:]][^,]+)' | |
Installing git hooks... | |
'build-aux/git-hooks/commit-msg' -> '.git/hooks/commit-msg' | |
'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit' | |
'build-aux/git-hooks/prepare-commit-msg' -> '.git/hooks/prepare-commit-msg' | |
'build-aux/git-hooks/post-commit' -> '.git/hooks/post-commit' | |
'build-aux/git-hooks/pre-push' -> '.git/hooks/pre-push' | |
'build-aux/git-hooks/commit-msg-files.awk' -> '.git/hooks/commit-msg-files.awk' | |
'.git/hooks/applypatch-msg.sample' -> '.git/hooks/applypatch-msg' | |
'.git/hooks/pre-applypatch.sample' -> '.git/hooks/pre-applypatch' | |
You can now run './configure'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-01-30 13:45:08 +0000 | |
./configure | |
--disable-dependency-tracking | |
--disable-silent-rules | |
--enable-locallisppath=/opt/homebrew/share/emacs/site-lisp | |
--infodir=/opt/homebrew/Cellar/emacs-plus/30.0.50/share/info/emacs | |
--prefix=/opt/homebrew/Cellar/emacs-plus/30.0.50 | |
--disable-ns-self-contained | |
--with-cairo | |
--with-cocoa | |
--with-gnutls | |
--with-json | |
--with-mailutils | |
--with-modules | |
--with-native-compilation=aot | |
--with-ns | |
--with-poll | |
--with-rsvg | |
--with-webp | |
--with-xml2 | |
--with-xwidgets | |
--without-compress-install | |
--without-dbus | |
--without-imagemagick | |
configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-cocoa | |
checking for xcrun... xcrun | |
checking for make... yes | |
checking for GNU Make... make | |
checking build system type... aarch64-apple-darwin23.3.0 | |
checking host system type... aarch64-apple-darwin23.3.0 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether the compiler supports GNU C... yes | |
checking whether gcc-13 accepts -g... yes | |
checking for gcc-13 option to enable C11 features... none needed | |
checking whether the compiler is clang... no | |
checking for compiler option needed when checking for declarations... none | |
checking for ar... ar | |
checking whether gcc-13 and cc understand -c and -o together... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for strings.h... yes | |
checking for sys/stat.h... yes | |
checking for sys/types.h... yes | |
checking for unistd.h... yes | |
checking for wchar.h... yes | |
checking for minix/config.h... no | |
checking for linux/fs.h... no | |
checking for malloc.h... no | |
checking for sys/systeminfo.h... no | |
checking for sys/sysinfo.h... no | |
checking for coff.h... no | |
checking for pty.h... no | |
checking for sys/resource.h... yes | |
checking for sys/utsname.h... yes | |
checking for pwd.h... yes | |
checking for util.h... yes | |
checking for sanitizer/lsan_interface.h... no | |
checking for sanitizer/asan_interface.h... no | |
checking for sanitizer/common_interface_defs.h... no | |
checking for sys/socket.h... yes | |
checking for sys/param.h... yes | |
checking for pthread.h... yes | |
checking for malloc/malloc.h... yes | |
checking for sys/un.h... yes | |
checking for vfork.h... no | |
checking for utmp.h... yes | |
checking for utmpx.h... yes | |
checking for OS.h... no | |
checking for dirent.h... yes | |
checking for execinfo.h... yes | |
checking for linux/xattr.h... no | |
checking for stdio_ext.h... no | |
checking for sys/vfs.h... no | |
checking for sys/fs_types.h... no | |
checking for getopt.h... yes | |
checking for sys/cdefs.h... yes | |
checking for sys/time.h... yes | |
checking for ieee754.h... no | |
checking for limits.h... yes | |
checking for sys/select.h... yes | |
checking for stdbool.h... yes | |
checking for stdckdint.h... no | |
checking for sys/random.h... yes | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether _XOPEN_SOURCE should be defined... no | |
checking how to run the C preprocessor... gcc-13 -E | |
checking for egrep -e... /opt/homebrew/opt/grep/libexec/gnubin/grep -E | |
checking for Minix Amsterdam compiler... no | |
checking for ranlib... ranlib | |
checking for gcc-13 option to enable large file support... none needed | |
checking for gcc-13 option for timestamps after 2038... none needed | |
checking whether the compiler supports GNU C++... yes | |
checking whether g++-13 accepts -g... yes | |
checking for g++-13 option to enable C++11 features... none needed | |
checking whether the compiler is clang... no | |
checking whether C compiler handles -Werror -Wunknown-warning-option... no | |
checking whether -Wno-missing-field-initializers is needed... no | |
checking whether -Wuninitialized is supported... yes | |
checking whether C compiler handles -fstrict-flex-arrays... yes | |
checking whether C compiler handles -Wall... yes | |
checking whether C compiler handles -Warith-conversion... yes | |
checking whether C compiler handles -Wdate-time... yes | |
checking whether C compiler handles -Wdisabled-optimization... yes | |
checking whether C compiler handles -Wdouble-promotion... yes | |
checking whether C compiler handles -Wduplicated-cond... yes | |
checking whether C compiler handles -Wextra... yes | |
checking whether C compiler handles -Wformat-signedness... yes | |
checking whether C compiler handles -Winit-self... yes | |
checking whether C compiler handles -Winvalid-pch... yes | |
checking whether C compiler handles -Wlogical-op... yes | |
checking whether C compiler handles -Wmissing-declarations... yes | |
checking whether C compiler handles -Wmissing-include-dirs... yes | |
checking whether C compiler handles -Wmissing-prototypes... yes | |
checking whether C compiler handles -Wnested-externs... yes | |
checking whether C compiler handles -Wnull-dereference... yes | |
checking whether C compiler handles -Wold-style-definition... yes | |
checking whether C compiler handles -Wopenmp-simd... yes | |
checking whether C compiler handles -Wpacked... yes | |
checking whether C compiler handles -Wpointer-arith... yes | |
checking whether C compiler handles -Wstrict-flex-arrays... yes | |
checking whether C compiler handles -Wstrict-prototypes... yes | |
checking whether C compiler handles -Wsuggest-attribute=format... yes | |
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes | |
checking whether C compiler handles -Wsuggest-final-methods... yes | |
checking whether C compiler handles -Wsuggest-final-types... yes | |
checking whether C compiler handles -Wtrampolines... yes | |
checking whether C compiler handles -Wuninitialized... yes | |
checking whether C compiler handles -Wunknown-pragmas... yes | |
checking whether C compiler handles -Wunused-macros... yes | |
checking whether C compiler handles -Wvariadic-macros... yes | |
checking whether C compiler handles -Wvector-operation-performance... yes | |
checking whether C compiler handles -Wwrite-strings... yes | |
checking whether C compiler handles -Warray-bounds=2... yes | |
checking whether C compiler handles -Wattribute-alias=2... yes | |
checking whether C compiler handles -Wformat=2... yes | |
checking whether C compiler handles -Wformat-truncation=2... yes | |
checking whether C compiler handles -Wimplicit-fallthrough=5... yes | |
checking whether C compiler handles -Wshift-overflow=2... yes | |
checking whether C compiler handles -Wuse-after-free=3... yes | |
checking whether C compiler handles -Wvla-larger-than=4031... yes | |
checking whether C compiler handles -Wredundant-decls... yes | |
checking whether C compiler handles -Wno-missing-field-initializers... yes | |
checking whether C compiler handles -Wno-override-init... yes | |
checking whether C compiler handles -Wno-sign-compare... yes | |
checking whether C compiler handles -Wno-type-limits... yes | |
checking whether C compiler handles -Wno-unused-parameter... yes | |
checking whether C compiler handles -Wno-format-nonliteral... yes | |
checking whether C compiler handles -Wno-bidi-chars... yes | |
checking whether C compiler handles -Wno-deprecated-declarations... yes | |
checking for sys/poll.h... yes | |
checking for a BSD-compatible install... /opt/homebrew/opt/coreutils/libexec/gnubin/install -c | |
checking command to symlink files in the same directory... ln -s | |
checking for install-info... /opt/homebrew/opt/texinfo/bin/install-info | |
checking for gzip... /usr/bin/gzip | |
checking for 'find' args to delete a file... -delete | |
checking for brew... no | |
checking for port... no | |
checking for -znocombreloc... not needed | |
checking whether addresses are sanitized... no | |
checking for math library... none required | |
checking for struct passwd.pw_gecos... yes | |
checking for pkg-config... /opt/homebrew/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for machine/soundcard.h... no | |
checking for sys/soundcard.h... no | |
checking for soundcard.h... no | |
checking for mmsystem.h... no | |
checking for _oss_ioctl in -lossaudio... no | |
checking for alsa >= 1.0.0... no | |
checking for ADDR_NO_RANDOMIZE... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for net/if.h... yes | |
checking for ifaddrs.h... yes | |
checking for net/if_dl.h... yes | |
checking for struct ifreq.ifr_flags... yes | |
checking for struct ifreq.ifr_hwaddr... no | |
checking for struct ifreq.ifr_netmask... no | |
checking for struct ifreq.ifr_broadaddr... yes | |
checking for struct ifreq.ifr_addr... yes | |
checking for struct ifreq.ifr_addr.sa_len... yes | |
checking whether gcc understands -MMD -MF... yes | |
checking for gcc-13 options needed to detect all undeclared functions... none needed | |
checking for X... no | |
checking for AppKit/AppKit.h... no | |
configure: error: The include files (AppKit/AppKit.h etc) that | |
are required for a Nextstep build are missing or cannot be compiled. | |
Either fix this, or re-configure with the option '--without-ns'. | |
HOMEBREW_VERSION: 4.2.6-5-g2cb8efc | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 2cb8efc51d1bf30adb71004d6921ca8beaae9994 | |
Last commit: 21 hours ago | |
Core tap JSON: 30 Jan 13:41 UTC | |
Core cask tap JSON: 30 Jan 13:41 UTC | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_MAKE_JOBS: 12 | |
HOMEBREW_NO_BOOTSNAP: set | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby | |
CPU: dodeca-core 64-bit arm_blizzard_avalanche | |
Clang: 15.0.0 build 1500 | |
Git: 2.39.3 => /Library/Developer/CommandLineTools/usr/bin/git | |
Curl: 8.4.0 => /usr/bin/curl | |
macOS: 14.3-arm64 | |
CLT: 15.1.0.0.1.1700200546 | |
Xcode: 15.2 | |
Rosetta 2: false | |
HOMEBREW_CC: gcc-13 | |
HOMEBREW_CXX: g++-13 | |
CFLAGS: -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks | |
LDFLAGS: -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks | |
MAKEFLAGS: -j12 | |
CMAKE_PREFIX_PATH: /opt/homebrew/opt/jpeg:/opt/homebrew/opt/zlib:/opt/homebrew | |
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /opt/homebrew/opt/imagemagick/lib/pkgconfig:/opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/gnutls/lib/pkgconfig:/opt/homebrew/opt/jansson/lib/pkgconfig:/opt/homebrew/opt/jpeg/lib/pkgconfig:/opt/homebrew/opt/librsvg/lib/pkgconfig:/opt/homebrew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/tree-sitter/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/zlib/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk | |
ACLOCAL_PATH: /opt/homebrew/share/aclocal | |
PATH: /opt/homebrew/opt/grep/libexec/gnubin:/opt/homebrew/opt/gnu-tar/libexec/gnubin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/make/libexec/gnubin:/opt/homebrew/opt/autoconf/bin:/opt/homebrew/opt/awk/bin:/opt/homebrew/opt/coreutils/bin:/opt/homebrew/opt/gcc/bin:/opt/homebrew/opt/gnu-sed/bin:/opt/homebrew/opt/gnu-tar/bin:/opt/homebrew/opt/gnutls/bin:/opt/homebrew/opt/grep/bin:/opt/homebrew/opt/imagemagick/bin:/opt/homebrew/opt/jpeg/bin:/opt/homebrew/opt/librsvg/bin:/opt/homebrew/opt/little-cms2/bin:/opt/homebrew/opt/mailutils/bin:/opt/homebrew/opt/make/bin:/opt/homebrew/opt/pkg-config/bin:/opt/homebrew/opt/texinfo/bin:/opt/homebrew/opt/tree-sitter/bin:/opt/homebrew/opt/webp/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/Library/Homebrew/shims/mac/super:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc called with: -c conftest.c | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/jpeg/include -I/opt/homebrew/opt/zlib/include | |
superenv executed: gcc-13 -pipe -Os -c conftest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/jpeg/include -I/opt/homebrew/opt/zlib/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/jpeg/include -I/opt/homebrew/opt/zlib/include | |
superenv executed: gcc-13 -pipe -Os -c conftest.c -o conftest2.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/jpeg/include -I/opt/homebrew/opt/zlib/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/jpeg/include -I/opt/homebrew/opt/zlib/include | |
superenv executed: gcc-13 -pipe -Os -c conftest.c -o conftest2.o -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/homebrew/opt/jpeg/include -I/opt/homebrew/opt/zlib/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU Emacs configure 30.0.50, which was | |
generated by GNU Autoconf 2.72. Invocation command line was | |
$ ./configure --disable-dependency-tracking --disable-silent-rules --enable-locallisppath=/opt/homebrew/share/emacs/site-lisp --infodir=/opt/homebrew/Cellar/emacs-plus/30.0.50/share/info/emacs --prefix=/opt/homebrew/Cellar/emacs-plus/30.0.50 --disable-ns-self-contained --with-cairo --with-cocoa --with-gnutls --with-json --with-mailutils --with-modules --with-native-compilation=aot --with-ns --with-poll --with-rsvg --with-webp --with-xml2 --with-xwidgets --without-compress-install --without-dbus --without-imagemagick | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Vlads-MacBook-Pro.local | |
uname -m = arm64 | |
uname -r = 23.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 23.3.0: Thu Jan 4 13:51:47 PST 2024; root:xnu-10002.81.5~13/RELEASE_ARM64_T6020 | |
/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 23.3.0: Thu Jan 4 13:51:47 PST 2024; root:xnu-10002.81.5~13/RELEASE_ARM64_T6020 | |
Kernel configured for up to 12 processors. | |
12 processors are physically available. | |
12 processors are logically available. | |
Processor type: arm64e (ARM64E) | |
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 | |
Primary memory available: 96.00 gigabytes | |
Default processor set: 867 tasks, 4292 threads, 12 processors | |
Load average: 2.02, Mach factor: 9.97 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /opt/homebrew/opt/grep/libexec/gnubin/ | |
PATH: /opt/homebrew/opt/gnu-tar/libexec/gnubin/ | |
PATH: /opt/homebrew/opt/gnu-sed/libexec/gnubin/ | |
PATH: /opt/homebrew/opt/coreutils/libexec/gnubin/ | |
PATH: /opt/homebrew/opt/make/libexec/gnubin/ | |
PATH: /opt/homebrew/opt/autoconf/bin/ | |
PATH: /opt/homebrew/opt/awk/bin/ | |
PATH: /opt/homebrew/opt/coreutils/bin/ | |
PATH: /opt/homebrew/opt/gcc/bin/ | |
PATH: /opt/homebrew/opt/gnu-sed/bin/ | |
PATH: /opt/homebrew/opt/gnu-tar/bin/ | |
PATH: /opt/homebrew/opt/gnutls/bin/ | |
PATH: /opt/homebrew/opt/grep/bin/ | |
PATH: /opt/homebrew/opt/imagemagick/bin/ | |
PATH: /opt/homebrew/opt/jpeg/bin/ | |
PATH: /opt/homebrew/opt/librsvg/bin/ | |
PATH: /opt/homebrew/opt/little-cms2/bin/ | |
PATH: /opt/homebrew/opt/mailutils/bin/ | |
PATH: /opt/homebrew/opt/make/bin/ | |
PATH: /opt/homebrew/opt/pkg-config/bin/ | |
PATH: /opt/homebrew/opt/texinfo/bin/ | |
PATH: /opt/homebrew/opt/tree-sitter/bin/ | |
PATH: /opt/homebrew/opt/webp/bin/ | |
PATH: /opt/homebrew/opt/xz/bin/ | |
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super/ | |
PATH: /usr/bin/ | |
PATH: /bin/ | |
PATH: /usr/sbin/ | |
PATH: /sbin/ | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:4832: looking for aux files: install-sh ndk-build-helper.mk config.guess config.sub | |
configure:4845: trying ./build-aux/ | |
configure:4856: ./build-aux/install-sh found | |
configure:4874: ./build-aux/ndk-build-helper.mk found | |
configure:4874: ./build-aux/config.guess found | |
configure:4874: ./build-aux/config.sub found | |
configure:5054: checking for xcrun | |
configure:5075: found /opt/homebrew/Library/Homebrew/shims/mac/super/xcrun | |
configure:5087: result: xcrun | |
configure:5102: checking for make | |
configure:5123: found /opt/homebrew/opt/make/libexec/gnubin/make | |
configure:5135: result: yes | |
configure:5160: checking for GNU Make | |
configure:5217: result: make | |
configure:5251: checking build system type | |
configure:5267: result: aarch64-apple-darwin23.3.0 | |
configure:5287: checking host system type | |
configure:5302: result: aarch64-apple-darwin23.3.0 | |
configure:8795: checking for C compiler version | |
configure:8804: gcc-13 --version >&5 | |
gcc-13 (Homebrew GCC 13.2.0) 13.2.0 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:8815: $? = 0 | |
configure:8804: gcc-13 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gcc-13 | |
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/13.2.0/bin/../libexec/gcc/aarch64-apple-darwin23/13/lto-wrapper | |
Target: aarch64-apple-darwin23 | |
Configured with: ../configure --prefix=/opt/homebrew/opt/gcc --libdir=/opt/homebrew/opt/gcc/lib/gcc/current --disable-nls --enable-checking=release --with-gcc-major-version-only --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-13 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-zstd=/opt/homebrew/opt/zstd --with-pkgversion='Homebrew GCC 13.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --with-system-zlib --build=aarch64-apple-darwin23 --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --with-ld=/Library/Developer/CommandLineTools/usr/bin/ld-classic | |
Thread model: posix | |
Supported LTO compression algorithms: zlib zstd | |
gcc version 13.2.0 (Homebrew GCC 13.2.0) | |
configure:8815: $? = 0 | |
configure:8804: gcc-13 -V >&5 | |
gcc-13: error: unrecognized command-line option '-V' | |
gcc-13: fatal error: no input files | |
compilation terminated. | |
configure:8815: $? = 1 | |
configure:8804: gcc-13 -qversion >&5 | |
gcc-13: error: unrecognized command-line option '-qversion'; did you mean '--version'? | |
gcc-13: fatal error: no input files | |
compilation terminated. | |
configure:8815: $? = 1 | |
configure:8804: gcc-13 -version >&5 | |
gcc-13: error: unrecognized command-line option '-version' | |
gcc-13: fatal error: no input files | |
compilation terminated. | |
configure:8815: $? = 1 | |
configure:8835: checking whether the C compiler works | |
configure:8857: gcc-13 -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:8861: $? = 0 | |
configure:8912: result: yes | |
configure:8916: checking for C compiler default output file name | |
configure:8918: result: a.out | |
configure:8924: checking for suffix of executables | |
configure:8931: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:8935: $? = 0 | |
configure:8959: result: | |
configure:8983: checking whether we are cross compiling | |
configure:8991: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:8995: $? = 0 | |
configure:9002: ./conftest | |
configure:9006: $? = 0 | |
configure:9021: result: no | |
configure:9027: checking for suffix of object files | |
configure:9050: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9054: $? = 0 | |
configure:9078: result: o | |
configure:9082: checking whether the compiler supports GNU C | |
configure:9102: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9102: $? = 0 | |
configure:9114: result: yes | |
configure:9125: checking whether gcc-13 accepts -g | |
configure:9146: gcc-13 -c -g conftest.c >&5 | |
configure:9146: $? = 0 | |
configure:9193: result: yes | |
configure:9213: checking for gcc-13 option to enable C11 features | |
configure:9228: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9228: $? = 0 | |
configure:9247: result: none needed | |
configure:9366: checking whether the compiler is clang | |
configure:9388: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9388: $? = 0 | |
configure:9399: result: no | |
configure:9403: checking for compiler option needed when checking for declarations | |
configure:9438: result: none | |
configure:9453: checking for ar | |
configure:9474: found /usr/bin/ar | |
configure:9486: result: ar | |
configure:9511: checking whether gcc-13 and cc understand -c and -o together | |
configure:9543: gcc-13 -c conftest.c -o conftest2.o >&5 | |
configure:9547: $? = 0 | |
configure:9553: gcc-13 -c conftest.c -o conftest2.o >&5 | |
configure:9557: $? = 0 | |
configure:9568: cc -c conftest.c >&5 | |
configure:9572: $? = 0 | |
configure:9580: cc -c conftest.c -o conftest2.o >&5 | |
configure:9584: $? = 0 | |
configure:9590: cc -c conftest.c -o conftest2.o >&5 | |
configure:9594: $? = 0 | |
configure:9613: result: yes | |
configure:9656: checking for stdio.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for stdlib.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for string.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for inttypes.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for stdint.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for strings.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/stat.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/types.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for unistd.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for wchar.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for minix/config.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: minix/config.h: No such file or directory | |
49 | #include <minix/config.h> | |
| ^~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:9656: result: no | |
configure:9656: checking for linux/fs.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: linux/fs.h: No such file or directory | |
49 | #include <linux/fs.h> | |
| ^~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/fs.h> | |
configure:9656: result: no | |
configure:9656: checking for malloc.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: malloc.h: No such file or directory | |
49 | #include <malloc.h> | |
| ^~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <malloc.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/systeminfo.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: sys/systeminfo.h: No such file or directory | |
49 | #include <sys/systeminfo.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/systeminfo.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/sysinfo.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: sys/sysinfo.h: No such file or directory | |
49 | #include <sys/sysinfo.h> | |
| ^~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/sysinfo.h> | |
configure:9656: result: no | |
configure:9656: checking for coff.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: coff.h: No such file or directory | |
49 | #include <coff.h> | |
| ^~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <coff.h> | |
configure:9656: result: no | |
configure:9656: checking for pty.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:49:10: fatal error: pty.h: No such file or directory | |
49 | #include <pty.h> | |
| ^~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <pty.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/resource.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/utsname.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for pwd.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for util.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sanitizer/lsan_interface.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:53:10: fatal error: sanitizer/lsan_interface.h: No such file or directory | |
53 | #include <sanitizer/lsan_interface.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sanitizer/lsan_interface.h> | |
configure:9656: result: no | |
configure:9656: checking for sanitizer/asan_interface.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:53:10: fatal error: sanitizer/asan_interface.h: No such file or directory | |
53 | #include <sanitizer/asan_interface.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sanitizer/asan_interface.h> | |
configure:9656: result: no | |
configure:9656: checking for sanitizer/common_interface_defs.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:53:10: fatal error: sanitizer/common_interface_defs.h: No such file or directory | |
53 | #include <sanitizer/common_interface_defs.h> | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sanitizer/common_interface_defs.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/socket.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/param.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for pthread.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for malloc/malloc.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/un.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for vfork.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:58:10: fatal error: vfork.h: No such file or directory | |
58 | #include <vfork.h> | |
| ^~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vfork.h> | |
configure:9656: result: no | |
configure:9656: checking for utmp.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for utmpx.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for OS.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:60:10: fatal error: OS.h: No such file or directory | |
60 | #include <OS.h> | |
| ^~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <OS.h> | |
configure:9656: result: no | |
configure:9656: checking for dirent.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for execinfo.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for linux/xattr.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:62:10: fatal error: linux/xattr.h: No such file or directory | |
62 | #include <linux/xattr.h> | |
| ^~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/xattr.h> | |
configure:9656: result: no | |
configure:9656: checking for stdio_ext.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:62:10: fatal error: stdio_ext.h: No such file or directory | |
62 | #include <stdio_ext.h> | |
| ^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <stdio_ext.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/vfs.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:62:10: fatal error: sys/vfs.h: No such file or directory | |
62 | #include <sys/vfs.h> | |
| ^~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vfs.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/fs_types.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:62:10: fatal error: sys/fs_types.h: No such file or directory | |
62 | #include <sys/fs_types.h> | |
| ^~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/fs_types.h> | |
configure:9656: result: no | |
configure:9656: checking for getopt.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/cdefs.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/time.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for ieee754.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:65:10: fatal error: ieee754.h: No such file or directory | |
65 | #include <ieee754.h> | |
| ^~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ieee754.h> | |
configure:9656: result: no | |
configure:9656: checking for limits.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for sys/select.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for stdbool.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9656: checking for stdckdint.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:68:10: fatal error: stdckdint.h: No such file or directory | |
68 | #include <stdckdint.h> | |
| ^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <stdckdint.h> | |
configure:9656: result: no | |
configure:9656: checking for sys/random.h | |
configure:9656: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9656: $? = 0 | |
configure:9656: result: yes | |
configure:9687: checking whether it is safe to define __EXTENSIONS__ | |
configure:9706: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9706: $? = 0 | |
configure:9716: result: yes | |
configure:9719: checking whether _XOPEN_SOURCE should be defined | |
configure:9741: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:9741: $? = 0 | |
configure:9770: result: no | |
configure:9846: checking how to run the C preprocessor | |
configure:9872: gcc-13 -E conftest.c | |
configure:9872: $? = 0 | |
configure:9888: gcc-13 -E conftest.c | |
conftest.c:59:10: fatal error: ac_nonexistent.h: No such file or directory | |
59 | #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9888: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:9917: result: gcc-13 -E | |
configure:9931: gcc-13 -E conftest.c | |
configure:9931: $? = 0 | |
configure:9947: gcc-13 -E conftest.c | |
conftest.c:59:10: fatal error: ac_nonexistent.h: No such file or directory | |
59 | #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:9947: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:9980: checking for egrep -e | |
configure:10110: result: /opt/homebrew/opt/grep/libexec/gnubin/grep -E | |
configure:10117: checking for Minix Amsterdam compiler | |
configure:10145: result: no | |
configure:10322: checking for ranlib | |
configure:10343: found /usr/bin/ranlib | |
configure:10355: result: ranlib | |
configure:10417: checking for gcc-13 option to enable large file support | |
configure:10452: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:10452: $? = 0 | |
configure:10458: gcc-13 -DFTYPE=ino_t -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:10458: $? = 0 | |
configure:10495: result: none needed | |
configure:10522: checking for gcc-13 option for timestamps after 2038 | |
configure:10554: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:10554: $? = 0 | |
configure:10566: result: none needed | |
configure:10938: checking for C++ compiler version | |
configure:10947: g++-13 --version >&5 | |
g++-13 (Homebrew GCC 13.2.0) 13.2.0 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:10958: $? = 0 | |
configure:10947: g++-13 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=g++-13 | |
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/13.2.0/bin/../libexec/gcc/aarch64-apple-darwin23/13/lto-wrapper | |
Target: aarch64-apple-darwin23 | |
Configured with: ../configure --prefix=/opt/homebrew/opt/gcc --libdir=/opt/homebrew/opt/gcc/lib/gcc/current --disable-nls --enable-checking=release --with-gcc-major-version-only --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-13 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-zstd=/opt/homebrew/opt/zstd --with-pkgversion='Homebrew GCC 13.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --with-system-zlib --build=aarch64-apple-darwin23 --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --with-ld=/Library/Developer/CommandLineTools/usr/bin/ld-classic | |
Thread model: posix | |
Supported LTO compression algorithms: zlib zstd | |
gcc version 13.2.0 (Homebrew GCC 13.2.0) | |
configure:10958: $? = 0 | |
configure:10947: g++-13 -V >&5 | |
g++-13: error: unrecognized command-line option '-V' | |
g++-13: fatal error: no input files | |
compilation terminated. | |
configure:10958: $? = 1 | |
configure:10947: g++-13 -qversion >&5 | |
g++-13: error: unrecognized command-line option '-qversion'; did you mean '--version'? | |
g++-13: fatal error: no input files | |
compilation terminated. | |
configure:10958: $? = 1 | |
configure:10962: checking whether the compiler supports GNU C++ | |
configure:10982: g++-13 -c conftest.cpp >&5 | |
configure:10982: $? = 0 | |
configure:10994: result: yes | |
configure:11005: checking whether g++-13 accepts -g | |
configure:11026: g++-13 -c -g conftest.cpp >&5 | |
configure:11026: $? = 0 | |
configure:11073: result: yes | |
configure:11093: checking for g++-13 option to enable C++11 features | |
configure:11108: g++-13 -c -g -O2 conftest.cpp >&5 | |
conftest.cpp: In function 'int main(int, char**)': | |
conftest.cpp:226:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] | |
226 | cxx11test::delegate d2(); | |
| ^~ | |
conftest.cpp:226:25: note: remove parentheses to default-initialize a variable | |
226 | cxx11test::delegate d2(); | |
| ^~ | |
| -- | |
conftest.cpp:226:25: note: or replace parentheses with braces to value-initialize a variable | |
configure:11108: $? = 0 | |
configure:11127: result: none needed | |
configure:11342: checking whether the compiler is clang | |
configure:11363: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:62:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant | |
62 | error "not clang"; | |
| ^~~~~~~~~~~ | |
configure:11363: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifndef __clang__ | |
| error "not clang"; | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11373: result: no | |
configure:11421: gcc-13 -E conftest.c | |
configure:11421: $? = 0 | |
configure:11483: checking whether C compiler handles -Werror -Wunknown-warning-option | |
configure:11503: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Werror -Wunknown-warning-option -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
gcc-13: error: unrecognized command-line option '-Wunknown-warning-option' | |
configure:11503: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11516: result: no | |
configure:11809: checking whether -Wno-missing-field-initializers is needed | |
configure:11838: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wextra -Werror conftest.c >&5 | |
configure:11838: $? = 0 | |
configure:11855: result: no | |
configure:11858: checking whether -Wuninitialized is supported | |
configure:11877: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Werror -Wuninitialized conftest.c >&5 | |
configure:11877: $? = 0 | |
configure:11889: result: yes | |
configure:12031: checking whether C compiler handles -fstrict-flex-arrays | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -fstrict-flex-arrays -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wall | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wall -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Warith-conversion | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Warith-conversion -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wdate-time | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wdate-time -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wdisabled-optimization | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wdisabled-optimization -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wdouble-promotion | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wdouble-promotion -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wduplicated-cond | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wduplicated-cond -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wextra | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wextra -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wformat-signedness | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wformat-signedness -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Winit-self | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Winit-self -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Winvalid-pch | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Winvalid-pch -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wlogical-op | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wlogical-op -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wmissing-declarations | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wmissing-declarations -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wmissing-include-dirs | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wmissing-include-dirs -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wmissing-prototypes | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wmissing-prototypes -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wnested-externs | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wnested-externs -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wnull-dereference | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wnull-dereference -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wold-style-definition | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wold-style-definition -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wopenmp-simd | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wopenmp-simd -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wpacked | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wpacked -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wpointer-arith | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wpointer-arith -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wstrict-flex-arrays | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wstrict-flex-arrays -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
cc1: warning: '-Wstrict-flex-arrays' is ignored when '-fstrict-flex-arrays' is not present | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wstrict-prototypes | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wstrict-prototypes -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wsuggest-attribute=format | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wsuggest-attribute=format -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wsuggest-attribute=noreturn | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wsuggest-attribute=noreturn -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wsuggest-final-methods | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wsuggest-final-methods -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wsuggest-final-types | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wsuggest-final-types -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wtrampolines | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wtrampolines -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wuninitialized | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wuninitialized -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wunknown-pragmas | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wunknown-pragmas -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wunused-macros | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wunused-macros -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:12: warning: macro "HAVE_STRING_H" is not used [-Wunused-macros] | |
12 | #define HAVE_STRING_H 1 | |
| | |
conftest.c:57: warning: macro "__EXTENSIONS__" is not used [-Wunused-macros] | |
57 | #define __EXTENSIONS__ 1 | |
| | |
conftest.c:53: warning: macro "__STDC_WANT_IEC_60559_TYPES_EXT__" is not used [-Wunused-macros] | |
53 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| | |
conftest.c:42: warning: macro "_DARWIN_C_SOURCE" is not used [-Wunused-macros] | |
42 | #define _DARWIN_C_SOURCE 1 | |
| | |
conftest.c:6: warning: macro "PACKAGE_BUGREPORT" is not used [-Wunused-macros] | |
6 | #define PACKAGE_BUGREPORT "[email protected]" | |
| | |
conftest.c:34: warning: macro "HAVE_SYS_CDEFS_H" is not used [-Wunused-macros] | |
34 | #define HAVE_SYS_CDEFS_H 1 | |
| | |
conftest.c:21: warning: macro "HAVE_SYS_UTSNAME_H" is not used [-Wunused-macros] | |
21 | #define HAVE_SYS_UTSNAME_H 1 | |
| | |
conftest.c:23: warning: macro "HAVE_UTIL_H" is not used [-Wunused-macros] | |
23 | #define HAVE_UTIL_H 1 | |
| | |
conftest.c:56: warning: macro "_TANDEM_SOURCE" is not used [-Wunused-macros] | |
56 | #define _TANDEM_SOURCE 1 | |
| | |
conftest.c:50: warning: macro "__STDC_WANT_IEC_60559_DFP_EXT__" is not used [-Wunused-macros] | |
50 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| | |
conftest.c:5: warning: macro "PACKAGE_STRING" is not used [-Wunused-macros] | |
5 | #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| | |
conftest.c:14: warning: macro "HAVE_STDINT_H" is not used [-Wunused-macros] | |
14 | #define HAVE_STDINT_H 1 | |
| | |
conftest.c:16: warning: macro "HAVE_SYS_STAT_H" is not used [-Wunused-macros] | |
16 | #define HAVE_SYS_STAT_H 1 | |
| | |
conftest.c:31: warning: macro "HAVE_DIRENT_H" is not used [-Wunused-macros] | |
31 | #define HAVE_DIRENT_H 1 | |
| | |
conftest.c:13: warning: macro "HAVE_INTTYPES_H" is not used [-Wunused-macros] | |
13 | #define HAVE_INTTYPES_H 1 | |
| | |
conftest.c:3: warning: macro "PACKAGE_TARNAME" is not used [-Wunused-macros] | |
3 | #define PACKAGE_TARNAME "emacs" | |
| | |
conftest.c:2: warning: macro "PACKAGE_NAME" is not used [-Wunused-macros] | |
2 | #define PACKAGE_NAME "GNU Emacs" | |
| | |
conftest.c:46: warning: macro "_OPENBSD_SOURCE" is not used [-Wunused-macros] | |
46 | #define _OPENBSD_SOURCE 1 | |
| | |
conftest.c:11: warning: macro "HAVE_STDLIB_H" is not used [-Wunused-macros] | |
11 | #define HAVE_STDLIB_H 1 | |
| | |
conftest.c:17: warning: macro "HAVE_SYS_TYPES_H" is not used [-Wunused-macros] | |
17 | #define HAVE_SYS_TYPES_H 1 | |
| | |
conftest.c:24: warning: macro "HAVE_SYS_SOCKET_H" is not used [-Wunused-macros] | |
24 | #define HAVE_SYS_SOCKET_H 1 | |
| | |
conftest.c:36: warning: macro "HAVE_LIMITS_H" is not used [-Wunused-macros] | |
36 | #define HAVE_LIMITS_H 1 | |
| | |
conftest.c:22: warning: macro "HAVE_PWD_H" is not used [-Wunused-macros] | |
22 | #define HAVE_PWD_H 1 | |
| | |
conftest.c:28: warning: macro "HAVE_SYS_UN_H" is not used [-Wunused-macros] | |
28 | #define HAVE_SYS_UN_H 1 | |
| | |
conftest.c:47: warning: macro "_POSIX_PTHREAD_SEMANTICS" is not used [-Wunused-macros] | |
47 | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | |
conftest.c:54: warning: macro "__STDC_WANT_LIB_EXT2__" is not used [-Wunused-macros] | |
54 | #define __STDC_WANT_LIB_EXT2__ 1 | |
| | |
conftest.c:38: warning: macro "HAVE_STDBOOL_H" is not used [-Wunused-macros] | |
38 | #define HAVE_STDBOOL_H 1 | |
| | |
conftest.c:19: warning: macro "HAVE_WCHAR_H" is not used [-Wunused-macros] | |
19 | #define HAVE_WCHAR_H 1 | |
| | |
conftest.c:20: warning: macro "HAVE_SYS_RESOURCE_H" is not used [-Wunused-macros] | |
20 | #define HAVE_SYS_RESOURCE_H 1 | |
| | |
conftest.c:27: warning: macro "HAVE_MALLOC_MALLOC_H" is not used [-Wunused-macros] | |
27 | #define HAVE_MALLOC_MALLOC_H 1 | |
| | |
conftest.c:10: warning: macro "HAVE_STDIO_H" is not used [-Wunused-macros] | |
10 | #define HAVE_STDIO_H 1 | |
| | |
conftest.c:52: warning: macro "__STDC_WANT_IEC_60559_FUNCS_EXT__" is not used [-Wunused-macros] | |
52 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| | |
conftest.c:48: warning: macro "__STDC_WANT_IEC_60559_ATTRIBS_EXT__" is not used [-Wunused-macros] | |
48 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| | |
conftest.c:15: warning: macro "HAVE_STRINGS_H" is not used [-Wunused-macros] | |
15 | #define HAVE_STRINGS_H 1 | |
| | |
conftest.c:40: warning: macro "STDC_HEADERS" is not used [-Wunused-macros] | |
40 | #define STDC_HEADERS 1 | |
| | |
conftest.c:55: warning: macro "__STDC_WANT_MATH_SPEC_FUNCS__" is not used [-Wunused-macros] | |
55 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| | |
conftest.c:18: warning: macro "HAVE_UNISTD_H" is not used [-Wunused-macros] | |
18 | #define HAVE_UNISTD_H 1 | |
| | |
conftest.c:35: warning: macro "HAVE_SYS_TIME_H" is not used [-Wunused-macros] | |
35 | #define HAVE_SYS_TIME_H 1 | |
| | |
conftest.c:49: warning: macro "__STDC_WANT_IEC_60559_BFP_EXT__" is not used [-Wunused-macros] | |
49 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| | |
conftest.c:4: warning: macro "PACKAGE_VERSION" is not used [-Wunused-macros] | |
4 | #define PACKAGE_VERSION "30.0.50" | |
| | |
conftest.c:44: warning: macro "_HPUX_ALT_XOPEN_SOCKET_API" is not used [-Wunused-macros] | |
44 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| | |
conftest.c:26: warning: macro "HAVE_PTHREAD_H" is not used [-Wunused-macros] | |
26 | #define HAVE_PTHREAD_H 1 | |
| | |
conftest.c:9: warning: macro "HAVE_MAILUTILS" is not used [-Wunused-macros] | |
9 | #define HAVE_MAILUTILS 1 | |
| | |
conftest.c:30: warning: macro "HAVE_UTMPX_H" is not used [-Wunused-macros] | |
30 | #define HAVE_UTMPX_H 1 | |
| | |
conftest.c:25: warning: macro "HAVE_SYS_PARAM_H" is not used [-Wunused-macros] | |
25 | #define HAVE_SYS_PARAM_H 1 | |
| | |
conftest.c:58: warning: macro "__USE_MINGW_ANSI_STDIO" is not used [-Wunused-macros] | |
58 | #define __USE_MINGW_ANSI_STDIO 1 | |
| | |
conftest.c:8: warning: macro "HAVE_PDUMPER" is not used [-Wunused-macros] | |
8 | #define HAVE_PDUMPER 1 | |
| | |
conftest.c:39: warning: macro "HAVE_SYS_RANDOM_H" is not used [-Wunused-macros] | |
39 | #define HAVE_SYS_RANDOM_H 1 | |
| | |
conftest.c:29: warning: macro "HAVE_UTMP_H" is not used [-Wunused-macros] | |
29 | #define HAVE_UTMP_H 1 | |
| | |
conftest.c:33: warning: macro "HAVE_GETOPT_H" is not used [-Wunused-macros] | |
33 | #define HAVE_GETOPT_H 1 | |
| | |
conftest.c:51: warning: macro "__STDC_WANT_IEC_60559_EXT__" is not used [-Wunused-macros] | |
51 | #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| | |
conftest.c:32: warning: macro "HAVE_EXECINFO_H" is not used [-Wunused-macros] | |
32 | #define HAVE_EXECINFO_H 1 | |
| | |
conftest.c:45: warning: macro "_NETBSD_SOURCE" is not used [-Wunused-macros] | |
45 | #define _NETBSD_SOURCE 1 | |
| | |
conftest.c:7: warning: macro "PACKAGE_URL" is not used [-Wunused-macros] | |
7 | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| | |
conftest.c:41: warning: macro "_ALL_SOURCE" is not used [-Wunused-macros] | |
41 | #define _ALL_SOURCE 1 | |
| | |
conftest.c:43: warning: macro "_GNU_SOURCE" is not used [-Wunused-macros] | |
43 | #define _GNU_SOURCE 1 | |
| | |
conftest.c:37: warning: macro "HAVE_SYS_SELECT_H" is not used [-Wunused-macros] | |
37 | #define HAVE_SYS_SELECT_H 1 | |
| | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wvariadic-macros | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wvariadic-macros -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wvector-operation-performance | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wvector-operation-performance -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wwrite-strings | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wwrite-strings -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Warray-bounds=2 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Warray-bounds=2 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wattribute-alias=2 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wattribute-alias=2 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wformat=2 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wformat=2 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wformat-truncation=2 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wformat-truncation=2 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wimplicit-fallthrough=5 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wimplicit-fallthrough=5 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wshift-overflow=2 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wshift-overflow=2 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wuse-after-free=3 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wuse-after-free=3 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12031: checking whether C compiler handles -Wvla-larger-than=4031 | |
configure:12051: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wvla-larger-than=4031 -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12051: $? = 0 | |
configure:12065: result: yes | |
configure:12076: checking whether C compiler handles -Wredundant-decls | |
configure:12096: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wredundant-decls -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12096: $? = 0 | |
configure:12109: result: yes | |
configure:12119: checking whether C compiler handles -Wno-missing-field-initializers | |
configure:12139: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wmissing-field-initializers -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12139: $? = 0 | |
configure:12152: result: yes | |
configure:12162: checking whether C compiler handles -Wno-override-init | |
configure:12182: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Woverride-init -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12182: $? = 0 | |
configure:12195: result: yes | |
configure:12205: checking whether C compiler handles -Wno-sign-compare | |
configure:12225: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wsign-compare -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12225: $? = 0 | |
configure:12238: result: yes | |
configure:12248: checking whether C compiler handles -Wno-type-limits | |
configure:12268: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wtype-limits -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12268: $? = 0 | |
configure:12281: result: yes | |
configure:12291: checking whether C compiler handles -Wno-unused-parameter | |
configure:12311: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wunused-parameter -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12311: $? = 0 | |
configure:12324: result: yes | |
configure:12334: checking whether C compiler handles -Wno-format-nonliteral | |
configure:12354: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wformat-nonliteral -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
cc1: warning: '-Wformat-nonliteral' ignored without '-Wformat' [-Wformat-nonliteral] | |
configure:12354: $? = 0 | |
configure:12367: result: yes | |
configure:12377: checking whether C compiler handles -Wno-bidi-chars | |
configure:12397: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wbidi-chars -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12397: $? = 0 | |
configure:12410: result: yes | |
configure:12928: checking whether C compiler handles -Wno-deprecated-declarations | |
configure:12948: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -Wdeprecated-declarations -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:12948: $? = 0 | |
configure:12961: result: yes | |
configure:13120: checking for sys/poll.h | |
configure:13120: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:13120: $? = 0 | |
configure:13120: result: yes | |
configure:13174: checking for a BSD-compatible install | |
configure:13248: result: /opt/homebrew/opt/coreutils/libexec/gnubin/install -c | |
configure:13262: checking command to symlink files in the same directory | |
configure:13285: result: ln -s | |
configure:13299: checking for install-info | |
configure:13322: found /opt/homebrew/opt/texinfo/bin/install-info | |
configure:13336: result: /opt/homebrew/opt/texinfo/bin/install-info | |
configure:13346: checking for gzip | |
configure:13369: found /usr/bin/gzip | |
configure:13382: result: /usr/bin/gzip | |
configure:13398: checking for 'find' args to delete a file | |
configure:13411: result: -delete | |
configure:13540: checking for brew | |
configure:13576: result: no | |
configure:13637: checking for port | |
configure:13676: result: no | |
configure:13740: checking for -znocombreloc | |
configure:13775: result: not needed | |
configure:13784: checking whether addresses are sanitized | |
configure:13808: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:68:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant | |
68 | error "Addresses are not sanitized."; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
configure:13808: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| /* end confdefs.h. */ | |
| #ifndef __has_feature | |
| #define __has_feature(f) 0 | |
| #endif | |
| #if defined __SANITIZE_ADDRESS__ || __has_feature (address_sanitizer) | |
| #else | |
| error "Addresses are not sanitized."; | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:13818: result: no | |
configure:13984: checking for math library | |
configure:14034: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14034: $? = 0 | |
configure:14055: result: none required | |
configure:14102: checking for struct passwd.pw_gecos | |
configure:14102: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14102: $? = 0 | |
configure:14102: result: yes | |
configure:14177: checking for pkg-config | |
configure:14200: found /opt/homebrew/opt/pkg-config/bin/pkg-config | |
configure:14213: result: /opt/homebrew/opt/pkg-config/bin/pkg-config | |
configure:14238: checking pkg-config is at least version 0.9.0 | |
configure:14241: result: yes | |
configure:14261: checking for machine/soundcard.h | |
configure:14261: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:72:10: fatal error: machine/soundcard.h: No such file or directory | |
72 | #include <machine/soundcard.h> | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:14261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef __MINGW32__ | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #endif | |
| | |
| | |
| #include <machine/soundcard.h> | |
configure:14261: result: no | |
configure:14261: checking for sys/soundcard.h | |
configure:14261: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:72:10: fatal error: sys/soundcard.h: No such file or directory | |
72 | #include <sys/soundcard.h> | |
| ^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:14261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef __MINGW32__ | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #endif | |
| | |
| | |
| #include <sys/soundcard.h> | |
configure:14261: result: no | |
configure:14261: checking for soundcard.h | |
configure:14261: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:72:10: fatal error: soundcard.h: No such file or directory | |
72 | #include <soundcard.h> | |
| ^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:14261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef __MINGW32__ | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #endif | |
| | |
| | |
| #include <soundcard.h> | |
configure:14261: result: no | |
configure:14261: checking for mmsystem.h | |
configure:14261: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:72:10: fatal error: mmsystem.h: No such file or directory | |
72 | #include <mmsystem.h> | |
| ^~~~~~~~~~~~ | |
compilation terminated. | |
configure:14261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef __MINGW32__ | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #endif | |
| | |
| | |
| #include <mmsystem.h> | |
configure:14261: result: no | |
configure:14282: checking for _oss_ioctl in -lossaudio | |
configure:14311: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c -lossaudio >&5 | |
ld: library not found for -lossaudio | |
collect2: error: ld returned 1 exit status | |
configure:14311: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| | |
| /* 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. | |
| The 'extern "C"' is for builds by C++ compilers; | |
| although this is not generally supported in C code supporting it here | |
| has little cost and some practical benefit (sr 110532). */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _oss_ioctl (void); | |
| int | |
| main (void) | |
| { | |
| return _oss_ioctl (); | |
| ; | |
| return 0; | |
| } | |
configure:14323: result: no | |
configure:14424: checking for alsa >= 1.0.0 | |
configure:14431: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" | |
Package alsa was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `alsa.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'alsa' found | |
configure:14434: $? = 1 | |
configure:14448: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" | |
Package alsa was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `alsa.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'alsa' found | |
configure:14451: $? = 1 | |
configure:14465: result: no | |
No package 'alsa' found | |
configure:14535: checking for ADDR_NO_RANDOMIZE | |
configure:14553: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c:65:10: fatal error: sys/personality.h: No such file or directory | |
65 | #include <sys/personality.h> | |
| ^~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:14553: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| #include <sys/personality.h> | |
| int | |
| main (void) | |
| { | |
| personality (personality (0xffffffff) | |
| | ADDR_NO_RANDOMIZE) | |
| ; | |
| return 0; | |
| } | |
configure:14563: result: no | |
configure:14643: gcc-13 -E conftest.c | |
configure:14643: $? = 0 | |
configure:14650: checking for sys/wait.h that is POSIX.1 compatible | |
configure:14677: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14677: $? = 0 | |
configure:14687: result: yes | |
configure:14698: checking for net/if.h | |
configure:14698: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14698: $? = 0 | |
configure:14698: result: yes | |
configure:14709: checking for ifaddrs.h | |
configure:14709: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14709: $? = 0 | |
configure:14709: result: yes | |
configure:14720: checking for net/if_dl.h | |
configure:14720: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14720: $? = 0 | |
configure:14720: result: yes | |
configure:14732: checking for struct ifreq.ifr_flags | |
configure:14732: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14732: $? = 0 | |
configure:14732: result: yes | |
configure:14747: checking for struct ifreq.ifr_hwaddr | |
configure:14747: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:110:12: error: 'struct ifreq' has no member named 'ifr_hwaddr' | |
110 | if (ac_aggr.ifr_hwaddr) | |
| ^ | |
configure:14747: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| #if HAVE_NET_IF_H | |
| #include <net/if.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| static struct ifreq ac_aggr; | |
| if (ac_aggr.ifr_hwaddr) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14747: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:110:19: error: 'struct ifreq' has no member named 'ifr_hwaddr' | |
110 | if (sizeof ac_aggr.ifr_hwaddr) | |
| ^ | |
configure:14747: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| #if HAVE_NET_IF_H | |
| #include <net/if.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| static struct ifreq ac_aggr; | |
| if (sizeof ac_aggr.ifr_hwaddr) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14747: result: no | |
configure:14762: checking for struct ifreq.ifr_netmask | |
configure:14762: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:110:12: error: 'struct ifreq' has no member named 'ifr_netmask' | |
110 | if (ac_aggr.ifr_netmask) | |
| ^ | |
configure:14762: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| #if HAVE_NET_IF_H | |
| #include <net/if.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| static struct ifreq ac_aggr; | |
| if (ac_aggr.ifr_netmask) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14762: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:110:19: error: 'struct ifreq' has no member named 'ifr_netmask' | |
110 | if (sizeof ac_aggr.ifr_netmask) | |
| ^ | |
configure:14762: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| #if HAVE_NET_IF_H | |
| #include <net/if.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| static struct ifreq ac_aggr; | |
| if (sizeof ac_aggr.ifr_netmask) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14762: result: no | |
configure:14777: checking for struct ifreq.ifr_broadaddr | |
configure:14777: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:110:5: error: used struct type value where scalar is required | |
110 | if (ac_aggr.ifr_broadaddr) | |
| ^~~~~~~ | |
configure:14777: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| #if HAVE_NET_IF_H | |
| #include <net/if.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| static struct ifreq ac_aggr; | |
| if (ac_aggr.ifr_broadaddr) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14777: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14777: $? = 0 | |
configure:14777: result: yes | |
configure:14792: checking for struct ifreq.ifr_addr | |
configure:14792: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:111:5: error: used struct type value where scalar is required | |
111 | if (ac_aggr.ifr_addr) | |
| ^~~~~~~ | |
configure:14792: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| #if HAVE_NET_IF_H | |
| #include <net/if.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| static struct ifreq ac_aggr; | |
| if (ac_aggr.ifr_addr) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14792: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14792: $? = 0 | |
configure:14792: result: yes | |
configure:14807: checking for struct ifreq.ifr_addr.sa_len | |
configure:14807: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14807: $? = 0 | |
configure:14807: result: yes | |
configure:14829: checking whether gcc understands -MMD -MF | |
configure:14848: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -MMD -MF deps.d -MP conftest.c >&5 | |
configure:14848: $? = 0 | |
configure:14861: result: yes | |
configure:14886: checking for gcc-13 options needed to detect all undeclared functions | |
configure:14908: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:78:8: error: 'strchr' undeclared (first use in this function) | |
78 | (void) strchr; | |
| ^~~~~~ | |
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'? | |
1 | /* confdefs.h */ | |
conftest.c:78:8: note: each undeclared identifier is reported only once for each function it appears in | |
78 | (void) strchr; | |
| ^~~~~~ | |
configure:14908: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main (void) | |
| { | |
| (void) strchr; | |
| ; | |
| return 0; | |
| } | |
configure:14935: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c >&5 | |
configure:14935: $? = 0 | |
configure:14955: result: none needed | |
configure:15070: checking for X | |
configure:15108: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c -lX11 >&5 | |
conftest.c:74:10: fatal error: X11/Xlib.h: No such file or directory | |
74 | #include <X11/Xlib.h> | |
| ^~~~~~~~~~~~ | |
compilation terminated. | |
configure:15108: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <X11/Xlib.h> | |
| int | |
| main (void) | |
| { | |
| XrmInitialize () | |
| ; | |
| return 0; | |
| } | |
configure:15210: gcc-13 -E conftest.c | |
conftest.c:74:10: fatal error: X11/Xlib.h: No such file or directory | |
74 | #include <X11/Xlib.h> | |
| ^~~~~~~~~~~~ | |
compilation terminated. | |
configure:15210: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <X11/Xlib.h> | |
configure:15243: gcc-13 -o conftest -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks conftest.c -lX11 >&5 | |
conftest.c:74:10: fatal error: X11/Xlib.h: No such file or directory | |
74 | #include <X11/Xlib.h> | |
| ^~~~~~~~~~~~ | |
compilation terminated. | |
configure:15243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <X11/Xlib.h> | |
| int | |
| main (void) | |
| { | |
| XrmInitialize () | |
| ; | |
| return 0; | |
| } | |
configure:15287: result: no | |
configure:15460: checking for AppKit/AppKit.h | |
configure:15460: gcc-13 -c -O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -x objective-c -x objective-c conftest.c >&5 | |
conftest.c:102:10: fatal error: AppKit/AppKit.h: No such file or directory | |
102 | #include <AppKit/AppKit.h> | |
| ^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:15460: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Emacs" | |
| #define PACKAGE_TARNAME "emacs" | |
| #define PACKAGE_VERSION "30.0.50" | |
| #define PACKAGE_STRING "GNU Emacs 30.0.50" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
| #define HAVE_PDUMPER 1 | |
| #define HAVE_MAILUTILS 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_WCHAR_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_MALLOC_MALLOC_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_RANDOM_H 1 | |
| #define STDC_HEADERS 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define _OPENBSD_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define __EXTENSIONS__ 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GCC_LINT 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define USE_POLL 1 | |
| #define SYSTEM_TYPE "darwin" | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | |
| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #ifdef HAVE_STDIO_H | |
| # include <stdio.h> | |
| #endif | |
| #ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <AppKit/AppKit.h> | |
configure:15460: result: no | |
configure:15465: error: The include files (AppKit/AppKit.h etc) that | |
are required for a Nextstep build are missing or cannot be compiled. | |
Either fix this, or re-configure with the option '--without-ns'. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=aarch64-apple-darwin23.3.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_undeclared_builtin_options='none needed' | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_ALSA_CFLAGS_set= | |
ac_cv_env_ALSA_CFLAGS_value= | |
ac_cv_env_ALSA_LIBS_set= | |
ac_cv_env_ALSA_LIBS_value= | |
ac_cv_env_ANDROID_CC_set= | |
ac_cv_env_ANDROID_CC_value= | |
ac_cv_env_ANDROID_CFLAGS_set= | |
ac_cv_env_ANDROID_CFLAGS_value= | |
ac_cv_env_APKSIGNER_set= | |
ac_cv_env_APKSIGNER_value= | |
ac_cv_env_CAIRO_CFLAGS_set= | |
ac_cv_env_CAIRO_CFLAGS_value= | |
ac_cv_env_CAIRO_LIBS_set= | |
ac_cv_env_CAIRO_LIBS_value= | |
ac_cv_env_CAIRO_XCB_CFLAGS_set= | |
ac_cv_env_CAIRO_XCB_CFLAGS_value= | |
ac_cv_env_CAIRO_XCB_LIBS_set= | |
ac_cv_env_CAIRO_XCB_LIBS_value= | |
ac_cv_env_CAIRO_XLIB_CFLAGS_set= | |
ac_cv_env_CAIRO_XLIB_CFLAGS_value= | |
ac_cv_env_CAIRO_XLIB_LIBS_set= | |
ac_cv_env_CAIRO_XLIB_LIBS_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=gcc-13 | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks' | |
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=set | |
ac_cv_env_CXX_value=g++-13 | |
ac_cv_env_DBUS_CFLAGS_set= | |
ac_cv_env_DBUS_CFLAGS_value= | |
ac_cv_env_DBUS_LIBS_set= | |
ac_cv_env_DBUS_LIBS_value= | |
ac_cv_env_FONTCONFIG_CFLAGS_set= | |
ac_cv_env_FONTCONFIG_CFLAGS_value= | |
ac_cv_env_FONTCONFIG_LIBS_set= | |
ac_cv_env_FONTCONFIG_LIBS_value= | |
ac_cv_env_FREETYPE_CFLAGS_set= | |
ac_cv_env_FREETYPE_CFLAGS_value= | |
ac_cv_env_FREETYPE_LIBS_set= | |
ac_cv_env_FREETYPE_LIBS_value= | |
ac_cv_env_GCONF_CFLAGS_set= | |
ac_cv_env_GCONF_CFLAGS_value= | |
ac_cv_env_GCONF_LIBS_set= | |
ac_cv_env_GCONF_LIBS_value= | |
ac_cv_env_GFILENOTIFY_CFLAGS_set= | |
ac_cv_env_GFILENOTIFY_CFLAGS_value= | |
ac_cv_env_GFILENOTIFY_LIBS_set= | |
ac_cv_env_GFILENOTIFY_LIBS_value= | |
ac_cv_env_GOBJECT_CFLAGS_set= | |
ac_cv_env_GOBJECT_CFLAGS_value= | |
ac_cv_env_GOBJECT_LIBS_set= | |
ac_cv_env_GOBJECT_LIBS_value= | |
ac_cv_env_GSETTINGS_CFLAGS_set= | |
ac_cv_env_GSETTINGS_CFLAGS_value= | |
ac_cv_env_GSETTINGS_LIBS_set= | |
ac_cv_env_GSETTINGS_LIBS_value= | |
ac_cv_env_GTK_CFLAGS_set= | |
ac_cv_env_GTK_CFLAGS_value= | |
ac_cv_env_GTK_LIBS_set= | |
ac_cv_env_GTK_LIBS_value= | |
ac_cv_env_HARFBUZZ_CFLAGS_set= | |
ac_cv_env_HARFBUZZ_CFLAGS_value= | |
ac_cv_env_HARFBUZZ_LIBS_set= | |
ac_cv_env_HARFBUZZ_LIBS_value= | |
ac_cv_env_IMAGEMAGICK_CFLAGS_set= | |
ac_cv_env_IMAGEMAGICK_CFLAGS_value= | |
ac_cv_env_IMAGEMAGICK_LIBS_set= | |
ac_cv_env_IMAGEMAGICK_LIBS_value= | |
ac_cv_env_JARSIGNER_set= | |
ac_cv_env_JARSIGNER_value= | |
ac_cv_env_JAVAC_set= | |
ac_cv_env_JAVAC_value= | |
ac_cv_env_JSON_CFLAGS_set= | |
ac_cv_env_JSON_CFLAGS_value= | |
ac_cv_env_JSON_LIBS_set= | |
ac_cv_env_JSON_LIBS_value= | |
ac_cv_env_KQUEUE_CFLAGS_set= | |
ac_cv_env_KQUEUE_CFLAGS_value= | |
ac_cv_env_KQUEUE_LIBS_set= | |
ac_cv_env_KQUEUE_LIBS_value= | |
ac_cv_env_LCMS2_CFLAGS_set= | |
ac_cv_env_LCMS2_CFLAGS_value= | |
ac_cv_env_LCMS2_LIBS_set= | |
ac_cv_env_LCMS2_LIBS_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks' | |
ac_cv_env_LIBGNUTLS_CFLAGS_set= | |
ac_cv_env_LIBGNUTLS_CFLAGS_value= | |
ac_cv_env_LIBGNUTLS_LIBS_set= | |
ac_cv_env_LIBGNUTLS_LIBS_value= | |
ac_cv_env_LIBOTF_CFLAGS_set= | |
ac_cv_env_LIBOTF_CFLAGS_value= | |
ac_cv_env_LIBOTF_LIBS_set= | |
ac_cv_env_LIBOTF_LIBS_value= | |
ac_cv_env_LIBSECCOMP_CFLAGS_set= | |
ac_cv_env_LIBSECCOMP_CFLAGS_value= | |
ac_cv_env_LIBSECCOMP_LIBS_set= | |
ac_cv_env_LIBSECCOMP_LIBS_value= | |
ac_cv_env_LIBSYSTEMD_CFLAGS_set= | |
ac_cv_env_LIBSYSTEMD_CFLAGS_value= | |
ac_cv_env_LIBSYSTEMD_LIBS_set= | |
ac_cv_env_LIBSYSTEMD_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LIBXML2_CFLAGS_set= | |
ac_cv_env_LIBXML2_CFLAGS_value= | |
ac_cv_env_LIBXML2_LIBS_set= | |
ac_cv_env_LIBXML2_LIBS_value= | |
ac_cv_env_M17N_FLT_CFLAGS_set= | |
ac_cv_env_M17N_FLT_CFLAGS_value= | |
ac_cv_env_M17N_FLT_LIBS_set= | |
ac_cv_env_M17N_FLT_LIBS_value= | |
ac_cv_env_OBJCFLAGS_set= | |
ac_cv_env_OBJCFLAGS_value= | |
ac_cv_env_OBJC_set=set | |
ac_cv_env_OBJC_value=gcc-13 | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/opt/homebrew/opt/imagemagick/lib/pkgconfig:/opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/gnutls/lib/pkgconfig:/opt/homebrew/opt/jansson/lib/pkgconfig:/opt/homebrew/opt/jpeg/lib/pkgconfig:/opt/homebrew/opt/librsvg/lib/pkgconfig:/opt/homebrew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/tree-sitter/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/zlib/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_PNG_CFLAGS_set= | |
ac_cv_env_PNG_CFLAGS_value= | |
ac_cv_env_PNG_LIBS_set= | |
ac_cv_env_PNG_LIBS_value= | |
ac_cv_env_RSVG_CFLAGS_set= | |
ac_cv_env_RSVG_CFLAGS_value= | |
ac_cv_env_RSVG_LIBS_set= | |
ac_cv_env_RSVG_LIBS_value= | |
ac_cv_env_SDK_BUILD_TOOLS_set= | |
ac_cv_env_SDK_BUILD_TOOLS_value= | |
ac_cv_env_TREE_SITTER_CFLAGS_set= | |
ac_cv_env_TREE_SITTER_CFLAGS_value= | |
ac_cv_env_TREE_SITTER_LIBS_set= | |
ac_cv_env_TREE_SITTER_LIBS_value= | |
ac_cv_env_WEBKIT_CFLAGS_set= | |
ac_cv_env_WEBKIT_CFLAGS_value= | |
ac_cv_env_WEBKIT_LIBS_set= | |
ac_cv_env_WEBKIT_LIBS_value= | |
ac_cv_env_WEBP_CFLAGS_set= | |
ac_cv_env_WEBP_CFLAGS_value= | |
ac_cv_env_WEBP_LIBS_set= | |
ac_cv_env_WEBP_LIBS_value= | |
ac_cv_env_XFIXES_CFLAGS_set= | |
ac_cv_env_XFIXES_CFLAGS_value= | |
ac_cv_env_XFIXES_LIBS_set= | |
ac_cv_env_XFIXES_LIBS_value= | |
ac_cv_env_XFT_CFLAGS_set= | |
ac_cv_env_XFT_CFLAGS_value= | |
ac_cv_env_XFT_LIBS_set= | |
ac_cv_env_XFT_LIBS_value= | |
ac_cv_env_XINERAMA_CFLAGS_set= | |
ac_cv_env_XINERAMA_CFLAGS_value= | |
ac_cv_env_XINERAMA_LIBS_set= | |
ac_cv_env_XINERAMA_LIBS_value= | |
ac_cv_env_XINPUT_CFLAGS_set= | |
ac_cv_env_XINPUT_CFLAGS_value= | |
ac_cv_env_XINPUT_LIBS_set= | |
ac_cv_env_XINPUT_LIBS_value= | |
ac_cv_env_XMKMF_set= | |
ac_cv_env_XMKMF_value= | |
ac_cv_env_XRANDR_CFLAGS_set= | |
ac_cv_env_XRANDR_CFLAGS_value= | |
ac_cv_env_XRANDR_LIBS_set= | |
ac_cv_env_XRANDR_LIBS_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_have_x=have_x=no | |
ac_cv_header_AppKit_AppKit_h=no | |
ac_cv_header_OS_h=no | |
ac_cv_header_coff_h=no | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_ieee754_h=no | |
ac_cv_header_ifaddrs_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_linux_fs_h=no | |
ac_cv_header_linux_xattr_h=no | |
ac_cv_header_machine_soundcard_h=no | |
ac_cv_header_malloc_h=no | |
ac_cv_header_malloc_malloc_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_mmsystem_h=no | |
ac_cv_header_net_if_dl_h=yes | |
ac_cv_header_net_if_h=yes | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_pty_h=no | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_sanitizer_asan_interface_h=no | |
ac_cv_header_sanitizer_common_interface_defs_h=no | |
ac_cv_header_sanitizer_lsan_interface_h=no | |
ac_cv_header_soundcard_h=no | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdckdint_h=no | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_ext_h=no | |
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_cdefs_h=yes | |
ac_cv_header_sys_fs_types_h=no | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_poll_h=yes | |
ac_cv_header_sys_random_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_soundcard_h=no | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_sysinfo_h=no | |
ac_cv_header_sys_systeminfo_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_utsname_h=yes | |
ac_cv_header_sys_vfs_h=no | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_util_h=yes | |
ac_cv_header_utmp_h=yes | |
ac_cv_header_utmpx_h=yes | |
ac_cv_header_vfork_h=no | |
ac_cv_header_wchar_h=yes | |
ac_cv_host=aarch64-apple-darwin23.3.0 | |
ac_cv_lib_ossaudio__oss_ioctl=no | |
ac_cv_member_struct_ifreq_ifr_addr=yes | |
ac_cv_member_struct_ifreq_ifr_addr_sa_len=yes | |
ac_cv_member_struct_ifreq_ifr_broadaddr=yes | |
ac_cv_member_struct_ifreq_ifr_flags=yes | |
ac_cv_member_struct_ifreq_ifr_hwaddr=no | |
ac_cv_member_struct_ifreq_ifr_netmask=no | |
ac_cv_member_struct_passwd_pw_gecos=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP_TRADITIONAL='/opt/homebrew/opt/grep/libexec/gnubin/grep -E' | |
ac_cv_path_GZIP_PROG=/usr/bin/gzip | |
ac_cv_path_INSTALL_INFO=/opt/homebrew/opt/texinfo/bin/install-info | |
ac_cv_path_MAKE=make | |
ac_cv_path_ac_pt_PKG_CONFIG=/opt/homebrew/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/opt/homebrew/opt/coreutils/libexec/gnubin/install -c' | |
ac_cv_prog_AR=ar | |
ac_cv_prog_CPP='gcc-13 -E' | |
ac_cv_prog_MAKE_PROG=yes | |
ac_cv_prog_XCRUN=xcrun | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c11= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cc_gcc_13_c_o=yes | |
ac_cv_prog_cc_stdc= | |
ac_cv_prog_cxx_cxx11= | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_cxx_stdcxx= | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_should_define__xopen_source=no | |
ac_cv_sys_largefile_opts='none needed' | |
ac_cv_sys_year2038_opts='none needed' | |
am_cv_func_iconv_works=yes | |
emacs_cv_autodepend=yes | |
emacs_cv_clang=no | |
emacs_cv_find_delete=-delete | |
emacs_cv_lib_math='none required' | |
emacs_cv_ln_s_fileonly='ln -s' | |
emacs_cv_personality_addr_no_randomize=no | |
emacs_cv_sanitize_address=no | |
emacs_cv_znocombreloc='not needed' | |
gl_cv_c_amsterdam_compiler=no | |
gl_cv_cc_nomfi_needed=no | |
gl_cv_cc_uninitialized_supported=yes | |
gl_cv_compiler_check_decl_option=none | |
gl_cv_compiler_clang=no | |
gl_cv_warn_c__Wall=yes | |
gl_cv_warn_c__Warith_conversion=yes | |
gl_cv_warn_c__Warray_bounds_2=yes | |
gl_cv_warn_c__Wattribute_alias_2=yes | |
gl_cv_warn_c__Wdate_time=yes | |
gl_cv_warn_c__Wdisabled_optimization=yes | |
gl_cv_warn_c__Wdouble_promotion=yes | |
gl_cv_warn_c__Wduplicated_cond=yes | |
gl_cv_warn_c__Werror__Wunknown_warning_option=no | |
gl_cv_warn_c__Wextra=yes | |
gl_cv_warn_c__Wformat_2=yes | |
gl_cv_warn_c__Wformat_signedness=yes | |
gl_cv_warn_c__Wformat_truncation_2=yes | |
gl_cv_warn_c__Wimplicit_fallthrough_5=yes | |
gl_cv_warn_c__Winit_self=yes | |
gl_cv_warn_c__Winvalid_pch=yes | |
gl_cv_warn_c__Wlogical_op=yes | |
gl_cv_warn_c__Wmissing_declarations=yes | |
gl_cv_warn_c__Wmissing_include_dirs=yes | |
gl_cv_warn_c__Wmissing_prototypes=yes | |
gl_cv_warn_c__Wnested_externs=yes | |
gl_cv_warn_c__Wno_bidi_chars=yes | |
gl_cv_warn_c__Wno_deprecated_declarations=yes | |
gl_cv_warn_c__Wno_format_nonliteral=yes | |
gl_cv_warn_c__Wno_missing_field_initializers=yes | |
gl_cv_warn_c__Wno_override_init=yes | |
gl_cv_warn_c__Wno_sign_compare=yes | |
gl_cv_warn_c__Wno_type_limits=yes | |
gl_cv_warn_c__Wno_unused_parameter=yes | |
gl_cv_warn_c__Wnull_dereference=yes | |
gl_cv_warn_c__Wold_style_definition=yes | |
gl_cv_warn_c__Wopenmp_simd=yes | |
gl_cv_warn_c__Wpacked=yes | |
gl_cv_warn_c__Wpointer_arith=yes | |
gl_cv_warn_c__Wredundant_decls=yes | |
gl_cv_warn_c__Wshift_overflow_2=yes | |
gl_cv_warn_c__Wstrict_flex_arrays=yes | |
gl_cv_warn_c__Wstrict_prototypes=yes | |
gl_cv_warn_c__Wsuggest_attribute_format=yes | |
gl_cv_warn_c__Wsuggest_attribute_noreturn=yes | |
gl_cv_warn_c__Wsuggest_final_methods=yes | |
gl_cv_warn_c__Wsuggest_final_types=yes | |
gl_cv_warn_c__Wtrampolines=yes | |
gl_cv_warn_c__Wuninitialized=yes | |
gl_cv_warn_c__Wunknown_pragmas=yes | |
gl_cv_warn_c__Wunused_macros=yes | |
gl_cv_warn_c__Wuse_after_free_3=yes | |
gl_cv_warn_c__Wvariadic_macros=yes | |
gl_cv_warn_c__Wvector_operation_performance=yes | |
gl_cv_warn_c__Wvla_larger_than_4031=yes | |
gl_cv_warn_c__Wwrite_strings=yes | |
gl_cv_warn_c__fstrict_flex_arrays=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AAPT='' | |
ALLOCA='' | |
ALLOCA_H='' | |
ALSA_CFLAGS='' | |
ALSA_LIBS='' | |
AM_DEFAULT_VERBOSITY='1' | |
ANDROID='no' | |
ANDROID_ABI='' | |
ANDROID_BUILD_CFLAGS='' | |
ANDROID_CC='' | |
ANDROID_CFLAGS='' | |
ANDROID_DEBUGGABLE='' | |
ANDROID_JAR='' | |
ANDROID_LDFLAGS='' | |
ANDROID_LIBS='' | |
ANDROID_MIN_SDK='' | |
ANDROID_OBJ='' | |
ANDROID_SDK_18_OR_EARLIER='' | |
ANDROID_SDK_8_OR_EARLIER='' | |
ANDROID_SHARED_USER_ID='' | |
ANDROID_SHARED_USER_NAME='' | |
APKSIGNER='' | |
APPLE_UNIVERSAL_BUILD='' | |
AR='ar' | |
ARFLAGS='cr' | |
ASSERT_H='' | |
AUTO_DEPEND='yes' | |
AWK='' | |
BITSIZEOF_PTRDIFF_T='' | |
BITSIZEOF_SIG_ATOMIC_T='' | |
BITSIZEOF_SIZE_T='' | |
BITSIZEOF_WCHAR_T='' | |
BITSIZEOF_WINT_T='' | |
BLESSMAIL_TARGET='' | |
BREW='' | |
BUILD_DETAILS='' | |
BYTESWAP_H='' | |
CAIRO_CFLAGS='' | |
CAIRO_LIBS='' | |
CAIRO_XCB_CFLAGS='' | |
CAIRO_XCB_LIBS='' | |
CAIRO_XLIB_CFLAGS='' | |
CAIRO_XLIB_LIBS='' | |
CC='gcc-13' | |
CFLAGS='-O3 -pipe -mtune=native -march=native -fomit-frame-pointer -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -x objective-c ' | |
CFLAGS_SOUND='' | |
CHECK_STRUCTS='false' | |
CLIENTRES='' | |
CLIENTW='' | |
CLOCK_TIME_LIB='' | |
CM_OBJ='cm.o' | |
COM_ERRLIB='' | |
CPP='gcc-13 -E' | |
CPPFLAGS=' -x objective-c ' | |
CRYPTOLIB='' | |
CXX='g++-13' | |
CXXFLAGS='-g -O2' | |
CYGWIN_OBJ='' | |
C_SWITCH_MACHINE='' | |
C_SWITCH_SYSTEM='' | |
C_SWITCH_X_SITE='' | |
D8='' | |
DBUS_CFLAGS='' | |
DBUS_LIBS='' | |
DBUS_OBJ='' | |
DEFS='' | |
DESLIB='' | |
DIR_HAS_FD_MEMBER='' | |
DOCMISC_W32='' | |
DUMPING='pdumper' | |
DYNAMIC_LIB_SECONDARY_SUFFIX='' | |
DYNAMIC_LIB_SUFFIX='' | |
DYNLIB_OBJ='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EMACSRES='' | |
EMACS_MANIFEST='' | |
EMULTIHOP_HIDDEN='' | |
EMULTIHOP_VALUE='' | |
ENOLINK_HIDDEN='' | |
ENOLINK_VALUE='' | |
EOVERFLOW_HIDDEN='' | |
EOVERFLOW_VALUE='' | |
ERRNO_H='' | |
EUIDACCESS_LIBGEN='' | |
EXECINFO_H='' | |
EXEEXT='' | |
FILE_HAS_ACL_LIB='' | |
FIND_DELETE='-delete' | |
FIRSTFILE_OBJ='' | |
FONTCONFIG_CFLAGS='' | |
FONTCONFIG_LIBS='' | |
FONT_OBJ='' | |
FREETYPE_CFLAGS='' | |
FREETYPE_LIBS='' | |
GCONF_CFLAGS='' | |
GCONF_LIBS='' | |
GETADDRINFO_A_LIBS='' | |
GETLOADAVG_LIBS='' | |
GETOPT_CDEFS_H='' | |
GETOPT_H='' | |
GETRANDOM_LIB='' | |
GFILENOTIFY_CFLAGS='' | |
GFILENOTIFY_LIBS='' | |
GIF_CFLAGS='' | |
GL_CFLAG_ALLOW_WARNINGS='' | |
GL_CFLAG_GNULIB_WARNINGS='' | |
GL_COND_LIBTOOL_CONDITION='' | |
GL_COND_OBJ_CANONICALIZE_LGPL_CONDITION='' | |
GL_COND_OBJ_COPY_FILE_RANGE_CONDITION='' | |
GL_COND_OBJ_DIRFD_CONDITION='' | |
GL_COND_OBJ_DUP2_CONDITION='' | |
GL_COND_OBJ_EUIDACCESS_CONDITION='' | |
GL_COND_OBJ_EXECINFO_CONDITION='' | |
GL_COND_OBJ_FACCESSAT_CONDITION='' | |
GL_COND_OBJ_FCHMODAT_CONDITION='' | |
GL_COND_OBJ_FCNTL_CONDITION='' | |
GL_COND_OBJ_FDOPENDIR_CONDITION='' | |
GL_COND_OBJ_FPENDING_CONDITION='' | |
GL_COND_OBJ_FREE_CONDITION='' | |
GL_COND_OBJ_FSTATAT_CONDITION='' | |
GL_COND_OBJ_FSUSAGE_CONDITION='' | |
GL_COND_OBJ_FSYNC_CONDITION='' | |
GL_COND_OBJ_FUTIMENS_CONDITION='' | |
GL_COND_OBJ_GETDELIM_CONDITION='' | |
GL_COND_OBJ_GETDTABLESIZE_CONDITION='' | |
GL_COND_OBJ_GETGROUPS_CONDITION='' | |
GL_COND_OBJ_GETLINE_CONDITION='' | |
GL_COND_OBJ_GETLOADAVG_CONDITION='' | |
GL_COND_OBJ_GETOPT_CONDITION='' | |
GL_COND_OBJ_GETRANDOM_CONDITION='' | |
GL_COND_OBJ_GETTIMEOFDAY_CONDITION='' | |
GL_COND_OBJ_GROUP_MEMBER_CONDITION='' | |
GL_COND_OBJ_LCHMOD_CONDITION='' | |
GL_COND_OBJ_LSTAT_CONDITION='' | |
GL_COND_OBJ_MEMPCPY_CONDITION='' | |
GL_COND_OBJ_MEMRCHR_CONDITION='' | |
GL_COND_OBJ_MEMSET_EXPLICIT_CONDITION='' | |
GL_COND_OBJ_MINI_GMP_GNULIB_CONDITION='' | |
GL_COND_OBJ_MKOSTEMP_CONDITION='' | |
GL_COND_OBJ_NANOSLEEP_CONDITION='' | |
GL_COND_OBJ_OPEN_CONDITION='' | |
GL_COND_OBJ_PSELECT_CONDITION='' | |
GL_COND_OBJ_PTHREAD_SIGMASK_CONDITION='' | |
GL_COND_OBJ_RAWMEMCHR_CONDITION='' | |
GL_COND_OBJ_READLINKAT_CONDITION='' | |
GL_COND_OBJ_READLINK_CONDITION='' | |
GL_COND_OBJ_REGEX_CONDITION='' | |
GL_COND_OBJ_SIG2STR_CONDITION='' | |
GL_COND_OBJ_SIGDESCR_NP_CONDITION='' | |
GL_COND_OBJ_STDIO_READ_CONDITION='' | |
GL_COND_OBJ_STDIO_WRITE_CONDITION='' | |
GL_COND_OBJ_STPCPY_CONDITION='' | |
GL_COND_OBJ_STRNLEN_CONDITION='' | |
GL_COND_OBJ_STRTOIMAX_CONDITION='' | |
GL_COND_OBJ_STRTOLL_CONDITION='' | |
GL_COND_OBJ_SYMLINK_CONDITION='' | |
GL_COND_OBJ_TIMEGM_CONDITION='' | |
GL_COND_OBJ_TIME_RZ_CONDITION='' | |
GL_COND_OBJ_TIME_R_CONDITION='' | |
GL_COND_OBJ_UTIMENSAT_CONDITION='' | |
GL_GENERATE_ALLOCA_H_CONDITION='' | |
GL_GENERATE_ASSERT_H_CONDITION='' | |
GL_GENERATE_BYTESWAP_H_CONDITION='' | |
GL_GENERATE_ERRNO_H_CONDITION='' | |
GL_GENERATE_EXECINFO_H_CONDITION='' | |
GL_GENERATE_GETOPT_CDEFS_H_CONDITION='' | |
GL_GENERATE_GETOPT_H_CONDITION='' | |
GL_GENERATE_GMP_GMP_H_CONDITION='' | |
GL_GENERATE_GMP_H_CONDITION='' | |
GL_GENERATE_IEEE754_H_CONDITION='' | |
GL_GENERATE_LIMITS_H_CONDITION='' | |
GL_GENERATE_MINI_GMP_H_CONDITION='' | |
GL_GENERATE_STDCKDINT_H_CONDITION='' | |
GL_GENERATE_STDDEF_H_CONDITION='' | |
GL_GENERATE_STDINT_H_CONDITION='' | |
GL_GNULIB_ACCESS='' | |
GL_GNULIB_ALIGNED_ALLOC='' | |
GL_GNULIB_ALPHASORT='' | |
GL_GNULIB_ATOLL='' | |
GL_GNULIB_CALLOC_GNU='' | |
GL_GNULIB_CALLOC_POSIX='' | |
GL_GNULIB_CANONICALIZE_FILE_NAME='' | |
GL_GNULIB_CHDIR='' | |
GL_GNULIB_CHMOD='' | |
GL_GNULIB_CHOWN='' | |
GL_GNULIB_CLOSE='' | |
GL_GNULIB_CLOSEDIR='' | |
GL_GNULIB_COPY_FILE_RANGE='' | |
GL_GNULIB_CREAT='' | |
GL_GNULIB_CTIME='' | |
GL_GNULIB_DIRFD='' | |
GL_GNULIB_DPRINTF='' | |
GL_GNULIB_DUP2='' | |
GL_GNULIB_DUP3='' | |
GL_GNULIB_DUP='' | |
GL_GNULIB_ENVIRON='' | |
GL_GNULIB_EUIDACCESS='' | |
GL_GNULIB_EXECL='' | |
GL_GNULIB_EXECLE='' | |
GL_GNULIB_EXECLP='' | |
GL_GNULIB_EXECV='' | |
GL_GNULIB_EXECVE='' | |
GL_GNULIB_EXECVP='' | |
GL_GNULIB_EXECVPE='' | |
GL_GNULIB_EXPLICIT_BZERO='' | |
GL_GNULIB_FACCESSAT='' | |
GL_GNULIB_FCHDIR='' | |
GL_GNULIB_FCHMODAT='' | |
GL_GNULIB_FCHOWNAT='' | |
GL_GNULIB_FCLOSE='' | |
GL_GNULIB_FCNTL='' | |
GL_GNULIB_FDATASYNC='' | |
GL_GNULIB_FDOPEN='' | |
GL_GNULIB_FDOPENDIR='' | |
GL_GNULIB_FFLUSH='' | |
GL_GNULIB_FFSL='' | |
GL_GNULIB_FFSLL='' | |
GL_GNULIB_FGETC='' | |
GL_GNULIB_FGETS='' | |
GL_GNULIB_FOPEN='' | |
GL_GNULIB_FOPEN_GNU='' | |
GL_GNULIB_FPRINTF='' | |
GL_GNULIB_FPRINTF_POSIX='' | |
GL_GNULIB_FPURGE='' | |
GL_GNULIB_FPUTC='' | |
GL_GNULIB_FPUTS='' | |
GL_GNULIB_FREAD='' | |
GL_GNULIB_FREE_POSIX='' | |
GL_GNULIB_FREOPEN='' | |
GL_GNULIB_FSCANF='' | |
GL_GNULIB_FSEEK='' | |
GL_GNULIB_FSEEKO='' | |
GL_GNULIB_FSTAT='' | |
GL_GNULIB_FSTATAT='' | |
GL_GNULIB_FSYNC='' | |
GL_GNULIB_FTELL='' | |
GL_GNULIB_FTELLO='' | |
GL_GNULIB_FTRUNCATE='' | |
GL_GNULIB_FUTIMENS='' | |
GL_GNULIB_FWRITE='' | |
GL_GNULIB_GETC='' | |
GL_GNULIB_GETCHAR='' | |
GL_GNULIB_GETCWD='' | |
GL_GNULIB_GETDELIM='' | |
GL_GNULIB_GETDOMAINNAME='' | |
GL_GNULIB_GETDTABLESIZE='' | |
GL_GNULIB_GETENTROPY='' | |
GL_GNULIB_GETGROUPS='' | |
GL_GNULIB_GETHOSTNAME='' | |
GL_GNULIB_GETLINE='' | |
GL_GNULIB_GETLOADAVG='' | |
GL_GNULIB_GETLOGIN='' | |
GL_GNULIB_GETLOGIN_R='' | |
GL_GNULIB_GETOPT_POSIX='' | |
GL_GNULIB_GETPAGESIZE='' | |
GL_GNULIB_GETPASS='' | |
GL_GNULIB_GETPASS_GNU='' | |
GL_GNULIB_GETPROGNAME='' | |
GL_GNULIB_GETRANDOM='' | |
GL_GNULIB_GETSUBOPT='' | |
GL_GNULIB_GETTIMEOFDAY='' | |
GL_GNULIB_GETUMASK='' | |
GL_GNULIB_GETUSERSHELL='' | |
GL_GNULIB_GRANTPT='' | |
GL_GNULIB_GROUP_MEMBER='' | |
GL_GNULIB_IMAXABS='' | |
GL_GNULIB_IMAXDIV='' | |
GL_GNULIB_ISATTY='' | |
GL_GNULIB_LCHMOD='' | |
GL_GNULIB_LCHOWN='' | |
GL_GNULIB_LINK='' | |
GL_GNULIB_LINKAT='' | |
GL_GNULIB_LOCALTIME='' | |
GL_GNULIB_LSEEK='' | |
GL_GNULIB_LSTAT='' | |
GL_GNULIB_MALLOC_GNU='' | |
GL_GNULIB_MALLOC_POSIX='' | |
GL_GNULIB_MBSCASECMP='' | |
GL_GNULIB_MBSCASESTR='' | |
GL_GNULIB_MBSCHR='' | |
GL_GNULIB_MBSCSPN='' | |
GL_GNULIB_MBSLEN='' | |
GL_GNULIB_MBSNCASECMP='' | |
GL_GNULIB_MBSNLEN='' | |
GL_GNULIB_MBSPBRK='' | |
GL_GNULIB_MBSPCASECMP='' | |
GL_GNULIB_MBSRCHR='' | |
GL_GNULIB_MBSSEP='' | |
GL_GNULIB_MBSSPN='' | |
GL_GNULIB_MBSSTR='' | |
GL_GNULIB_MBSTOK_R='' | |
GL_GNULIB_MBSTOWCS='' | |
GL_GNULIB_MBTOWC='' | |
GL_GNULIB_MDA_ACCESS='' | |
GL_GNULIB_MDA_CHDIR='' | |
GL_GNULIB_MDA_CHMOD='' | |
GL_GNULIB_MDA_CLOSE='' | |
GL_GNULIB_MDA_CREAT='' | |
GL_GNULIB_MDA_DUP2='' | |
GL_GNULIB_MDA_DUP='' | |
GL_GNULIB_MDA_ECVT='' | |
GL_GNULIB_MDA_EXECL='' | |
GL_GNULIB_MDA_EXECLE='' | |
GL_GNULIB_MDA_EXECLP='' | |
GL_GNULIB_MDA_EXECV='' | |
GL_GNULIB_MDA_EXECVE='' | |
GL_GNULIB_MDA_EXECVP='' | |
GL_GNULIB_MDA_EXECVPE='' | |
GL_GNULIB_MDA_FCLOSEALL='' | |
GL_GNULIB_MDA_FCVT='' | |
GL_GNULIB_MDA_FDOPEN='' | |
GL_GNULIB_MDA_FILENO='' | |
GL_GNULIB_MDA_GCVT='' | |
GL_GNULIB_MDA_GETCWD='' | |
GL_GNULIB_MDA_GETPID='' | |
GL_GNULIB_MDA_GETW='' | |
GL_GNULIB_MDA_ISATTY='' | |
GL_GNULIB_MDA_LSEEK='' | |
GL_GNULIB_MDA_MEMCCPY='' | |
GL_GNULIB_MDA_MKDIR='' | |
GL_GNULIB_MDA_MKTEMP='' | |
GL_GNULIB_MDA_OPEN='' | |
GL_GNULIB_MDA_PUTENV='' | |
GL_GNULIB_MDA_PUTW='' | |
GL_GNULIB_MDA_READ='' | |
GL_GNULIB_MDA_RMDIR='' | |
GL_GNULIB_MDA_STRDUP='' | |
GL_GNULIB_MDA_SWAB='' | |
GL_GNULIB_MDA_TEMPNAM='' | |
GL_GNULIB_MDA_TZSET='' | |
GL_GNULIB_MDA_UMASK='' | |
GL_GNULIB_MDA_UNLINK='' | |
GL_GNULIB_MDA_WRITE='' | |
GL_GNULIB_MEMCHR='' | |
GL_GNULIB_MEMMEM='' | |
GL_GNULIB_MEMPCPY='' | |
GL_GNULIB_MEMRCHR='' | |
GL_GNULIB_MEMSET_EXPLICIT='' | |
GL_GNULIB_MKDIR='' | |
GL_GNULIB_MKDIRAT='' | |
GL_GNULIB_MKDTEMP='' | |
GL_GNULIB_MKFIFO='' | |
GL_GNULIB_MKFIFOAT='' | |
GL_GNULIB_MKNOD='' | |
GL_GNULIB_MKNODAT='' | |
GL_GNULIB_MKOSTEMP='' | |
GL_GNULIB_MKOSTEMPS='' | |
GL_GNULIB_MKSTEMP='' | |
GL_GNULIB_MKSTEMPS='' | |
GL_GNULIB_MKTIME='' | |
GL_GNULIB_NANOSLEEP='' | |
GL_GNULIB_NONBLOCKING='' | |
GL_GNULIB_OBSTACK_PRINTF='' | |
GL_GNULIB_OBSTACK_PRINTF_POSIX='' | |
GL_GNULIB_OPEN='' | |
GL_GNULIB_OPENAT='' | |
GL_GNULIB_OPENDIR='' | |
GL_GNULIB_OVERRIDES_STRUCT_STAT='' | |
GL_GNULIB_PCLOSE='' | |
GL_GNULIB_PERROR='' | |
GL_GNULIB_PIPE2='' | |
GL_GNULIB_PIPE='' | |
GL_GNULIB_POPEN='' | |
GL_GNULIB_POSIX_MEMALIGN='' | |
GL_GNULIB_POSIX_OPENPT='' | |
GL_GNULIB_PREAD='' | |
GL_GNULIB_PRINTF='' | |
GL_GNULIB_PRINTF_POSIX='' | |
GL_GNULIB_PSELECT='' | |
GL_GNULIB_PTHREAD_SIGMASK='' | |
GL_GNULIB_PTSNAME='' | |
GL_GNULIB_PTSNAME_R='' | |
GL_GNULIB_PUTC='' | |
GL_GNULIB_PUTCHAR='' | |
GL_GNULIB_PUTENV='' | |
GL_GNULIB_PUTS='' | |
GL_GNULIB_PWRITE='' | |
GL_GNULIB_QSORT_R='' | |
GL_GNULIB_RAISE='' | |
GL_GNULIB_RAND='' | |
GL_GNULIB_RANDOM='' | |
GL_GNULIB_RANDOM_R='' | |
GL_GNULIB_RAWMEMCHR='' | |
GL_GNULIB_READ='' | |
GL_GNULIB_READDIR='' | |
GL_GNULIB_READLINK='' | |
GL_GNULIB_READLINKAT='' | |
GL_GNULIB_REALLOCARRAY='' | |
GL_GNULIB_REALLOC_GNU='' | |
GL_GNULIB_REALLOC_POSIX='' | |
GL_GNULIB_REALPATH='' | |
GL_GNULIB_REMOVE='' | |
GL_GNULIB_RENAME='' | |
GL_GNULIB_RENAMEAT='' | |
GL_GNULIB_REWINDDIR='' | |
GL_GNULIB_RMDIR='' | |
GL_GNULIB_RPMATCH='' | |
GL_GNULIB_SCANDIR='' | |
GL_GNULIB_SCANF='' | |
GL_GNULIB_SECURE_GETENV='' | |
GL_GNULIB_SELECT='' | |
GL_GNULIB_SETENV='' | |
GL_GNULIB_SETHOSTNAME='' | |
GL_GNULIB_SIGABBREV_NP='' | |
GL_GNULIB_SIGACTION='' | |
GL_GNULIB_SIGDESCR_NP='' | |
GL_GNULIB_SIGNAL_H_SIGPIPE='' | |
GL_GNULIB_SIGPROCMASK='' | |
GL_GNULIB_SLEEP='' | |
GL_GNULIB_SNPRINTF='' | |
GL_GNULIB_SPRINTF_POSIX='' | |
GL_GNULIB_STAT='' | |
GL_GNULIB_STDIO_H_NONBLOCKING='' | |
GL_GNULIB_STDIO_H_SIGPIPE='' | |
GL_GNULIB_STPCPY='' | |
GL_GNULIB_STPNCPY='' | |
GL_GNULIB_STRCASESTR='' | |
GL_GNULIB_STRCHRNUL='' | |
GL_GNULIB_STRDUP='' | |
GL_GNULIB_STRERROR='' | |
GL_GNULIB_STRERRORNAME_NP='' | |
GL_GNULIB_STRERROR_R='' | |
GL_GNULIB_STRFTIME='' | |
GL_GNULIB_STRNCAT='' | |
GL_GNULIB_STRNDUP='' | |
GL_GNULIB_STRNLEN='' | |
GL_GNULIB_STRPBRK='' | |
GL_GNULIB_STRPTIME='' | |
GL_GNULIB_STRSEP='' | |
GL_GNULIB_STRSIGNAL='' | |
GL_GNULIB_STRSTR='' | |
GL_GNULIB_STRTOD='' | |
GL_GNULIB_STRTOIMAX='' | |
GL_GNULIB_STRTOK_R='' | |
GL_GNULIB_STRTOL='' | |
GL_GNULIB_STRTOLD='' | |
GL_GNULIB_STRTOLL='' | |
GL_GNULIB_STRTOUL='' | |
GL_GNULIB_STRTOULL='' | |
GL_GNULIB_STRTOUMAX='' | |
GL_GNULIB_STRVERSCMP='' | |
GL_GNULIB_SYMLINK='' | |
GL_GNULIB_SYMLINKAT='' | |
GL_GNULIB_SYSTEM_POSIX='' | |
GL_GNULIB_TIME='' | |
GL_GNULIB_TIMEGM='' | |
GL_GNULIB_TIMESPEC_GET='' | |
GL_GNULIB_TIMESPEC_GETRES='' | |
GL_GNULIB_TIME_R='' | |
GL_GNULIB_TIME_RZ='' | |
GL_GNULIB_TMPFILE='' | |
GL_GNULIB_TRUNCATE='' | |
GL_GNULIB_TTYNAME_R='' | |
GL_GNULIB_TZSET='' | |
GL_GNULIB_UNISTD_H_GETOPT='' | |
GL_GNULIB_UNISTD_H_NONBLOCKING='' | |
GL_GNULIB_UNISTD_H_SIGPIPE='' | |
GL_GNULIB_UNLINK='' | |
GL_GNULIB_UNLINKAT='' | |
GL_GNULIB_UNLOCKPT='' | |
GL_GNULIB_UNSETENV='' | |
GL_GNULIB_USLEEP='' | |
GL_GNULIB_UTIMENSAT='' | |
GL_GNULIB_VASPRINTF='' | |
GL_GNULIB_VDPRINTF='' | |
GL_GNULIB_VFPRINTF='' | |
GL_GNULIB_VFPRINTF_POSIX='' | |
GL_GNULIB_VFSCANF='' | |
GL_GNULIB_VPRINTF='' | |
GL_GNULIB_VPRINTF_POSIX='' | |
GL_GNULIB_VSCANF='' | |
GL_GNULIB_VSNPRINTF='' | |
GL_GNULIB_VSPRINTF_POSIX='' | |
GL_GNULIB_WCTOMB='' | |
GL_GNULIB_WRITE='' | |
GL_GNULIB__EXIT='' | |
GMALLOC_OBJ='' | |
GMP_H='' | |
GNULIBHEADERS_OVERRIDE_WINT_T='' | |
GNULIB_WARN_CFLAGS=' -fstrict-flex-arrays -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-flex-arrays -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wuse-after-free=3 -Wvla-larger-than=4031 -Wredundant-decls -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-bidi-chars -Wno-deprecated-declarations' | |
GNUSTEP_CFLAGS='' | |
GNU_OBJC_CFLAGS='' | |
GOBJECT_CFLAGS='' | |
GOBJECT_LIBS='' | |
GSETTINGS_CFLAGS='' | |
GSETTINGS_LIBS='' | |
GTK_CFLAGS='' | |
GTK_LIBS='' | |
GTK_OBJ='' | |
GZIP_PROG=' # /usr/bin/gzip # (disabled by configure --without-compress-install)' | |
HAIKU_CFLAGS='' | |
HAIKU_CXX_OBJ='' | |
HAIKU_LIBS='' | |
HAIKU_OBJ='' | |
HARFBUZZ_CFLAGS='' | |
HARFBUZZ_LIBS='' | |
HAVE_ALIGNED_ALLOC='' | |
HAVE_ALLOCA_H='' | |
HAVE_ALPHASORT='' | |
HAVE_ATOLL='' | |
HAVE_BE_APP='' | |
HAVE_C99_STDINT_H='' | |
HAVE_CANONICALIZE_FILE_NAME='' | |
HAVE_CHOWN='' | |
HAVE_CLOSEDIR='' | |
HAVE_COPY_FILE_RANGE='' | |
HAVE_DECL_DIRFD='' | |
HAVE_DECL_ECVT='' | |
HAVE_DECL_ENVIRON='' | |
HAVE_DECL_EXECVPE='' | |
HAVE_DECL_FCHDIR='' | |
HAVE_DECL_FCLOSEALL='' | |
HAVE_DECL_FCVT='' | |
HAVE_DECL_FDATASYNC='' | |
HAVE_DECL_FDOPENDIR='' | |
HAVE_DECL_FPURGE='' | |
HAVE_DECL_FSEEKO='' | |
HAVE_DECL_FTELLO='' | |
HAVE_DECL_GCVT='' | |
HAVE_DECL_GETDELIM='' | |
HAVE_DECL_GETDOMAINNAME='' | |
HAVE_DECL_GETLINE='' | |
HAVE_DECL_GETLOADAVG='' | |
HAVE_DECL_GETLOGIN='' | |
HAVE_DECL_GETLOGIN_R='' | |
HAVE_DECL_GETPAGESIZE='' | |
HAVE_DECL_GETUSERSHELL='' | |
HAVE_DECL_GETW='' | |
HAVE_DECL_IMAXABS='' | |
HAVE_DECL_IMAXDIV='' | |
HAVE_DECL_INITSTATE='' | |
HAVE_DECL_LOCALTIME_R='' | |
HAVE_DECL_MEMMEM='' | |
HAVE_DECL_MEMRCHR='' | |
HAVE_DECL_OBSTACK_PRINTF='' | |
HAVE_DECL_POSIX_SPAWN_SETSID='' | |
HAVE_DECL_PROGRAM_INVOCATION_NAME='' | |
HAVE_DECL_PUTW='' | |
HAVE_DECL_SETENV='' | |
HAVE_DECL_SETHOSTNAME='' | |
HAVE_DECL_SETSTATE='' | |
HAVE_DECL_SNPRINTF='' | |
HAVE_DECL_STRDUP='' | |
HAVE_DECL_STRERROR_R='' | |
HAVE_DECL_STRNDUP='' | |
HAVE_DECL_STRNLEN='' | |
HAVE_DECL_STRSIGNAL='' | |
HAVE_DECL_STRTOIMAX='' | |
HAVE_DECL_STRTOK_R='' | |
HAVE_DECL_STRTOUMAX='' | |
HAVE_DECL_TRUNCATE='' | |
HAVE_DECL_TTYNAME_R='' | |
HAVE_DECL_UNSETENV='' | |
HAVE_DECL_VSNPRINTF='' | |
HAVE_DIRENT_H='' | |
HAVE_DPRINTF='' | |
HAVE_DUP3='' | |
HAVE_EUIDACCESS='' | |
HAVE_EXECVPE='' | |
HAVE_EXPLICIT_BZERO='' | |
HAVE_FACCESSAT='' | |
HAVE_FCHDIR='' | |
HAVE_FCHMODAT='' | |
HAVE_FCHOWNAT='' | |
HAVE_FCNTL='' | |
HAVE_FDATASYNC='' | |
HAVE_FDOPENDIR='' | |
HAVE_FFSL='' | |
HAVE_FFSLL='' | |
HAVE_FSEEKO='' | |
HAVE_FSTATAT='' | |
HAVE_FSYNC='' | |
HAVE_FTELLO='' | |
HAVE_FTRUNCATE='' | |
HAVE_FUTIMENS='' | |
HAVE_GETDTABLESIZE='' | |
HAVE_GETENTROPY='' | |
HAVE_GETGROUPS='' | |
HAVE_GETHOSTNAME='' | |
HAVE_GETLOGIN='' | |
HAVE_GETOPT_H='' | |
HAVE_GETPAGESIZE='' | |
HAVE_GETPASS='' | |
HAVE_GETPROGNAME='' | |
HAVE_GETRANDOM='' | |
HAVE_GETSUBOPT='' | |
HAVE_GETTIMEOFDAY='' | |
HAVE_GETUMASK='' | |
HAVE_GRANTPT='' | |
HAVE_GROUP_MEMBER='' | |
HAVE_GSETTINGS='' | |
HAVE_IMAXABS='' | |
HAVE_IMAXDIV='' | |
HAVE_IMAXDIV_T='' | |
HAVE_INITSTATE='' | |
HAVE_INTTYPES_H='' | |
HAVE_LCHMOD='' | |
HAVE_LCHOWN='' | |
HAVE_LIBGMP='' | |
HAVE_LIBSECCOMP='' | |
HAVE_LINK='' | |
HAVE_LINKAT='' | |
HAVE_LSTAT='' | |
HAVE_MACPORTS='' | |
HAVE_MAX_ALIGN_T='' | |
HAVE_MBSLEN='' | |
HAVE_MBTOWC='' | |
HAVE_MEMPCPY='' | |
HAVE_MEMSET_EXPLICIT='' | |
HAVE_MKDIRAT='' | |
HAVE_MKDTEMP='' | |
HAVE_MKFIFO='' | |
HAVE_MKFIFOAT='' | |
HAVE_MKNOD='' | |
HAVE_MKNODAT='' | |
HAVE_MKOSTEMP='' | |
HAVE_MKOSTEMPS='' | |
HAVE_MKSTEMP='' | |
HAVE_MKSTEMPS='' | |
HAVE_MODULES='' | |
HAVE_NANOSLEEP='' | |
HAVE_NATIVE_COMP='' | |
HAVE_OPENAT='' | |
HAVE_OPENDIR='' | |
HAVE_OS_H='' | |
HAVE_PCLOSE='' | |
HAVE_PDUMPER='yes' | |
HAVE_PGTK='' | |
HAVE_PIPE2='' | |
HAVE_PIPE='' | |
HAVE_POPEN='' | |
HAVE_POSIX_MEMALIGN='' | |
HAVE_POSIX_OPENPT='' | |
HAVE_POSIX_SIGNALBLOCKING='' | |
HAVE_POSIX_SPAWN='' | |
HAVE_POSIX_SPAWNATTR_SETFLAGS='' | |
HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR='' | |
HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP='' | |
HAVE_PREAD='' | |
HAVE_PSELECT='' | |
HAVE_PTHREAD_SIGMASK='' | |
HAVE_PTSNAME='' | |
HAVE_PTSNAME_R='' | |
HAVE_PWRITE='' | |
HAVE_QSORT_R='' | |
HAVE_RAISE='' | |
HAVE_RANDOM='' | |
HAVE_RANDOM_H='' | |
HAVE_RANDOM_R='' | |
HAVE_RAWMEMCHR='' | |
HAVE_READDIR='' | |
HAVE_READLINK='' | |
HAVE_READLINKAT='' | |
HAVE_REALLOCARRAY='' | |
HAVE_REALPATH='' | |
HAVE_RENAMEAT='' | |
HAVE_REWINDDIR='' | |
HAVE_RPMATCH='' | |
HAVE_SCANDIR='' | |
HAVE_SECCOMP='' | |
HAVE_SECURE_GETENV='' | |
HAVE_SETENV='' | |
HAVE_SETHOSTNAME='' | |
HAVE_SETSTATE='' | |
HAVE_SIGABBREV_NP='' | |
HAVE_SIGACTION='' | |
HAVE_SIGDESCR_NP='' | |
HAVE_SIGHANDLER_T='' | |
HAVE_SIGINFO_T='' | |
HAVE_SIGNED_SIG_ATOMIC_T='' | |
HAVE_SIGNED_WCHAR_T='' | |
HAVE_SIGNED_WINT_T='' | |
HAVE_SIGSET_T='' | |
HAVE_SLEEP='' | |
HAVE_SPAWN_H='' | |
HAVE_STDINT_H='' | |
HAVE_STPCPY='' | |
HAVE_STPNCPY='' | |
HAVE_STRCASESTR='' | |
HAVE_STRCHRNUL='' | |
HAVE_STRERRORNAME_NP='' | |
HAVE_STRPBRK='' | |
HAVE_STRPTIME='' | |
HAVE_STRSEP='' | |
HAVE_STRTOD='' | |
HAVE_STRTOL='' | |
HAVE_STRTOLD='' | |
HAVE_STRTOLL='' | |
HAVE_STRTOUL='' | |
HAVE_STRTOULL='' | |
HAVE_STRUCT_RANDOM_DATA='' | |
HAVE_STRUCT_SIGACTION_SA_SIGACTION='' | |
HAVE_STRUCT_TIMEVAL='' | |
HAVE_STRVERSCMP='' | |
HAVE_SYMLINK='' | |
HAVE_SYMLINKAT='' | |
HAVE_SYS_BITYPES_H='' | |
HAVE_SYS_CDEFS_H='' | |
HAVE_SYS_INTTYPES_H='' | |
HAVE_SYS_LOADAVG_H='' | |
HAVE_SYS_PARAM_H='' | |
HAVE_SYS_RANDOM_H='' | |
HAVE_SYS_SELECT_H='' | |
HAVE_SYS_TIME_H='' | |
HAVE_SYS_TYPES_H='' | |
HAVE_TIMEGM='' | |
HAVE_TIMESPEC_GET='' | |
HAVE_TIMESPEC_GETRES='' | |
HAVE_TIMEZONE_T='' | |
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='' | |
HAVE_UNISTD_H='' | |
HAVE_UNLINKAT='' | |
HAVE_UNLOCKPT='' | |
HAVE_USLEEP='' | |
HAVE_UTIMENSAT='' | |
HAVE_VASPRINTF='' | |
HAVE_VDPRINTF='' | |
HAVE_WCHAR_H='' | |
HAVE_WCHAR_T='' | |
HAVE_WINSOCK2_H='' | |
HAVE_XSERVER='' | |
HAVE__EXIT='' | |
HYBRID_MALLOC='' | |
IEEE754_H='' | |
IMAGEMAGICK_CFLAGS='' | |
IMAGEMAGICK_LIBS='' | |
INCLUDE_NEXT='' | |
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' | |
INSTALL_ARCH_INDEP_EXTRA='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_INFO='/opt/homebrew/opt/texinfo/bin/install-info' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INT32_MAX_LT_INTMAX_MAX='' | |
INT64_MAX_EQ_LONG_MAX='' | |
JARSIGNER='' | |
JAVAC='' | |
JPEG_CFLAGS='' | |
JSON_CFLAGS='' | |
JSON_LIBS='' | |
JSON_OBJ='' | |
KQUEUE_CFLAGS='' | |
KQUEUE_LIBS='' | |
KRB4LIB='' | |
KRB5LIB='' | |
LCMS2_CFLAGS='' | |
LCMS2_LIBS='' | |
LDFLAGS='-F/Library/Frameworks -F/System/Library/Frameworks -F/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks' | |
LD_SWITCH_SYSTEM='' | |
LD_SWITCH_SYSTEM_TEMACS='' | |
LD_SWITCH_X_SITE='' | |
LD_SWITCH_X_SITE_RPATH='' | |
LIBGCCJIT_CFLAGS='' | |
LIBGCCJIT_LIBS='' | |
LIBGIF='' | |
LIBGMP='' | |
LIBGMP_CFLAGS='' | |
LIBGNUTLS_CFLAGS='' | |
LIBGNUTLS_LIBS='' | |
LIBGNU_LIBDEPS='' | |
LIBGNU_LTLIBDEPS='' | |
LIBGPM='' | |
LIBHESIOD='' | |
LIBINTL='' | |
LIBJPEG='' | |
LIBMODULES='' | |
LIBOBJS='' | |
LIBOTF_CFLAGS='' | |
LIBOTF_LIBS='' | |
LIBPNG='' | |
LIBRESOLV='' | |
LIBS='' | |
LIBSECCOMP_CFLAGS='' | |
LIBSECCOMP_LIBS='' | |
LIBSELINUX_CFLAGS='' | |
LIBSELINUX_LIBS='' | |
LIBSOUND='' | |
LIBSYSTEMD_CFLAGS='' | |
LIBSYSTEMD_LIBS='' | |
LIBS_ECLIENT='' | |
LIBS_GNUSTEP='' | |
LIBS_MAIL='' | |
LIBS_SYSTEM='' | |
LIBS_TERMCAP='' | |
LIBTIFF='' | |
LIBXMENU='' | |
LIBXML2_CFLAGS='' | |
LIBXML2_LIBS='' | |
LIBXMU='' | |
LIBXPM='' | |
LIBXSM='' | |
LIBXTR6='' | |
LIBXT_OTHER='' | |
LIBX_OTHER='' | |
LIBZ='' | |
LIB_ACL='' | |
LIB_CLOCK_GETTIME='' | |
LIB_EACCESS='' | |
LIB_EXECINFO='' | |
LIB_GETRANDOM='' | |
LIB_MATH='' | |
LIB_NANOSLEEP='' | |
LIB_PTHREAD='' | |
LIB_PTHREAD_SIGMASK='' | |
LIB_TIMER_TIME='' | |
LIB_WSOCK32='' | |
LIB_XATTR='' | |
LIMITS_H='' | |
LN_S_FILEONLY='ln -s' | |
LTLIBGMP='' | |
LTLIBINTL='' | |
LTLIBOBJS='' | |
M17N_FLT_CFLAGS='' | |
M17N_FLT_LIBS='' | |
MAKEINFO='makeinfo' | |
MAKE_PROG='yes' | |
MKDIR_P='' | |
MODULES_OBJ='' | |
MODULES_SECONDARY_SUFFIX='' | |
MODULES_SUFFIX='' | |
NANOSLEEP_LIB='' | |
NATIVE_COMPILATION_AOT='yes' | |
NDK_BUILD_ABI='' | |
NDK_BUILD_ANDROID_MK='' | |
NDK_BUILD_ANY_CXX_MODULE='' | |
NDK_BUILD_AR='' | |
NDK_BUILD_ARCH='' | |
NDK_BUILD_CC='' | |
NDK_BUILD_CFLAGS='' | |
NDK_BUILD_CXX='' | |
NDK_BUILD_CXX_SHARED='' | |
NDK_BUILD_MODULES='' | |
NDK_BUILD_NASM='' | |
NDK_BUILD_SDK='' | |
NEXT_ASSERT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_ASSERT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | |
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' | |
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' | |
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' | |
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' | |
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | |
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' | |
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' | |
NEXT_AS_FIRST_DIRECTIVE_STRING_H='' | |
NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H='' | |
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' | |
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' | |
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' | |
NEXT_AS_FIRST_DIRECTIVE_TIME_H='' | |
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' | |
NEXT_DIRENT_H='' | |
NEXT_ERRNO_H='' | |
NEXT_FCNTL_H='' | |
NEXT_GETOPT_H='' | |
NEXT_INTTYPES_H='' | |
NEXT_LIMITS_H='' | |
NEXT_SIGNAL_H='' | |
NEXT_STDDEF_H='' | |
NEXT_STDINT_H='' | |
NEXT_STDIO_H='' | |
NEXT_STDLIB_H='' | |
NEXT_STRING_H='' | |
NEXT_SYS_RANDOM_H='' | |
NEXT_SYS_SELECT_H='' | |
NEXT_SYS_STAT_H='' | |
NEXT_SYS_TIME_H='' | |
NEXT_SYS_TYPES_H='' | |
NEXT_TIME_H='' | |
NEXT_UNISTD_H='' | |
NOTIFY_CFLAGS='' | |
NOTIFY_LIBS='' | |
NOTIFY_OBJ='' | |
NS_OBJ='' | |
NS_OBJC_OBJ='' | |
NTDIR='' | |
NTLIB='' | |
OBJC='gcc-13' | |
OBJCFLAGS='' | |
OBJEXT='o' | |
OTHER_FILES='' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='GNU Emacs' | |
PACKAGE_STRING='GNU Emacs 30.0.50' | |
PACKAGE_TARNAME='emacs' | |
PACKAGE_URL='https://www.gnu.org/software/emacs/' | |
PACKAGE_VERSION='30.0.50' | |
PATH_SEPARATOR=':' | |
PAXCTL='' | |
PAXCTL_dumped='' | |
PAXCTL_notdumped='' | |
PGTK_LIBS='' | |
PGTK_OBJ='' | |
PKG_CONFIG='/opt/homebrew/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14' | |
PKG_CONFIG_PATH='/opt/homebrew/opt/imagemagick/lib/pkgconfig:/opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/gnutls/lib/pkgconfig:/opt/homebrew/opt/jansson/lib/pkgconfig:/opt/homebrew/opt/jpeg/lib/pkgconfig:/opt/homebrew/opt/librsvg/lib/pkgconfig:/opt/homebrew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/tree-sitter/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/zlib/lib/pkgconfig' | |
PNG_CFLAGS='' | |
PNG_LIBS='' | |
POST_ALLOC_OBJ='' | |
PRAGMA_COLUMNS='' | |
PRAGMA_SYSTEM_HEADER='' | |
PRE_ALLOC_OBJ='' | |
PRIPTR_PREFIX='' | |
PROFILING_CFLAGS='' | |
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' | |
PTHREAD_SIGMASK_LIB='' | |
PTRDIFF_T_SUFFIX='' | |
QCOPY_ACL_LIB='' | |
RALLOC_OBJ='' | |
RANLIB='ranlib' | |
REPLACE_ACCESS='' | |
REPLACE_ALIGNED_ALLOC='' | |
REPLACE_CALLOC_FOR_CALLOC_GNU='' | |
REPLACE_CALLOC_FOR_CALLOC_POSIX='' | |
REPLACE_CANONICALIZE_FILE_NAME='' | |
REPLACE_CHMOD='' | |
REPLACE_CHOWN='' | |
REPLACE_CLOSE='' | |
REPLACE_CLOSEDIR='' | |
REPLACE_COPY_FILE_RANGE='' | |
REPLACE_CREAT='' | |
REPLACE_CTIME='' | |
REPLACE_DIRFD='' | |
REPLACE_DPRINTF='' | |
REPLACE_DUP2='' | |
REPLACE_DUP3='' | |
REPLACE_DUP='' | |
REPLACE_EXECL='' | |
REPLACE_EXECLE='' | |
REPLACE_EXECLP='' | |
REPLACE_EXECV='' | |
REPLACE_EXECVE='' | |
REPLACE_EXECVP='' | |
REPLACE_EXECVPE='' | |
REPLACE_FACCESSAT='' | |
REPLACE_FCHDIR='' | |
REPLACE_FCHMODAT='' | |
REPLACE_FCHOWNAT='' | |
REPLACE_FCLOSE='' | |
REPLACE_FCNTL='' | |
REPLACE_FDATASYNC='' | |
REPLACE_FDOPEN='' | |
REPLACE_FDOPENDIR='' | |
REPLACE_FFLUSH='' | |
REPLACE_FFSLL='' | |
REPLACE_FOPEN='' | |
REPLACE_FOPEN_FOR_FOPEN_GNU='' | |
REPLACE_FPRINTF='' | |
REPLACE_FPURGE='' | |
REPLACE_FREE='' | |
REPLACE_FREOPEN='' | |
REPLACE_FSEEK='' | |
REPLACE_FSEEKO='' | |
REPLACE_FSTAT='' | |
REPLACE_FSTATAT='' | |
REPLACE_FTELL='' | |
REPLACE_FTELLO='' | |
REPLACE_FTRUNCATE='' | |
REPLACE_FUTIMENS='' | |
REPLACE_GETCWD='' | |
REPLACE_GETDELIM='' | |
REPLACE_GETDOMAINNAME='' | |
REPLACE_GETDTABLESIZE='' | |
REPLACE_GETENTROPY='' | |
REPLACE_GETGROUPS='' | |
REPLACE_GETLINE='' | |
REPLACE_GETLOADAVG='' | |
REPLACE_GETLOGIN_R='' | |
REPLACE_GETPAGESIZE='' | |
REPLACE_GETPASS='' | |
REPLACE_GETPASS_FOR_GETPASS_GNU='' | |
REPLACE_GETPROGNAME='' | |
REPLACE_GETRANDOM='' | |
REPLACE_GETSUBOPT='' | |
REPLACE_GETTIMEOFDAY='' | |
REPLACE_GMTIME='' | |
REPLACE_IMAXABS='' | |
REPLACE_IMAXDIV='' | |
REPLACE_INITSTATE='' | |
REPLACE_ISATTY='' | |
REPLACE_LCHOWN='' | |
REPLACE_LINK='' | |
REPLACE_LINKAT='' | |
REPLACE_LOCALTIME='' | |
REPLACE_LOCALTIME_R='' | |
REPLACE_LSEEK='' | |
REPLACE_LSTAT='' | |
REPLACE_MALLOC_FOR_MALLOC_GNU='' | |
REPLACE_MALLOC_FOR_MALLOC_POSIX='' | |
REPLACE_MBSTOWCS='' | |
REPLACE_MBTOWC='' | |
REPLACE_MB_CUR_MAX='' | |
REPLACE_MEMCHR='' | |
REPLACE_MEMMEM='' | |
REPLACE_MEMPCPY='' | |
REPLACE_MKDIR='' | |
REPLACE_MKFIFO='' | |
REPLACE_MKFIFOAT='' | |
REPLACE_MKNOD='' | |
REPLACE_MKNODAT='' | |
REPLACE_MKOSTEMP='' | |
REPLACE_MKOSTEMPS='' | |
REPLACE_MKSTEMP='' | |
REPLACE_MKTIME='' | |
REPLACE_NANOSLEEP='' | |
REPLACE_NULL='' | |
REPLACE_OBSTACK_PRINTF='' | |
REPLACE_OPEN='' | |
REPLACE_OPENAT='' | |
REPLACE_OPENDIR='' | |
REPLACE_PERROR='' | |
REPLACE_PIPE2='' | |
REPLACE_POPEN='' | |
REPLACE_POSIX_MEMALIGN='' | |
REPLACE_POSIX_OPENPT='' | |
REPLACE_PREAD='' | |
REPLACE_PRINTF='' | |
REPLACE_PSELECT='' | |
REPLACE_PTHREAD_SIGMASK='' | |
REPLACE_PTSNAME='' | |
REPLACE_PTSNAME_R='' | |
REPLACE_PUTENV='' | |
REPLACE_PWRITE='' | |
REPLACE_QSORT_R='' | |
REPLACE_RAISE='' | |
REPLACE_RAND='' | |
REPLACE_RANDOM='' | |
REPLACE_RANDOM_R='' | |
REPLACE_READ='' | |
REPLACE_READDIR='' | |
REPLACE_READLINK='' | |
REPLACE_READLINKAT='' | |
REPLACE_REALLOCARRAY='' | |
REPLACE_REALLOC_FOR_REALLOC_GNU='' | |
REPLACE_REALLOC_FOR_REALLOC_POSIX='' | |
REPLACE_REALPATH='' | |
REPLACE_REMOVE='' | |
REPLACE_RENAME='' | |
REPLACE_RENAMEAT='' | |
REPLACE_REWINDDIR='' | |
REPLACE_RMDIR='' | |
REPLACE_SELECT='' | |
REPLACE_SETENV='' | |
REPLACE_SETHOSTNAME='' | |
REPLACE_SETSTATE='' | |
REPLACE_SLEEP='' | |
REPLACE_SNPRINTF='' | |
REPLACE_SPRINTF='' | |
REPLACE_STAT='' | |
REPLACE_STDIO_READ_FUNCS='' | |
REPLACE_STDIO_WRITE_FUNCS='' | |
REPLACE_STPCPY='' | |
REPLACE_STPNCPY='' | |
REPLACE_STRCASESTR='' | |
REPLACE_STRCHRNUL='' | |
REPLACE_STRDUP='' | |
REPLACE_STRERROR='' | |
REPLACE_STRERRORNAME_NP='' | |
REPLACE_STRERROR_R='' | |
REPLACE_STRFTIME='' | |
REPLACE_STRNCAT='' | |
REPLACE_STRNDUP='' | |
REPLACE_STRNLEN='' | |
REPLACE_STRSIGNAL='' | |
REPLACE_STRSTR='' | |
REPLACE_STRTOD='' | |
REPLACE_STRTOIMAX='' | |
REPLACE_STRTOK_R='' | |
REPLACE_STRTOL='' | |
REPLACE_STRTOLD='' | |
REPLACE_STRTOLL='' | |
REPLACE_STRTOUL='' | |
REPLACE_STRTOULL='' | |
REPLACE_STRTOUMAX='' | |
REPLACE_STRUCT_TIMEVAL='' | |
REPLACE_STRVERSCMP='' | |
REPLACE_SYMLINK='' | |
REPLACE_SYMLINKAT='' | |
REPLACE_TIME='' | |
REPLACE_TIMEGM='' | |
REPLACE_TIMESPEC_GET='' | |
REPLACE_TMPFILE='' | |
REPLACE_TRUNCATE='' | |
REPLACE_TTYNAME_R='' | |
REPLACE_TZSET='' | |
REPLACE_UNLINK='' | |
REPLACE_UNLINKAT='' | |
REPLACE_UNSETENV='' | |
REPLACE_USLEEP='' | |
REPLACE_UTIMENSAT='' | |
REPLACE_VASPRINTF='' | |
REPLACE_VDPRINTF='' | |
REPLACE_VFPRINTF='' | |
REPLACE_VPRINTF='' | |
REPLACE_VSNPRINTF='' | |
REPLACE_VSPRINTF='' | |
REPLACE_WCTOMB='' | |
REPLACE_WRITE='' | |
REPLACE__EXIT='' | |
RSVG_CFLAGS='' | |
RSVG_LIBS='' | |
SDK_BUILD_TOOLS='' | |
SEPCHAR='' | |
SETFATTR='' | |
SETTINGS_CFLAGS='' | |
SETTINGS_LIBS='' | |
SHELL='/bin/sh' | |
SIG_ATOMIC_T_SUFFIX='' | |
SIZEOF_LONG='' | |
SIZE_T_SUFFIX='' | |
SMALL_JA_DIC='' | |
SQLITE3_CFLAGS='' | |
SQLITE3_LIBS='' | |
STDCKDINT_H='' | |
STDDEF_H='' | |
STDINT_H='' | |
SUBDIR_MAKEFILES_IN='' | |
SYSTEM_TYPE='darwin' | |
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' | |
TERMCAP_OBJ='' | |
TIFF_CFLAGS='' | |
TIMER_TIME_LIB='' | |
TIME_H_DEFINES_STRUCT_TIMESPEC='' | |
TIME_H_DEFINES_TIME_UTC='' | |
TOOLKIT_LIBW='' | |
TREE_SITTER_CFLAGS='' | |
TREE_SITTER_LIBS='' | |
UINT32_MAX_LT_UINTMAX_MAX='' | |
UINT64_MAX_EQ_ULONG_MAX='' | |
UNDEFINE_STRTOK_R='' | |
UNEXEC_OBJ='' | |
UNISTD_H_DEFINES_STRUCT_TIMESPEC='' | |
UNISTD_H_HAVE_SYS_RANDOM_H='' | |
UNISTD_H_HAVE_WINSOCK2_H='' | |
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' | |
USE_ACL='' | |
USE_STARTUP_NOTIFICATION='' | |
VMLIMIT_OBJ='' | |
W32_LIBS='' | |
W32_OBJ='' | |
W32_RES_LINK='' | |
WARN_CFLAGS=' -fstrict-flex-arrays -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-flex-arrays -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wuse-after-free=3 -Wvla-larger-than=4031 -Wredundant-decls -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-bidi-chars -Wno-deprecated-declarations' | |
WARN_JAVAFLAGS='' | |
WCHAR_T_SUFFIX='' | |
WEBKIT_CFLAGS='' | |
WEBKIT_LIBS='' | |
WEBP_CFLAGS='' | |
WEBP_LIBS='' | |
WERROR_CFLAGS='' | |
WIDGET_OBJ='' | |
WINDOWS_64_BIT_OFF_T='' | |
WINDOWS_64_BIT_ST_SIZE='' | |
WINDOWS_STAT_INODES='' | |
WINDOWS_STAT_TIMESPEC='' | |
WINDOW_SYSTEM_OBJ='' | |
WINDRES='' | |
WINT_T_SUFFIX='' | |
XARGS_LIMIT='' | |
XCB_LIBS='' | |
XCOMPOSITE_CFLAGS='' | |
XCOMPOSITE_LIBS='' | |
XCONFIGURE='' | |
XCRUN='xcrun' | |
XDBE_CFLAGS='' | |
XDBE_LIBS='' | |
XFIXES_CFLAGS='' | |
XFIXES_LIBS='' | |
XFT_CFLAGS='' | |
XFT_LIBS='' | |
XGSELOBJ='' | |
XINERAMA_CFLAGS='' | |
XINERAMA_LIBS='' | |
XINPUT_CFLAGS='' | |
XINPUT_LIBS='' | |
XMENU_OBJ='' | |
XMKMF='' | |
XOBJ='' | |
XRANDR_CFLAGS='' | |
XRANDR_LIBS='' | |
XRENDER_LIBS='' | |
XSHAPE_CFLAGS='' | |
XSHAPE_LIBS='' | |
XSYNC_CFLAGS='' | |
XSYNC_LIBS='' | |
XWIDGETS_OBJ='' | |
X_TOOLKIT_TYPE='' | |
ZIPALIGN='' | |
ac_ct_CC='' | |
ac_ct_CXX='' | |
ac_ct_OBJC='' | |
archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |
bindir='${exec_prefix}/bin' | |
bitmapdir='' | |
build='aarch64-apple-darwin23.3.0' | |
build_alias='' | |
build_cpu='aarch64' | |
build_os='darwin23.3.0' | |
build_vendor='apple' | |
cache_file='/dev/null' | |
canonical='aarch64-apple-darwin23.3.0' | |
comma_space_version='' | |
comma_version='' | |
configuration='aarch64-apple-darwin23.3.0' | |
copyright='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
emacs_major_version='' | |
emacs_use_mailutils='' | |
etcdir='${datadir}/emacs/${version}/etc' | |
etcdocdir='${datadir}/emacs/${version}/etc' | |
exec_prefix='NONE' | |
gamedir='${localstatedir}/games/emacs' | |
gamegroup='' | |
gameuser='' | |
gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_CONDITION='' | |
gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_CONDITION='' | |
gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31_CONDITION='' | |
gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_CONDITION='' | |
gl_GNULIB_ENABLED_61bcaca76b3e6f9ae55d57a1c3193bc4_CONDITION='' | |
gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_CONDITION='' | |
gl_GNULIB_ENABLED_8444034ea779b88768865bb60b4fb8c9_CONDITION='' | |
gl_GNULIB_ENABLED_925677f0343de64b89a9f0c790b4104c_CONDITION='' | |
gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_CONDITION='' | |
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_CONDITION='' | |
gl_GNULIB_ENABLED_cloexec_CONDITION='' | |
gl_GNULIB_ENABLED_d3b2383720ee0e541357aa2aac598e2b_CONDITION='' | |
gl_GNULIB_ENABLED_dirfd_CONDITION='' | |
gl_GNULIB_ENABLED_e80bf6f757095d2e5fc94dafb8f8fc8b_CONDITION='' | |
gl_GNULIB_ENABLED_ef455225c00f5049c808c2eda3e76866_CONDITION='' | |
gl_GNULIB_ENABLED_euidaccess_CONDITION='' | |
gl_GNULIB_ENABLED_fd38c7e463b54744b77b98aeafb4fa7c_CONDITION='' | |
gl_GNULIB_ENABLED_getdelim_CONDITION='' | |
gl_GNULIB_ENABLED_getdtablesize_CONDITION='' | |
gl_GNULIB_ENABLED_getgroups_CONDITION='' | |
gl_GNULIB_ENABLED_lchmod_CONDITION='' | |
gl_GNULIB_ENABLED_open_CONDITION='' | |
gl_GNULIB_ENABLED_rawmemchr_CONDITION='' | |
gl_GNULIB_ENABLED_strtoll_CONDITION='' | |
gl_GNULIB_ENABLED_utimens_CONDITION='' | |
gl_LIBOBJDEPS='' | |
gl_LIBOBJS='' | |
gl_LTLIBOBJS='' | |
gltests_LIBOBJDEPS='' | |
gltests_LIBOBJS='' | |
gltests_LTLIBOBJS='' | |
gltests_WITNESS='' | |
gsettingsschemadir='' | |
host='aarch64-apple-darwin23.3.0' | |
host_alias='' | |
host_cpu='aarch64' | |
host_os='darwin23.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='/opt/homebrew/Cellar/emacs-plus/30.0.50/share/info/emacs' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
liblockfile='' | |
lispdir='${datadir}/emacs/${version}/lisp' | |
lispdirrel='${version}/lisp' | |
lisppath='${locallisppath}:${standardlisppath}' | |
localedir='${datarootdir}/locale' | |
locallisppath='/opt/homebrew/share/emacs/site-lisp' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
ns_appbindir='/private/tmp/emacs-plus-20240130-4112-ths79c/nextstep/Emacs.app/Contents/MacOS' | |
ns_appdir='/private/tmp/emacs-plus-20240130-4112-ths79c/nextstep/Emacs.app' | |
ns_applibdir='/private/tmp/emacs-plus-20240130-4112-ths79c/nextstep/Emacs.app/Contents/Frameworks' | |
ns_applibexecdir='/private/tmp/emacs-plus-20240130-4112-ths79c/nextstep/Emacs.app/Contents/MacOS/libexec' | |
ns_appresdir='/private/tmp/emacs-plus-20240130-4112-ths79c/nextstep/Emacs.app/Contents/Resources' | |
ns_appsrc='Cocoa/Emacs.base' | |
ns_check_file='' | |
ns_self_contained='' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/opt/homebrew/Cellar/emacs-plus/30.0.50' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
runstatedir='${localstatedir}/run' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
srcdir='.' | |
standardlisppath='${lispdir}' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
version='' | |
with_mailutils='yes' | |
x_default_search_path='' | |
## ------------------- ## | |
## File substitutions. ## | |
## ------------------- ## | |
module_env_snippet_25='' | |
module_env_snippet_26='' | |
module_env_snippet_27='' | |
module_env_snippet_28='' | |
module_env_snippet_29='' | |
module_env_snippet_30='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "GNU Emacs" | |
#define PACKAGE_TARNAME "emacs" | |
#define PACKAGE_VERSION "30.0.50" | |
#define PACKAGE_STRING "GNU Emacs 30.0.50" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "https://www.gnu.org/software/emacs/" | |
#define HAVE_PDUMPER 1 | |
#define HAVE_MAILUTILS 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_WCHAR_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_UTSNAME_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_UTIL_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_PTHREAD_H 1 | |
#define HAVE_MALLOC_MALLOC_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_UTMP_H 1 | |
#define HAVE_UTMPX_H 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_SYS_CDEFS_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_STDBOOL_H 1 | |
#define HAVE_SYS_RANDOM_H 1 | |
#define STDC_HEADERS 1 | |
#define _ALL_SOURCE 1 | |
#define _DARWIN_C_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _HPUX_ALT_XOPEN_SOCKET_API 1 | |
#define _NETBSD_SOURCE 1 | |
#define _OPENBSD_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
#define __STDC_WANT_IEC_60559_EXT__ 1 | |
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
#define __STDC_WANT_LIB_EXT2__ 1 | |
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
#define _TANDEM_SOURCE 1 | |
#define __EXTENSIONS__ 1 | |
#define __USE_MINGW_ANSI_STDIO 1 | |
#define GCC_LINT 1 | |
#define HAVE_SYS_POLL_H 1 | |
#define USE_POLL 1 | |
#define SYSTEM_TYPE "darwin" | |
#define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
#define HAVE_TERM_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_NET_IF_H 1 | |
#define HAVE_IFADDRS_H 1 | |
#define HAVE_NET_IF_DL_H 1 | |
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | |
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | |
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | |
#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment