This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = darksky.archve.ga uname -m = x86_64 uname -r = 5.15.117 uname -s = Linux uname -v = #1 SMP PREEMPT Thu Jun 22 15:39:49 CDT 2023 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/games PATH: /usr/lib64/libexec/kf5 PATH: /usr/lib64/qt5/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /opt/bin PATH: /home/hexagonwin/bin PATH: /opt/gnome/bin PATH: /opt/kde1/bin PATH: /usr/dt/bin PATH: /usr/sbin PATH: /sbin PATH: /home/hexagonwin/.local/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:2318: checking build system type configure:2332: result: x86_64-pc-linux-gnu configure:2352: checking host system type configure:2365: result: x86_64-pc-linux-gnu configure:2385: checking target system type configure:2398: result: x86_64-pc-linux-gnu configure:2515: checking for gcc configure:2542: result: gcc configure:2771: checking for C compiler version configure:2780: gcc --version >&5 gcc (GCC) 11.2.0 Copyright (C) 2021 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:2791: $? = 0 configure:2780: gcc -v >&5 Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/11.2.0/specs COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/11.2.0/lto-wrapper Target: x86_64-slackware-linux Configured with: ../gcc-11.2.0/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,brig,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --disable-libstdcxx-pch --disable-libunwind-exceptions --enable-__cxa_atexit --disable-libssp --enable-gnu-unique-object --enable-plugin --enable-lto --disable-install-libiberty --enable-gnu-indirect-function --with-linker-hash-style=gnu --with-gnu-ld --with-isl --verbose --with-arch-directory=amd64 --disable-gtktest --disable-werror --enable-clocale=gnu --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.2.0 (GCC) configure:2791: $? = 0 configure:2780: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:2791: $? = 1 configure:2780: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:2791: $? = 1 configure:2811: checking whether the C compiler works configure:2833: gcc conftest.c >&5 configure:2837: $? = 0 configure:2885: result: yes configure:2888: checking for C compiler default output file name configure:2890: result: a.out configure:2896: checking for suffix of executables configure:2903: gcc -o conftest conftest.c >&5 configure:2907: $? = 0 configure:2929: result: configure:2951: checking whether we are cross compiling configure:2959: gcc -o conftest conftest.c >&5 configure:2963: $? = 0 configure:2970: ./conftest configure:2974: $? = 0 configure:2989: result: no configure:2994: checking for suffix of object files configure:3016: gcc -c conftest.c >&5 configure:3020: $? = 0 configure:3041: result: o configure:3045: checking whether we are using the GNU C compiler configure:3064: gcc -c conftest.c >&5 configure:3064: $? = 0 configure:3073: result: yes configure:3082: checking whether gcc accepts -g configure:3102: gcc -c -g conftest.c >&5 configure:3102: $? = 0 configure:3143: result: yes configure:3160: checking for gcc option to accept ISO C89 configure:3223: gcc -c -g -O2 conftest.c >&5 configure:3223: $? = 0 configure:3236: result: none needed configure:3261: checking how to run the C preprocessor configure:3331: result: gcc -E configure:3351: gcc -E conftest.c configure:3351: $? = 0 configure:3365: gcc -E conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory 9 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:3365: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3409: checking for X configure:3548: gcc -o conftest -g -O2 conftest.c -lX11 >&5 configure:3548: $? = 0 configure:3598: result: libraries , headers configure:3643: checking for main in -lm configure:3662: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 configure:3662: $? = 0 configure:3671: result: yes configure:3685: checking for rint configure:3685: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 conftest.c:33:6: warning: conflicting types for built-in function 'rint'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 33 | char rint (); | ^~~~ conftest.c:21:1: note: 'rint' is declared in header '' 20 | # include 21 | #else configure:3685: $? = 0 configure:3685: result: yes configure:3685: checking for rintf configure:3685: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 conftest.c:34:6: warning: conflicting types for built-in function 'rintf'; expected 'float(float)' [-Wbuiltin-declaration-mismatch] 34 | char rintf (); | ^~~~~ conftest.c:22:1: note: 'rintf' is declared in header '' 21 | # include 22 | #else configure:3685: $? = 0 configure:3685: result: yes configure:3685: checking for atan2f configure:3685: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 conftest.c:35:6: warning: conflicting types for built-in function 'atan2f'; expected 'float(float, float)' [-Wbuiltin-declaration-mismatch] 35 | char atan2f (); | ^~~~~~ conftest.c:23:1: note: 'atan2f' is declared in header '' 22 | # include 23 | #else configure:3685: $? = 0 configure:3685: result: yes configure:3685: checking for floorf configure:3685: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 conftest.c:36:6: warning: conflicting types for built-in function 'floorf'; expected 'float(float)' [-Wbuiltin-declaration-mismatch] 36 | char floorf (); | ^~~~~~ conftest.c:24:1: note: 'floorf' is declared in header '' 23 | # include 24 | #else configure:3685: $? = 0 configure:3685: result: yes configure:3699: checking for grep that handles long lines and -e configure:3757: result: /usr/bin/grep configure:3762: checking for egrep configure:3824: result: /usr/bin/grep -E configure:3829: checking for ANSI C header files configure:3849: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3849: $? = 0 configure:3922: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 configure:3922: $? = 0 configure:3922: ./conftest configure:3922: $? = 0 configure:3933: result: yes configure:3946: checking for sys/types.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for sys/stat.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for stdlib.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for string.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for memory.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for strings.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for inttypes.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for stdint.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3946: checking for unistd.h configure:3946: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3946: $? = 0 configure:3946: result: yes configure:3960: checking mntent.h usability configure:3960: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3960: $? = 0 configure:3960: result: yes configure:3960: checking mntent.h presence configure:3960: gcc -E -I/usr/include conftest.c configure:3960: $? = 0 configure:3960: result: yes configure:3960: checking for mntent.h configure:3960: result: yes configure:3972: checking sys/mntent.h usability configure:3972: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c:58:10: fatal error: sys/mntent.h: No such file or directory 58 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:3972: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:3972: result: no configure:3972: checking sys/mntent.h presence configure:3972: gcc -E -I/usr/include conftest.c conftest.c:25:10: fatal error: sys/mntent.h: No such file or directory 25 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:3972: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include configure:3972: result: no configure:3972: checking for sys/mntent.h configure:3972: result: no configure:3982: checking for struct mntent.mnt_fsname configure:3982: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3982: $? = 0 configure:3982: result: yes configure:3990: checking for struct mntent.mnt_fsname configure:3990: result: yes configure:3998: checking for struct mntent.mnt_dir configure:3998: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:3998: $? = 0 configure:3998: result: yes configure:4006: checking for struct mntent.mnt_mountp configure:4006: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c:28:10: fatal error: sys/mntent.h: No such file or directory 28 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:4006: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | /* end confdefs.h. */ | #include | | int | main () | { | static struct mntent ac_aggr; | if (ac_aggr.mnt_mountp) | return 0; | ; | return 0; | } configure:4006: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c:28:10: fatal error: sys/mntent.h: No such file or directory 28 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:4006: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | /* end confdefs.h. */ | #include | | int | main () | { | static struct mntent ac_aggr; | if (sizeof ac_aggr.mnt_mountp) | return 0; | ; | return 0; | } configure:4006: result: no configure:4016: checking for library containing getmntent configure:4047: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 configure:4047: $? = 0 configure:4064: result: none required configure:4080: checking for getmntinfo configure:4080: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 /usr/bin/ld: /tmp/ccFQVdb9.o: in function `main': /home/hexagonwin/Codes/gnustep-gui/gnustep-gui-slackbuild/gnustep-gui-0.30.0/conftest.c:63: undefined reference to `getmntinfo' collect2: error: ld returned 1 exit status configure:4080: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | /* end confdefs.h. */ | /* Define getmntinfo to an innocuous variant, in case declares getmntinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define getmntinfo innocuous_getmntinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getmntinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getmntinfo | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getmntinfo (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getmntinfo || defined __stub___getmntinfo | choke me | #endif | | int | main () | { | return getmntinfo (); | ; | return 0; | } configure:4080: result: no configure:4091: checking for statfs configure:4091: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 configure:4091: $? = 0 configure:4091: result: yes configure:4102: checking for statvfs configure:4102: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lm >&5 configure:4102: $? = 0 configure:4102: result: yes configure:4113: checking sys/statvfs.h usability configure:4113: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:4113: $? = 0 configure:4113: result: yes configure:4113: checking sys/statvfs.h presence configure:4113: gcc -E -I/usr/include conftest.c configure:4113: $? = 0 configure:4113: result: yes configure:4113: checking for sys/statvfs.h configure:4113: result: yes configure:4125: checking sys/vfs.h usability configure:4125: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:4125: $? = 0 configure:4125: result: yes configure:4125: checking sys/vfs.h presence configure:4125: gcc -E -I/usr/include conftest.c configure:4125: $? = 0 configure:4125: result: yes configure:4125: checking for sys/vfs.h configure:4125: result: yes configure:4136: checking for struct statfs.f_flags configure:4136: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:4136: $? = 0 configure:4136: result: yes configure:4157: checking for struct statfs.f_owner configure:4157: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:51:12: error: 'struct statfs' has no member named 'f_owner' 51 | if (ac_aggr.f_owner) | ^ configure:4157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | /* end confdefs.h. */ | | #if defined(HAVE_GETMNTINFO) | #include | #include | #endif | #if defined (HAVE_SYS_STATVFS_H) | #include | #endif | #if defined (HAVE_SYS_VFS_H) | #include | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (ac_aggr.f_owner) | return 0; | ; | return 0; | } configure:4157: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:51:19: error: 'struct statfs' has no member named 'f_owner' 51 | if (sizeof ac_aggr.f_owner) | ^ configure:4157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | /* end confdefs.h. */ | | #if defined(HAVE_GETMNTINFO) | #include | #include | #endif | #if defined (HAVE_SYS_STATVFS_H) | #include | #endif | #if defined (HAVE_SYS_VFS_H) | #include | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (sizeof ac_aggr.f_owner) | return 0; | ; | return 0; | } configure:4157: result: no configure:4179: checking for struct statvfs.f_flag configure:4179: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:4179: $? = 0 configure:4179: result: yes configure:4193: checking for struct statvfs.f_owner configure:4193: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:45:12: error: 'struct statvfs' has no member named 'f_owner' 45 | if (ac_aggr.f_owner) | ^ configure:4193: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | /* end confdefs.h. */ | | #if defined (HAVE_SYS_STATVFS_H) | #include | #endif | | | int | main () | { | static struct statvfs ac_aggr; | if (ac_aggr.f_owner) | return 0; | ; | return 0; | } configure:4193: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:45:19: error: 'struct statvfs' has no member named 'f_owner' 45 | if (sizeof ac_aggr.f_owner) | ^ configure:4193: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | /* end confdefs.h. */ | | #if defined (HAVE_SYS_STATVFS_H) | #include | #endif | | | int | main () | { | static struct statvfs ac_aggr; | if (sizeof ac_aggr.f_owner) | return 0; | ; | return 0; | } configure:4193: result: no configure:4281: checking jpeglib.h usability configure:4281: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:4281: $? = 0 configure:4281: result: yes configure:4281: checking jpeglib.h presence configure:4281: gcc -E -I/usr/include conftest.c configure:4281: $? = 0 configure:4281: result: yes configure:4281: checking for jpeglib.h configure:4281: result: yes configure:4294: checking for jpeg_destroy_decompress in -ljpeg configure:4319: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -ljpeg -lm >&5 configure:4319: $? = 0 configure:4328: result: yes configure:4385: checking for main in -lz configure:4404: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lz -ljpeg -lm >&5 configure:4404: $? = 0 configure:4413: result: yes configure:4424: checking tiffio.h usability configure:4424: gcc -c -g -O2 -I/usr/include conftest.c >&5 configure:4424: $? = 0 configure:4424: result: yes configure:4424: checking tiffio.h presence configure:4424: gcc -E -I/usr/include conftest.c configure:4424: $? = 0 configure:4424: result: yes configure:4424: checking for tiffio.h configure:4424: result: yes configure:4433: checking for TIFFReadScanline in -ltiff configure:4458: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -ltiff -lz -ljpeg -lm >&5 configure:4458: $? = 0 configure:4467: result: yes configure:4512: checking for libpng-config configure:4528: found /usr/bin/libpng-config configure:4539: result: yes configure:4554: checking png.h usability configure:4554: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:4554: $? = 0 configure:4554: result: yes configure:4554: checking png.h presence configure:4554: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c configure:4554: $? = 0 configure:4554: result: yes configure:4554: checking for png.h configure:4554: result: yes configure:4564: checking for png_sig_cmp in -lpng configure:4589: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lpng -ltiff -lz -ljpeg -lm >&5 configure:4589: $? = 0 configure:4598: result: yes configure:4711: checking for DGifOpen in -lungif configure:4736: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lungif -lpng -ltiff -lz -ljpeg -lm >&5 configure:4736: $? = 0 configure:4745: result: yes configure:4965: checking for QuantizeBuffer configure:4965: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lungif -lpng -ltiff -lz -ljpeg -lm >&5 /usr/bin/ld: /tmp/ccwmdGzZ.o: in function `main': /home/hexagonwin/Codes/gnustep-gui/gnustep-gui-slackbuild/gnustep-gui-0.30.0/conftest.c:77: undefined reference to `QuantizeBuffer' collect2: error: ld returned 1 exit status configure:4965: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | /* end confdefs.h. */ | /* Define QuantizeBuffer to an innocuous variant, in case declares QuantizeBuffer. | For example, HP-UX 11i declares gettimeofday. */ | #define QuantizeBuffer innocuous_QuantizeBuffer | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char QuantizeBuffer (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef QuantizeBuffer | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char QuantizeBuffer (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_QuantizeBuffer || defined __stub___QuantizeBuffer | choke me | #endif | | int | main () | { | return QuantizeBuffer (); | ; | return 0; | } configure:4965: result: no configure:4976: checking for GifQuantizeBuffer configure:4976: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lungif -lpng -ltiff -lz -ljpeg -lm >&5 configure:4976: $? = 0 configure:4976: result: yes configure:5049: checking for pkg-config configure:5067: found /usr/bin/pkg-config configure:5079: result: /usr/bin/pkg-config configure:5104: checking pkg-config is at least version 0.9.0 configure:5107: result: yes configure:5239: checking for icu-config configure:5257: found /usr/bin/icu-config configure:5270: result: /usr/bin/icu-config configure:5286: checking for ICU >= 4.0 configure:5290: result: yes configure:5294: checking ICU_LIBS configure:5297: result: -licui18n -licuuc -licudata configure:5299: checking ICU_LDFLAGS configure:5302: result: -L/usr/lib64 configure:5352: result: yes configure:5357: checking unicode/uchar.h usability configure:5357: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:5357: $? = 0 configure:5357: result: yes configure:5357: checking unicode/uchar.h presence configure:5357: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c configure:5357: $? = 0 configure:5357: result: yes configure:5357: checking for unicode/uchar.h configure:5357: result: yes configure:5357: checking unicode/ustring.h usability configure:5357: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:5357: $? = 0 configure:5357: result: yes configure:5357: checking unicode/ustring.h presence configure:5357: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c configure:5357: $? = 0 configure:5357: result: yes configure:5357: checking for unicode/ustring.h configure:5357: result: yes configure:5391: checking for new_aspell_document_checker in -laspell configure:5416: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -laspell -lungif -lpng -ltiff -lz -ljpeg -lm >&5 configure:5416: $? = 0 configure:5425: result: yes configure:5440: checking aspell.h usability configure:5440: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:5440: $? = 0 configure:5440: result: yes configure:5440: checking aspell.h presence configure:5440: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c configure:5440: $? = 0 configure:5440: result: yes configure:5440: checking for aspell.h configure:5440: result: yes configure:5458: checking for icns_read_family_from_file in -licns configure:5483: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -licns -laspell -lungif -lpng -ltiff -lz -ljpeg -lm >&5 /usr/bin/ld: cannot find -licns collect2: error: ld returned 1 exit status configure:5483: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 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. */ | #ifdef __cplusplus | extern "C" | #endif | char icns_read_family_from_file (); | int | main () | { | return icns_read_family_from_file (); | ; | return 0; | } configure:5492: result: no configure:5519: checking sndfile.h usability configure:5519: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:5519: $? = 0 configure:5519: result: yes configure:5519: checking sndfile.h presence configure:5519: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c configure:5519: $? = 0 configure:5519: result: yes configure:5519: checking for sndfile.h configure:5519: result: yes configure:5533: checking ao/ao.h usability configure:5533: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:5533: $? = 0 configure:5533: result: yes configure:5533: checking ao/ao.h presence configure:5533: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c configure:5533: $? = 0 configure:5533: result: yes configure:5533: checking for ao/ao.h configure:5533: result: yes configure:5564: checking for new_utterance in -lflite configure:5589: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lflite -laspell -lungif -lpng -ltiff -lz -ljpeg -lm >&5 /usr/bin/ld: cannot find -lflite collect2: error: ld returned 1 exit status configure:5589: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_AO_AO_H 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. */ | #ifdef __cplusplus | extern "C" | #endif | char new_utterance (); | int | main () | { | return new_utterance (); | ; | return 0; | } configure:5598: result: no configure:5608: checking flite/flite.h usability configure:5608: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 conftest.c:84:10: fatal error: flite/flite.h: No such file or directory 84 | #include | ^~~~~~~~~~~~~~~ compilation terminated. configure:5608: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_AO_AO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5608: result: no configure:5608: checking flite/flite.h presence configure:5608: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c conftest.c:51:10: fatal error: flite/flite.h: No such file or directory 51 | #include | ^~~~~~~~~~~~~~~ compilation terminated. configure:5608: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_AO_AO_H 1 | /* end confdefs.h. */ | #include configure:5608: result: no configure:5608: checking for flite/flite.h configure:5608: result: no configure:5684: checking for ps_start_utt in -lpocketsphinx configure:5709: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/libpng16 -L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64 conftest.c -lpocketsphinx -laspell -lungif -lpng -ltiff -lz -ljpeg -lm >&5 /usr/bin/ld: cannot find -lpocketsphinx collect2: error: ld returned 1 exit status configure:5709: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_AO_AO_H 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. */ | #ifdef __cplusplus | extern "C" | #endif | char ps_start_utt (); | int | main () | { | return ps_start_utt (); | ; | return 0; | } configure:5718: result: no configure:5728: checking pocketsphinx/pocketsphinx_export.h usability configure:5728: gcc -c -g -O2 -I/usr/include -I/usr/include/libpng16 conftest.c >&5 conftest.c:84:10: fatal error: pocketsphinx/pocketsphinx_export.h: No such file or directory 84 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:5728: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_AO_AO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5728: result: no configure:5728: checking pocketsphinx/pocketsphinx_export.h presence configure:5728: gcc -E -I/usr/include -I/usr/include/libpng16 conftest.c conftest.c:51:10: fatal error: pocketsphinx/pocketsphinx_export.h: No such file or directory 51 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:5728: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBM 1 | #define HAVE_RINT 1 | #define HAVE_RINTF 1 | #define HAVE_ATAN2F 1 | #define HAVE_FLOORF 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_MNTENT_H 1 | #define MNT_FSNAME mnt_fsname | #define MNT_FSNAME mnt_fsname | #define MNT_MEMB mnt_dir | #define HAVE_GETMNTENT 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_STRUCT_STATFS_F_FLAGS 1 | #define HAVE_STRUCT_STATVFS_F_FLAG 1 | #define HAVE_JPEGLIB_H 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBTIFF 1 | #define HAVE_PNG_H 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBUNGIF 1 | #define HAVE_GIFQUANTIZEBUFFER 1 | #define HAVE_UNICODE_UCHAR_H 1 | #define HAVE_UNICODE_USTRING_H 1 | #define HAVE_LIBASPELL 1 | #define HAVE_ASPELL_H 1 | #define HAVE_ASPELL 1 | #define HAVE_SNDFILE_H 1 | #define HAVE_AO_AO_H 1 | /* end confdefs.h. */ | #include configure:5728: result: no configure:5728: checking for pocketsphinx/pocketsphinx_export.h configure:5728: result: no configure:5772: checking for cups-config configure:5800: result: no configure:5903: checking whether the compiler supports -Wdeclaration-after-statement configure:5919: gcc -c -g -O2 -Wdeclaration-after-statement -I/usr/include -I/usr/include/libpng16 conftest.c >&5 configure:5919: $? = 0 configure:5927: result: yes configure:5941: checking for the version of gnustep-gui we are compiling configure:5946: result: 0.30.0 configure:6073: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darksky.archve.ga config.status:875: creating config.make config.status:875: creating gui.make config.status:875: creating Headers/Additions/GNUstepGUI/GSVersion.h config.status:875: creating Headers/Additions/GNUstepGUI/config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_IMAGEMAGICK_CFLAGS_set= ac_cv_env_IMAGEMAGICK_CFLAGS_value= ac_cv_env_IMAGEMAGICK_LIBS_set= ac_cv_env_IMAGEMAGICK_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_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_GifQuantizeBuffer=yes ac_cv_func_QuantizeBuffer=no ac_cv_func_atan2f=yes ac_cv_func_floorf=yes ac_cv_func_getmntent=yes ac_cv_func_getmntinfo=no ac_cv_func_rint=yes ac_cv_func_rintf=yes ac_cv_func_statfs=yes ac_cv_func_statvfs=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_ao_ao_h=yes ac_cv_header_aspell_h=yes ac_cv_header_flite_flite_h=no ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_memory_h=yes ac_cv_header_mntent_h=yes ac_cv_header_png_h=yes ac_cv_header_pocketsphinx_pocketsphinx_export_h=no ac_cv_header_sndfile_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mntent_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_vfs_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_unicode_uchar_h=yes ac_cv_header_unicode_ustring_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_aspell_new_aspell_document_checker=yes ac_cv_lib_flite_new_utterance=no ac_cv_lib_icns_icns_read_family_from_file=no ac_cv_lib_jpeg_jpeg_destroy_decompress=yes ac_cv_lib_m_main=yes ac_cv_lib_png_png_sig_cmp=yes ac_cv_lib_pocketsphinx_ps_start_utt=no ac_cv_lib_tiff_TIFFReadScanline=yes ac_cv_lib_ungif_DGifOpen=yes ac_cv_lib_z_main=yes ac_cv_member_struct_mntent_mnt_dir=yes ac_cv_member_struct_mntent_mnt_fsname=yes ac_cv_member_struct_mntent_mnt_mountp=no ac_cv_member_struct_statfs_f_flags=yes ac_cv_member_struct_statfs_f_owner=no ac_cv_member_struct_statvfs_f_flag=yes ac_cv_member_struct_statvfs_f_owner=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_ICU_CONFIG=/usr/bin/icu-config ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_prog_CPP='gcc -E' ac_cv_prog_HAVE_LIBPNG_CONFIG=yes ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_have_cups=no ac_cv_search_getmntent='none required' ac_cv_target=x86_64-pc-linux-gnu ## ----------------- ## ## Output variables. ## ## ----------------- ## BUILD_GSCUPS='NO' BUILD_SOUND='sound' BUILD_SPEECH='' BUILD_SPEECH_RECOGNIZER='' CC='gcc' CFLAGS='-g -O2' CONFIG_SYSTEM_INCL=' -I/usr/include/libpng16 ' CONFIG_SYSTEM_LIB_DIR=' -L/usr/lib64 -licui18n -licuuc -licudata -L/usr/lib64 -lpng16 ' CPP='gcc -E' CPPFLAGS=' -I/usr/include -I/usr/include/libpng16' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GNUSTEP_GUI_MAJOR_VERSION='0' GNUSTEP_GUI_MINOR_VERSION='30' GNUSTEP_GUI_SUBMINOR_VERSION='0' GNUSTEP_GUI_VERSION='0.30.0' GREP='/usr/bin/grep' GSCUPS_CFLAGS='' GSCUPS_DATADIR='' GSCUPS_LDFLAGS='' GSCUPS_LIBS='' HAVE_ICU='1' HAVE_LIBPNG_CONFIG='yes' ICU_CONFIG='/usr/bin/icu-config' ICU_LIBS='-licui18n -licuuc -licudata ' IMAGEMAGICK_CFLAGS='' IMAGEMAGICK_LIBS='' LDFLAGS='-L/usr/lib64 -lpng16 -L/usr/lib64/gnu-gnu-gnu -L/usr/lib64' LIBOBJS='' LIBS='-laspell -lungif -lpng -ltiff -lz -ljpeg -lm ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/home/hexagonwin/GNUstep/Library/Libraries/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig' RECOGNIZER_BASE_CFLAGS='' RECOGNIZER_BASE_LIBS='' RECOGNIZER_ENGINE_CLASS='' SHELL='/bin/sh' WARN_FLAGS='-Wall -Wdeclaration-after-statement' XMKMF='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' cross_compiling='no' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' have_cups='no' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_LIBM 1 #define HAVE_RINT 1 #define HAVE_RINTF 1 #define HAVE_ATAN2F 1 #define HAVE_FLOORF 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_MNTENT_H 1 #define MNT_FSNAME mnt_fsname #define MNT_FSNAME mnt_fsname #define MNT_MEMB mnt_dir #define HAVE_GETMNTENT 1 #define HAVE_STATFS 1 #define HAVE_STATVFS 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_STRUCT_STATFS_F_FLAGS 1 #define HAVE_STRUCT_STATVFS_F_FLAG 1 #define HAVE_JPEGLIB_H 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBZ 1 #define HAVE_LIBTIFF 1 #define HAVE_PNG_H 1 #define HAVE_LIBPNG 1 #define HAVE_LIBPNG 1 #define HAVE_LIBUNGIF 1 #define HAVE_GIFQUANTIZEBUFFER 1 #define HAVE_UNICODE_UCHAR_H 1 #define HAVE_UNICODE_USTRING_H 1 #define HAVE_LIBASPELL 1 #define HAVE_ASPELL_H 1 #define HAVE_ASPELL 1 #define HAVE_SNDFILE_H 1 #define HAVE_AO_AO_H 1 configure: exit 0