Skip to content

Instantly share code, notes, and snippets.

@halloleo
Created May 16, 2022 19:49
Show Gist options
  • Save halloleo/0f7f2ec03fc4f3a138bd06b96a2ef151 to your computer and use it in GitHub Desktop.
Save halloleo/0f7f2ec03fc4f3a138bd06b96a2ef151 to your computer and use it in GitHub Desktop.
Config log for duc 14.5-rc1 on macOS 10.1.5.7
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by duc configure 1.4.5-rc1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --prefix=/opt/local
## --------- ##
## Platform. ##
## --------- ##
hostname = flytheplanet.local
uname -m = x86_64
uname -r = 19.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 19.6.0: Tue Feb 15 21:39:11 PST 2022; root:xnu-6153.141.59~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 19.6.0: Tue Feb 15 21:39:11 PST 2022; root:xnu-6153.141.59~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 399 tasks, 1986 threads, 4 processors
Load average: 2.83, Mach factor: 1.64
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/bin/
PATH: /Users/alba/bin/
PATH: /Users/alba/Dropbox/bin/
PATH: /usr/local/opt/coreutils/libexec/gnubin/
PATH: /Users/alba/share/bin/
PATH: /Users/alba/opt/pipx/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /Library/TeX/texbin/
PATH: /Users/alba/share/pipx/bin/
PATH: /Applications/Optional/SWI-Prolog.app/Contents/MacOS/
PATH: /usr/local/sbin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2601: looking for aux files: config.guess config.sub compile missing install-sh
configure:2614: trying ./
configure:2643: ./config.guess found
configure:2643: ./config.sub found
configure:2643: ./compile found
configure:2643: ./missing found
configure:2625: ./install-sh found
configure:2780: checking for a BSD-compatible install
configure:2853: result: /usr/local/opt/coreutils/libexec/gnubin/install -c
configure:2864: checking whether build environment is sane
configure:2919: result: yes
configure:3078: checking for a race-free mkdir -p
configure:3122: result: /usr/local/opt/coreutils/libexec/gnubin/mkdir -p
configure:3129: checking for gawk
configure:3164: result: no
configure:3129: checking for mawk
configure:3164: result: no
configure:3129: checking for nawk
configure:3164: result: no
configure:3129: checking for awk
configure:3150: found /usr/bin/awk
configure:3161: result: awk
configure:3172: checking whether make sets $(MAKE)
configure:3195: result: yes
configure:3225: checking whether make supports nested variables
configure:3243: result: yes
configure:3395: checking whether make supports the include directive
configure:3410: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3413: $? = 0
configure:3432: result: yes (GNU style)
configure:3508: checking for gcc
configure:3529: found /usr/bin/gcc
configure:3540: result: gcc
configure:3893: checking for C compiler version
configure:3902: gcc --version >&5
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
configure:3913: $? = 0
configure:3902: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:3913: $? = 0
configure:3902: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3913: $? = 1
configure:3902: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:3913: $? = 1
configure:3902: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:3913: $? = 1
configure:3933: checking whether the C compiler works
configure:3955: gcc conftest.c >&5
configure:3959: $? = 0
configure:4009: result: yes
configure:4012: checking for C compiler default output file name
configure:4014: result: a.out
configure:4020: checking for suffix of executables
configure:4027: gcc -o conftest conftest.c >&5
configure:4031: $? = 0
configure:4054: result:
configure:4076: checking whether we are cross compiling
configure:4084: gcc -o conftest conftest.c >&5
configure:4088: $? = 0
configure:4095: ./conftest
configure:4099: $? = 0
configure:4114: result: no
configure:4119: checking for suffix of object files
configure:4142: gcc -c conftest.c >&5
configure:4146: $? = 0
configure:4168: result: o
configure:4172: checking whether the compiler supports GNU C
configure:4192: gcc -c conftest.c >&5
configure:4192: $? = 0
configure:4202: result: yes
configure:4213: checking whether gcc accepts -g
configure:4234: gcc -c -g conftest.c >&5
configure:4234: $? = 0
configure:4278: result: yes
configure:4298: checking for gcc option to enable C11 features
configure:4313: gcc -c -g -O2 conftest.c >&5
configure:4313: $? = 0
configure:4331: result: none needed
configure:4447: checking whether gcc understands -c and -o together
configure:4470: gcc -c conftest.c -o conftest2.o
configure:4473: $? = 0
configure:4470: gcc -c conftest.c -o conftest2.o
configure:4473: $? = 0
configure:4485: result: yes
configure:4504: checking dependency style of gcc
configure:4616: result: gcc3
configure:4636: checking for stdio.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for stdlib.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for string.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for inttypes.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for stdint.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for strings.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for sys/stat.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for sys/types.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for unistd.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for wchar.h
configure:4636: gcc -c -g -O2 conftest.c >&5
configure:4636: $? = 0
configure:4636: result: yes
configure:4636: checking for minix/config.h
configure:4636: gcc -c -g -O2 conftest.c >&5
conftest.c:49:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:4636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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:4636: result: no
configure:4667: checking whether it is safe to define __EXTENSIONS__
configure:4686: gcc -c -g -O2 conftest.c >&5
configure:4686: $? = 0
configure:4694: result: yes
configure:4697: checking whether _XOPEN_SOURCE should be defined
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: $? = 0
configure:4746: result: no
configure:4812: checking for special C compiler options needed for large files
configure:4860: result: no
configure:4866: checking for _FILE_OFFSET_BITS value needed for large files
configure:4892: gcc -c -g -O2 conftest.c >&5
configure:4892: $? = 0
configure:4926: result: no
configure:5008: checking for long file names
configure:5041: result: yes
configure:5103: checking for gcc
configure:5135: result: gcc
configure:5488: checking for C compiler version
configure:5497: gcc --version >&5
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
configure:5508: $? = 0
configure:5497: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:5508: $? = 0
configure:5497: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5508: $? = 1
configure:5497: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:5508: $? = 1
configure:5497: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:5508: $? = 1
configure:5512: checking whether the compiler supports GNU C
configure:5542: result: yes
configure:5553: checking whether gcc accepts -g
configure:5618: result: yes
configure:5638: checking for gcc option to enable C11 features
configure:5671: result: none needed
configure:5787: checking whether gcc understands -c and -o together
configure:5825: result: yes
configure:5844: checking dependency style of gcc
configure:5956: result: gcc3
configure:6030: checking for pkg-config
configure:6053: found /usr/local/bin/pkg-config
configure:6065: result: /usr/local/bin/pkg-config
configure:6090: checking pkg-config is at least version 0.9.0
configure:6093: result: yes
configure:6102: checking for main in -lm
configure:6122: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6122: $? = 0
configure:6132: result: yes
configure:6142: checking for struct stat.st_blocks
configure:6142: gcc -c -g -O2 conftest.c >&5
configure:6142: $? = 0
configure:6142: result: yes
configure:6207: result: Selected backend tokyocabinet
configure:6218: checking for tokyocabinet
configure:6225: $PKG_CONFIG --exists --print-errors "tokyocabinet"
configure:6228: $? = 0
configure:6242: $PKG_CONFIG --exists --print-errors "tokyocabinet"
configure:6245: $? = 0
configure:6303: result: yes
configure:6615: checking for cairo
configure:6622: $PKG_CONFIG --exists --print-errors "cairo"
configure:6625: $? = 0
configure:6639: $PKG_CONFIG --exists --print-errors "cairo"
configure:6642: $? = 0
configure:6686: result: yes
configure:6693: checking for pango
configure:6700: $PKG_CONFIG --exists --print-errors "pango"
configure:6703: $? = 0
configure:6717: $PKG_CONFIG --exists --print-errors "pango"
configure:6720: $? = 0
configure:6764: result: yes
configure:6771: checking for pangocairo
configure:6778: $PKG_CONFIG --exists --print-errors "pangocairo"
configure:6781: $? = 0
configure:6795: $PKG_CONFIG --exists --print-errors "pangocairo"
configure:6798: $? = 0
configure:6842: result: yes
configure:6992: checking for tputs in -lncursesw
configure:7015: gcc -o conftest -g -O2 conftest.c -lncursesw -lm >&5
ld: library not found for -lncursesw
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 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. */
| char tputs ();
| int
| main (void)
| {
| return tputs ();
| ;
| return 0;
| }
configure:7025: result: no
configure:7035: checking for tputs in -lncurses
configure:7058: gcc -o conftest -g -O2 conftest.c -lncurses -lm >&5
configure:7058: $? = 0
configure:7068: result: yes
configure:7094: checking for XOpenDisplay in -lX11
configure:7117: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
configure:7117: $? = 0
configure:7127: result: yes
configure:7147: checking for fcntl.h
configure:7147: gcc -c -g -O2 conftest.c >&5
configure:7147: $? = 0
configure:7147: result: yes
configure:7153: checking for limits.h
configure:7153: gcc -c -g -O2 conftest.c >&5
configure:7153: $? = 0
configure:7153: result: yes
configure:7159: checking for stdint.h
configure:7159: result: yes
configure:7165: checking for stdlib.h
configure:7165: result: yes
configure:7171: checking for string.h
configure:7171: result: yes
configure:7177: checking for sys/ioctl.h
configure:7177: gcc -c -g -O2 conftest.c >&5
configure:7177: $? = 0
configure:7177: result: yes
configure:7183: checking for unistd.h
configure:7183: result: yes
configure:7189: checking for fnmatch.h
configure:7189: gcc -c -g -O2 conftest.c >&5
configure:7189: $? = 0
configure:7189: result: yes
configure:7195: checking for termios.h
configure:7195: gcc -c -g -O2 conftest.c >&5
configure:7195: $? = 0
configure:7195: result: yes
configure:7202: checking for ncurses.h
configure:7202: gcc -c -g -O2 conftest.c >&5
configure:7202: $? = 0
configure:7202: result: yes
configure:7208: checking for ncurses/ncurses.h
configure:7208: gcc -c -g -O2 conftest.c >&5
conftest.c:86:10: fatal error: 'ncurses/ncurses.h' file not found
#include <ncurses/ncurses.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
configure:7208: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_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 <ncurses/ncurses.h>
configure:7208: result: no
configure:7214: checking for ncursesw/ncurses.h
configure:7214: gcc -c -g -O2 conftest.c >&5
conftest.c:86:10: fatal error: 'ncursesw/ncurses.h' file not found
#include <ncursesw/ncurses.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:7214: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_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 <ncursesw/ncurses.h>
configure:7214: result: no
configure:7222: checking for mode_t
configure:7222: gcc -c -g -O2 conftest.c >&5
configure:7222: $? = 0
configure:7222: gcc -c -g -O2 conftest.c >&5
conftest.c:89:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:7222: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_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
| int
| main (void)
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:7222: result: yes
configure:7232: checking for off_t
configure:7232: gcc -c -g -O2 conftest.c >&5
configure:7232: $? = 0
configure:7232: gcc -c -g -O2 conftest.c >&5
conftest.c:89:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:7232: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_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
| int
| main (void)
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:7232: result: yes
configure:7242: checking for size_t
configure:7242: gcc -c -g -O2 conftest.c >&5
configure:7242: $? = 0
configure:7242: gcc -c -g -O2 conftest.c >&5
conftest.c:89:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:7242: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_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
| int
| main (void)
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:7242: result: yes
configure:7252: checking for uint32_t
configure:7252: gcc -c -g -O2 conftest.c >&5
configure:7252: $? = 0
configure:7252: result: yes
configure:7264: checking for uint64_t
configure:7264: gcc -c -g -O2 conftest.c >&5
configure:7264: $? = 0
configure:7264: result: yes
configure:7276: checking for uint8_t
configure:7276: gcc -c -g -O2 conftest.c >&5
configure:7276: $? = 0
configure:7276: result: yes
configure:7288: checking for dev_t
configure:7288: gcc -c -g -O2 conftest.c >&5
configure:7288: $? = 0
configure:7288: gcc -c -g -O2 conftest.c >&5
conftest.c:89:20: error: expected expression
if (sizeof ((dev_t)))
^
1 error generated.
configure:7288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_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
| int
| main (void)
| {
| if (sizeof ((dev_t)))
| return 0;
| ;
| return 0;
| }
configure:7288: result: yes
configure:7296: checking for ino_t
configure:7296: gcc -c -g -O2 conftest.c >&5
configure:7296: $? = 0
configure:7296: gcc -c -g -O2 conftest.c >&5
conftest.c:90:20: error: expected expression
if (sizeof ((ino_t)))
^
1 error generated.
configure:7296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_DEV_T 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
| int
| main (void)
| {
| if (sizeof ((ino_t)))
| return 0;
| ;
| return 0;
| }
configure:7296: result: yes
configure:7312: checking build system type
configure:7327: result: x86_64-apple-darwin19.6.0
configure:7347: checking host system type
configure:7361: result: x86_64-apple-darwin19.6.0
configure:7381: checking whether lstat correctly handles trailing slash
configure:7414: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
configure:7414: $? = 0
configure:7414: ./conftest
configure:7414: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "duc"
| #define PACKAGE_TARNAME "duc"
| #define PACKAGE_VERSION "1.4.5-rc1"
| #define PACKAGE_STRING "duc 1.4.5-rc1"
| #define PACKAGE_BUGREPORT "duc@zevv.nl"
| #define PACKAGE_URL ""
| #define PACKAGE "duc"
| #define VERSION "1.4.5-rc1"
| #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 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_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 HAVE_LONG_FILE_NAMES 1
| #define HAVE_LIBM 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define ENABLE_TOKYOCABINET 1
| #define DB_BACKEND "tokyocabinet"
| #define ENABLE_CAIRO 1
| #define ENABLE_UI 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBX11 1
| #define ENABLE_X11 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 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
| int
| main (void)
| {
| struct stat sbuf;
| /* Linux will dereference the symlink and fail, as required by POSIX.
| That is better in the sense that it means we will not
| have to compile and use the lstat wrapper. */
| return lstat ("conftest.sym/", &sbuf) == 0;
| ;
| return 0;
| }
configure:7432: result: no
configure:7449: checking for floor
configure:7449: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
conftest.c:76:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
char floor ();
^
conftest.c:76:6: note: 'floor' is a builtin with type 'double (double)'
1 warning generated.
configure:7449: $? = 0
configure:7449: result: yes
configure:7455: checking for memset
configure:7455: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
conftest.c:77:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:77:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:7455: $? = 0
configure:7455: result: yes
configure:7461: checking for strchr
configure:7461: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
conftest.c:78:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:78:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:7461: $? = 0
configure:7461: result: yes
configure:7467: checking for strdup
configure:7467: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
conftest.c:79:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:79:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:7467: $? = 0
configure:7467: result: yes
configure:7473: checking for strerror
configure:7473: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
conftest.c:80:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:80:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:7473: $? = 0
configure:7473: result: yes
configure:7479: checking for gettimeofday
configure:7479: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
configure:7479: $? = 0
configure:7479: result: yes
configure:7485: checking for lstat
configure:7485: gcc -o conftest -g -O2 conftest.c -lX11 -lncurses -lm >&5
configure:7485: $? = 0
configure:7485: result: yes
configure:7604: checking that generated files are newer than configure
configure:7610: result: done
configure:7637: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by duc config.status 1.4.5-rc1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on flytheplanet.local
config.status:951: creating Makefile
config.status:951: creating config.h
config.status:1132: config.h is unchanged
config.status:1180: executing depfiles commands
config.status:1257: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1262: $? = 0
configure:8985: result:
configuration summary:
- Package version: duc 1.4.5-rc1
- Prefix: /opt/local
- Database backend: tokyocabinet
- X11 support: yes
- OpenGL support: no
- UI (ncurses) support: yes
- Graph cairo support: yes
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin19.6.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
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_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_GLFW3_CFLAGS_set=
ac_cv_env_GLFW3_CFLAGS_value=
ac_cv_env_GLFW3_LIBS_set=
ac_cv_env_GLFW3_LIBS_value=
ac_cv_env_KC_CFLAGS_set=
ac_cv_env_KC_CFLAGS_value=
ac_cv_env_KC_LIBS_set=
ac_cv_env_KC_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PANGOCAIRO_CFLAGS_set=
ac_cv_env_PANGOCAIRO_CFLAGS_value=
ac_cv_env_PANGOCAIRO_LIBS_set=
ac_cv_env_PANGOCAIRO_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_TC_CFLAGS_set=
ac_cv_env_TC_CFLAGS_value=
ac_cv_env_TC_LIBS_set=
ac_cv_env_TC_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_func_floor=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_memset=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fnmatch_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_ncurses_h=no
ac_cv_header_ncursesw_ncurses_h=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-apple-darwin19.6.0
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ncurses_tputs=yes
ac_cv_lib_ncursesw_tputs=no
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/local/opt/coreutils/libexec/gnubin/install -c'
ac_cv_path_mkdir=/usr/local/opt/coreutils/libexec/gnubin/mkdir
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_long_file_names=yes
ac_cv_type_dev_t=yes
ac_cv_type_ino_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
pkg_cv_CAIRO_CFLAGS='-I/usr/local/Cellar/libffi/3.4.2/include -I/usr/local/Cellar/cairo/1.16.0_5/include/cairo -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -I/usr/local/Cellar/pixman/0.40.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.14.0/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxrender/0.9.10/include -I/usr/local/Cellar/libxext/1.3.4/include -I/usr/local/Cellar/libx11/1.7.5/include -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxau/1.0.9/include -I/usr/local/Cellar/libxdmcp/1.1.3/include -I/usr/local/Cellar/xorgproto/2022.1/include'
pkg_cv_CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.16.0_5/lib -lcairo'
pkg_cv_PANGOCAIRO_CFLAGS='-I/usr/local/Cellar/libffi/3.4.2/include -I/usr/local/Cellar/pango/1.50.6/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/4.2.1/include/harfbuzz -I/usr/local/Cellar/pango/1.50.6/include/pango-1.0 -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/fribidi/1.0.12/include/fribidi -I/usr/local/Cellar/harfbuzz/4.2.1/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.14/include -I/usr/local/Cellar/cairo/1.16.0_5/include/cairo -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -I/usr/local/Cellar/pixman/0.40.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.14.0/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxrender/0.9.10/include -I/usr/local/Cellar/libxext/1.3.4/include -I/usr/local/Cellar/libx11/1.7.5/include -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxau/1.0.9/include -I/usr/local/Cellar/libxdmcp/1.1.3/include -I/usr/local/Cellar/xorgproto/2022.1/include'
pkg_cv_PANGOCAIRO_LIBS='-L/usr/local/Cellar/pango/1.50.6/lib -L/usr/local/Cellar/glib/2.72.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/harfbuzz/4.2.1/lib -L/usr/local/Cellar/cairo/1.16.0_5/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lcairo'
pkg_cv_PANGO_CFLAGS='-I/usr/local/Cellar/libffi/3.4.2/include -I/usr/local/Cellar/pango/1.50.6/include/pango-1.0 -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/fribidi/1.0.12/include/fribidi -I/usr/local/Cellar/cairo/1.16.0_5/include/cairo -I/usr/local/Cellar/pixman/0.40.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.14.0/include -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxrender/0.9.10/include -I/usr/local/Cellar/libxext/1.3.4/include -I/usr/local/Cellar/libx11/1.7.5/include -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxau/1.0.9/include -I/usr/local/Cellar/libxdmcp/1.1.3/include -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/harfbuzz/4.2.1/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/graphite2/1.3.14/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -I/usr/local/Cellar/xorgproto/2022.1/include'
pkg_cv_PANGO_LIBS='-L/usr/local/Cellar/pango/1.50.6/lib -L/usr/local/Cellar/glib/2.72.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/harfbuzz/4.2.1/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz'
pkg_cv_TC_CFLAGS=-I/usr/local/Cellar/tokyo-cabinet/1.4.48/include
pkg_cv_TC_LIBS='-L/usr/local/Cellar/tokyo-cabinet/1.4.48/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} '\''/Users/alba/ltmp/duc/duc/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} '\''/Users/alba/ltmp/duc/duc/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/Users/alba/ltmp/duc/duc/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/Users/alba/ltmp/duc/duc/missing'\'' automake-1.16'
AWK='awk'
CAIRO_CFLAGS='-I/usr/local/Cellar/libffi/3.4.2/include -I/usr/local/Cellar/cairo/1.16.0_5/include/cairo -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -I/usr/local/Cellar/pixman/0.40.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.14.0/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxrender/0.9.10/include -I/usr/local/Cellar/libxext/1.3.4/include -I/usr/local/Cellar/libx11/1.7.5/include -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxau/1.0.9/include -I/usr/local/Cellar/libxdmcp/1.1.3/include -I/usr/local/Cellar/xorgproto/2022.1/include'
CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.16.0_5/lib -lcairo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
ENABLE_CAIRO_FALSE=''
ENABLE_CAIRO_TRUE='#'
ENABLE_OPENGL_FALSE=''
ENABLE_OPENGL_TRUE='#'
ENABLE_UI_FALSE=''
ENABLE_UI_TRUE='#'
ENABLE_X11_FALSE=''
ENABLE_X11_TRUE='#'
ETAGS='etags'
EXEEXT=''
GLFW3_CFLAGS=''
GLFW3_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KC_CFLAGS=''
KC_LIBS=''
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}lstat$U.o'
LIBS='-lX11 -lncurses -lm '
LIB_AGE='0'
LIB_CURRENT='1'
LIB_REVISION='0'
LMDB_CFLAGS=''
LMDB_LIBS=''
LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo'
MAKEINFO='${SHELL} '\''/Users/alba/ltmp/duc/duc/missing'\'' makeinfo'
MKDIR_P='/usr/local/opt/coreutils/libexec/gnubin/mkdir -p'
OBJEXT='o'
PACKAGE='duc'
PACKAGE_BUGREPORT='duc@zevv.nl'
PACKAGE_NAME='duc'
PACKAGE_STRING='duc 1.4.5-rc1'
PACKAGE_TARNAME='duc'
PACKAGE_URL=''
PACKAGE_VERSION='1.4.5-rc1'
PANGOCAIRO_CFLAGS='-I/usr/local/Cellar/libffi/3.4.2/include -I/usr/local/Cellar/pango/1.50.6/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/4.2.1/include/harfbuzz -I/usr/local/Cellar/pango/1.50.6/include/pango-1.0 -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/fribidi/1.0.12/include/fribidi -I/usr/local/Cellar/harfbuzz/4.2.1/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.14/include -I/usr/local/Cellar/cairo/1.16.0_5/include/cairo -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -I/usr/local/Cellar/pixman/0.40.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.14.0/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxrender/0.9.10/include -I/usr/local/Cellar/libxext/1.3.4/include -I/usr/local/Cellar/libx11/1.7.5/include -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxau/1.0.9/include -I/usr/local/Cellar/libxdmcp/1.1.3/include -I/usr/local/Cellar/xorgproto/2022.1/include'
PANGOCAIRO_LIBS='-L/usr/local/Cellar/pango/1.50.6/lib -L/usr/local/Cellar/glib/2.72.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/harfbuzz/4.2.1/lib -L/usr/local/Cellar/cairo/1.16.0_5/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lcairo'
PANGO_CFLAGS='-I/usr/local/Cellar/libffi/3.4.2/include -I/usr/local/Cellar/pango/1.50.6/include/pango-1.0 -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/fribidi/1.0.12/include/fribidi -I/usr/local/Cellar/cairo/1.16.0_5/include/cairo -I/usr/local/Cellar/pixman/0.40.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.14.0/include -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxrender/0.9.10/include -I/usr/local/Cellar/libxext/1.3.4/include -I/usr/local/Cellar/libx11/1.7.5/include -I/usr/local/Cellar/libxcb/1.14_2/include -I/usr/local/Cellar/libxau/1.0.9/include -I/usr/local/Cellar/libxdmcp/1.1.3/include -I/usr/local/Cellar/glib/2.72.1/include -I/usr/local/Cellar/harfbuzz/4.2.1/include/harfbuzz -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/graphite2/1.3.14/include -I/usr/local/Cellar/glib/2.72.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.72.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.45/include -I/usr/local/Cellar/xorgproto/2022.1/include'
PANGO_LIBS='-L/usr/local/Cellar/pango/1.50.6/lib -L/usr/local/Cellar/glib/2.72.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/harfbuzz/4.2.1/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_CFLAGS=''
SQLITE3_LIBS=''
STRIP=''
TC_CFLAGS='-I/usr/local/Cellar/tokyo-cabinet/1.4.48/include'
TC_LIBS='-L/usr/local/Cellar/tokyo-cabinet/1.4.48/lib -ltokyocabinet -lbz2 -lz -lpthread -lm -lc'
VERSION='1.4.5-rc1'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin19.6.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin19.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin19.6.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin19.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/alba/ltmp/duc/duc/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "duc"
#define PACKAGE_TARNAME "duc"
#define PACKAGE_VERSION "1.4.5-rc1"
#define PACKAGE_STRING "duc 1.4.5-rc1"
#define PACKAGE_BUGREPORT "duc@zevv.nl"
#define PACKAGE_URL ""
#define PACKAGE "duc"
#define VERSION "1.4.5-rc1"
#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 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_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 HAVE_LONG_FILE_NAMES 1
#define HAVE_LIBM 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define ENABLE_TOKYOCABINET 1
#define DB_BACKEND "tokyocabinet"
#define ENABLE_CAIRO 1
#define ENABLE_UI 1
#define HAVE_LIBNCURSES 1
#define HAVE_LIBX11 1
#define ENABLE_X11 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FNMATCH_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_NCURSES_H 1
#define HAVE_DEV_T 1
#define HAVE_INO_T 1
#define HAVE_FLOOR 1
#define HAVE_MEMSET 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment