Last active
December 18, 2015 21:38
-
-
Save jmtatsch/5848333 to your computer and use it in GitHub Desktop.
glib failed to build on 10.8.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by glib configure 2.36.3, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-maintainer-mode --disable-dependency-tracking --disable-dtrace --disable-modular-tests --disable-libelf --prefix=/usr/local/Cellar/glib/2.36.3 --localstatedir=/usr/local/var --with-gio-module-dir=/usr/local/lib/gio/modules | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = jmacbookpro.fritz.box | |
uname -m = x86_64 | |
uname -r = 12.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~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 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 147 tasks, 804 threads, 4 processors | |
Load average: 1.04, Mach factor: 2.95 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/xz/bin | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3003: checking for a BSD-compatible install | |
configure:3071: result: /usr/bin/install -c | |
configure:3082: checking whether build environment is sane | |
configure:3137: result: yes | |
configure:3288: checking for a thread-safe mkdir -p | |
configure:3327: result: ./install-sh -c -d | |
configure:3334: checking for gawk | |
configure:3364: result: no | |
configure:3334: checking for mawk | |
configure:3364: result: no | |
configure:3334: checking for nawk | |
configure:3364: result: no | |
configure:3334: checking for awk | |
configure:3350: found /usr/bin/awk | |
configure:3361: result: awk | |
configure:3372: checking whether make sets $(MAKE) | |
configure:3394: result: yes | |
configure:3423: checking whether make supports nested variables | |
configure:3440: result: yes | |
configure:3520: checking whether UID '501' is supported by ustar format | |
configure:3523: result: yes | |
configure:3530: checking whether GID '20' is supported by ustar format | |
configure:3533: result: yes | |
configure:3541: checking how to create a ustar tar archive | |
configure:3552: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:3555: $? = 0 | |
configure:3595: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:3598: $? = 0 | |
configure:3602: tar -xf - <conftest.tar | |
configure:3605: $? = 0 | |
configure:3607: cat conftest.dir/file | |
GrepMe | |
configure:3610: $? = 0 | |
configure:3623: result: gnutar | |
configure:3632: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3641: result: no | |
configure:3669: checking whether make supports nested variables | |
configure:3686: result: yes | |
configure:3788: checking for gcc | |
configure:3815: result: cc | |
configure:4044: checking for C compiler version | |
configure:4053: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
configure:4064: $? = 0 | |
configure:4053: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
... rest of stderr output deleted ... | |
configure:4064: $? = 0 | |
configure:4053: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:4064: $? = 1 | |
configure:4053: cc -qversion >&5 | |
clang: error: no input files | |
configure:4064: $? = 1 | |
configure:4084: checking whether the C compiler works | |
configure:4106: cc conftest.c >&5 | |
configure:4110: $? = 0 | |
configure:4158: result: yes | |
configure:4161: checking for C compiler default output file name | |
configure:4163: result: a.out | |
configure:4169: checking for suffix of executables | |
configure:4176: cc -o conftest conftest.c >&5 | |
configure:4180: $? = 0 | |
configure:4202: result: | |
configure:4224: checking whether we are cross compiling | |
configure:4232: cc -o conftest conftest.c >&5 | |
configure:4236: $? = 0 | |
configure:4243: ./conftest | |
configure:4247: $? = 0 | |
configure:4262: result: no | |
configure:4267: checking for suffix of object files | |
configure:4289: cc -c conftest.c >&5 | |
configure:4293: $? = 0 | |
configure:4314: result: o | |
configure:4318: checking whether we are using the GNU C compiler | |
configure:4337: cc -c conftest.c >&5 | |
configure:4337: $? = 0 | |
configure:4346: result: yes | |
configure:4355: checking whether cc accepts -g | |
configure:4375: cc -c -g conftest.c >&5 | |
configure:4375: $? = 0 | |
configure:4416: result: yes | |
configure:4433: checking for cc option to accept ISO C89 | |
configure:4496: cc -c -g -O2 conftest.c >&5 | |
configure:4496: $? = 0 | |
configure:4509: result: none needed | |
configure:4540: checking for style of include used by make | |
configure:4568: result: GNU | |
configure:4594: checking dependency style of cc | |
configure:4705: result: none | |
configure:4725: checking how to run the C preprocessor | |
configure:4756: cc -E conftest.c | |
configure:4756: $? = 0 | |
configure:4770: cc -E conftest.c | |
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4770: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4795: result: cc -E | |
configure:4815: cc -E conftest.c | |
configure:4815: $? = 0 | |
configure:4829: cc -E conftest.c | |
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4829: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4871: checking build system type | |
configure:4885: result: x86_64-apple-darwin12.4.0 | |
configure:4905: checking host system type | |
configure:4918: result: x86_64-apple-darwin12.4.0 | |
configure:4939: checking for the BeOS | |
configure:4949: result: no | |
configure:4953: checking for Win32 | |
configure:4991: result: no | |
configure:4997: checking for Mac OS X Carbon support | |
configure:5008: cc -E conftest.c | |
configure:5008: $? = 0 | |
configure:5013: result: yes | |
configure:5017: checking for Mac OS X Cocoa support | |
configure:5028: cc -E conftest.c | |
configure:5028: $? = 0 | |
configure:5033: result: yes | |
configure:5526: checking for grep that handles long lines and -e | |
configure:5584: result: /usr/bin/grep | |
configure:5589: checking for egrep | |
configure:5651: result: /usr/bin/grep -E | |
configure:5657: checking whether we are using the GNU C Library 2.1 or newer | |
conftest.c:17:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:5684: result: no | |
configure:5743: checking whether to enable garbage collector friendliness | |
configure:5754: result: no | |
configure:5758: checking whether to disable memory pools | |
configure:5762: result: no | |
configure:6015: checking for C++ compiler version | |
configure:6024: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
configure:6035: $? = 0 | |
configure:6024: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
... rest of stderr output deleted ... | |
configure:6035: $? = 0 | |
configure:6024: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:6035: $? = 1 | |
configure:6024: c++ -qversion >&5 | |
clang: error: no input files | |
configure:6035: $? = 1 | |
configure:6039: checking whether we are using the GNU C++ compiler | |
configure:6058: c++ -c conftest.cpp >&5 | |
configure:6058: $? = 0 | |
configure:6067: result: yes | |
configure:6076: checking whether c++ accepts -g | |
configure:6096: c++ -c -g conftest.cpp >&5 | |
configure:6096: $? = 0 | |
configure:6137: result: yes | |
configure:6162: checking dependency style of c++ | |
configure:6273: result: none | |
configure:6300: c++ -c -g -O2 conftest.cpp >&5 | |
configure:6300: $? = 0 | |
configure:6325: checking whether cc understands -c and -o together | |
configure:6353: cc -c conftest.c -o conftest2.o >&5 | |
configure:6357: $? = 0 | |
configure:6363: cc -c conftest.c -o conftest2.o >&5 | |
configure:6367: $? = 0 | |
configure:6422: result: yes | |
configure:6456: checking for special C compiler options needed for large files | |
configure:6501: result: no | |
configure:6507: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:6532: cc -c -g -O2 conftest.c >&5 | |
configure:6532: $? = 0 | |
configure:6564: result: no | |
configure:6704: checking for pkg-config | |
configure:6722: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:6734: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:6759: checking pkg-config is at least version 0.16 | |
configure:6762: result: yes | |
configure:6836: checking for gawk | |
configure:6863: result: awk | |
configure:6878: checking for perl5 | |
configure:6908: result: no | |
configure:6878: checking for perl | |
configure:6894: found /usr/bin/perl | |
configure:6905: result: perl | |
configure:6919: checking for indent | |
configure:6935: found /usr/bin/indent | |
configure:6946: result: indent | |
configure:6968: checking for perl | |
configure:6986: found /usr/bin/perl | |
configure:6998: result: /usr/bin/perl | |
configure:7059: checking for a Python interpreter with version >= 2.5 | |
configure:7076: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) | |
configure:7079: $? = 0 | |
configure:7085: result: python | |
configure:7093: checking for python | |
configure:7111: found /usr/bin/python | |
configure:7123: result: /usr/bin/python | |
configure:7141: checking for python version | |
configure:7148: result: 2.7 | |
configure:7160: checking for python platform | |
configure:7167: result: darwin | |
configure:7193: checking for python script directory | |
configure:7228: result: ${prefix}/lib/python2.7/site-packages | |
configure:7237: checking for python extension module directory | |
configure:7272: result: ${exec_prefix}/lib/python2.7/site-packages | |
configure:7308: checking for iconv_open | |
configure:7308: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv_open", referenced from: | |
_main in conftest-40RZpK.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7308: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| /* end confdefs.h. */ | |
| /* Define iconv_open to an innocuous variant, in case <limits.h> declares iconv_open. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define iconv_open innocuous_iconv_open | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char iconv_open (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef iconv_open | |
| | |
| /* 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 iconv_open (); | |
| /* 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_iconv_open || defined __stub___iconv_open | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return iconv_open (); | |
| ; | |
| return 0; | |
| } | |
configure:7308: result: no | |
configure:7315: checking for libiconv_open in -liconv | |
configure:7340: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -liconv >&5 | |
Undefined symbols for architecture x86_64: | |
"_libiconv_open", referenced from: | |
_main in conftest-r3ywGq.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7340: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 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 libiconv_open (); | |
| int | |
| main () | |
| { | |
| return libiconv_open (); | |
| ; | |
| return 0; | |
| } | |
configure:7349: result: no | |
configure:7358: checking for iconv_open in -liconv | |
configure:7383: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -liconv >&5 | |
configure:7383: $? = 0 | |
configure:7392: result: yes | |
configure:7507: checking whether to cache iconv descriptors | |
configure:7529: result: yes | |
configure:7535: checking for ZLIB | |
configure:7542: $PKG_CONFIG --exists --print-errors "zlib" | |
Package zlib was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `zlib.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'zlib' found | |
configure:7545: $? = 1 | |
configure:7559: $PKG_CONFIG --exists --print-errors "zlib" | |
Package zlib was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `zlib.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'zlib' found | |
configure:7562: $? = 1 | |
configure:7576: result: no | |
No package 'zlib' found | |
configure:7604: checking for ANSI C header files | |
configure:7624: cc -c -g -O2 conftest.c >&5 | |
configure:7624: $? = 0 | |
configure:7697: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c >&5 | |
configure:7697: $? = 0 | |
configure:7697: ./conftest | |
configure:7697: $? = 0 | |
configure:7708: result: yes | |
configure:7721: checking for sys/types.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for sys/stat.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for stdlib.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for string.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for memory.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for strings.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for inttypes.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for stdint.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7721: checking for unistd.h | |
configure:7721: cc -c -g -O2 conftest.c >&5 | |
configure:7721: $? = 0 | |
configure:7721: result: yes | |
configure:7735: checking for inflate in -lz | |
configure:7760: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lz >&5 | |
configure:7760: $? = 0 | |
configure:7769: result: yes | |
configure:7772: checking zlib.h usability | |
configure:7772: cc -c -g -O2 conftest.c >&5 | |
configure:7772: $? = 0 | |
configure:7772: result: yes | |
configure:7772: checking zlib.h presence | |
configure:7772: cc -E conftest.c | |
configure:7772: $? = 0 | |
configure:7772: result: yes | |
configure:7772: checking for zlib.h | |
configure:7772: result: yes | |
configure:7790: checking for LIBFFI | |
configure:7797: $PKG_CONFIG --exists --print-errors "libffi >= 3.0.0" | |
configure:7800: $? = 0 | |
configure:7814: $PKG_CONFIG --exists --print-errors "libffi >= 3.0.0" | |
configure:7817: $? = 0 | |
configure:7875: result: yes | |
configure:7889: checking locale.h usability | |
configure:7889: cc -c -g -O2 conftest.c >&5 | |
configure:7889: $? = 0 | |
configure:7889: result: yes | |
configure:7889: checking locale.h presence | |
configure:7889: cc -E conftest.c | |
configure:7889: $? = 0 | |
configure:7889: result: yes | |
configure:7889: checking for locale.h | |
configure:7889: result: yes | |
configure:7900: checking for LC_MESSAGES | |
configure:7916: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c >&5 | |
configure:7916: $? = 0 | |
configure:7924: result: yes | |
configure:7941: checking libintl.h usability | |
configure:7941: cc -c -g -O2 conftest.c >&5 | |
configure:7941: $? = 0 | |
configure:7941: result: yes | |
configure:7941: checking libintl.h presence | |
configure:7941: cc -E conftest.c | |
configure:7941: $? = 0 | |
configure:7941: result: yes | |
configure:7941: checking for libintl.h | |
configure:7941: result: yes | |
configure:7949: checking for ngettext in libc | |
configure:7967: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_libintl_ngettext", referenced from: | |
_main in conftest-hJDW1R.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7967: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <libintl.h> | |
| | |
| int | |
| main () | |
| { | |
| return !ngettext ("","", 1) | |
| ; | |
| return 0; | |
| } | |
configure:7976: result: no | |
configure:8032: checking for bindtextdomain in -lintl | |
configure:8057: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:8057: $? = 0 | |
configure:8066: result: yes | |
configure:8069: checking for ngettext in -lintl | |
configure:8094: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:8094: $? = 0 | |
configure:8103: result: yes | |
configure:8106: checking for dgettext in -lintl | |
configure:8131: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:8131: $? = 0 | |
configure:8140: result: yes | |
configure:8253: checking for bind_textdomain_codeset | |
configure:8253: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:8253: $? = 0 | |
configure:8253: result: yes | |
configure:8290: checking for msgfmt | |
configure:8317: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:8328: checking for dcgettext | |
configure:8328: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:8328: $? = 0 | |
configure:8328: result: yes | |
configure:8338: checking if msgfmt accepts -c | |
configure:8353: $MSGFMT -c -o /dev/null conftest.foo | |
configure:8356: $? = 0 | |
configure:8358: result: yes | |
configure:8368: checking for gmsgfmt | |
configure:8399: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:8409: checking for xgettext | |
configure:8436: result: /usr/local/opt/gettext/bin/xgettext | |
configure:8455: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:8455: $? = 0 | |
configure:8537: checking for catalogs to be installed | |
configure:8562: result: af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te tg th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW | |
configure:8706: checking how to print strings | |
configure:8733: result: printf | |
configure:8754: checking for a sed that does not truncate output | |
configure:8818: result: /usr/local/Library/ENV/4.3/sed | |
configure:8836: checking for fgrep | |
configure:8898: result: /usr/bin/grep -F | |
configure:8933: checking for ld used by cc | |
configure:9000: result: /usr/bin/ld | |
configure:9007: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:9022: result: no | |
configure:9034: checking for BSD- or MS-compatible name lister (nm) | |
configure:9083: result: /usr/bin/nm | |
configure:9213: checking the name lister (/usr/bin/nm) interface | |
configure:9220: cc -c -g -O2 conftest.c >&5 | |
configure:9223: /usr/bin/nm "conftest.o" | |
configure:9226: output | |
000000000000020c S _some_variable | |
configure:9233: result: BSD nm | |
configure:9236: checking whether ln -s works | |
configure:9240: result: yes | |
configure:9248: checking the maximum length of command line arguments | |
configure:9378: result: 196608 | |
configure:9395: checking whether the shell understands some XSI constructs | |
configure:9405: result: yes | |
configure:9409: checking whether the shell understands "+=" | |
configure:9415: result: yes | |
configure:9450: checking how to convert x86_64-apple-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format | |
configure:9490: result: func_convert_file_noop | |
configure:9497: checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format | |
configure:9517: result: func_convert_file_noop | |
configure:9524: checking for /usr/bin/ld option to reload object files | |
configure:9531: result: -r | |
configure:9605: checking for objdump | |
configure:9635: result: no | |
configure:9661: checking how to recognize dependent libraries | |
configure:9863: result: pass_all | |
configure:9948: checking for dlltool | |
configure:9978: result: no | |
configure:10005: checking how to associate runtime and link libraries | |
configure:10032: result: printf %s\n | |
configure:10092: checking for ar | |
configure:10108: found /usr/bin/ar | |
configure:10119: result: ar | |
configure:10156: checking for archiver @FILE support | |
configure:10173: cc -c -g -O2 conftest.c >&5 | |
configure:10173: $? = 0 | |
configure:10176: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:10179: $? = 1 | |
configure:10199: result: no | |
configure:10257: checking for strip | |
configure:10273: found /usr/bin/strip | |
configure:10284: result: strip | |
configure:10356: checking for ranlib | |
configure:10372: found /usr/bin/ranlib | |
configure:10383: result: ranlib | |
configure:10485: checking command to parse /usr/bin/nm output from cc object | |
configure:10605: cc -c -g -O2 conftest.c >&5 | |
configure:10608: $? = 0 | |
configure:10612: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:10615: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:10605: cc -c -g -O2 conftest.c >&5 | |
configure:10608: $? = 0 | |
configure:10612: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:10615: $? = 0 | |
configure:10681: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c conftstm.o >&5 | |
configure:10684: $? = 0 | |
configure:10722: result: ok | |
configure:10759: checking for sysroot | |
configure:10789: result: no | |
configure:11045: checking for mt | |
configure:11075: result: no | |
configure:11095: checking if : is a manifest tool | |
configure:11101: : '-?' | |
configure:11109: result: no | |
configure:11165: checking for dsymutil | |
configure:11181: found /usr/bin/dsymutil | |
configure:11192: result: dsymutil | |
configure:11257: checking for nmedit | |
configure:11273: found /usr/bin/nmedit | |
configure:11284: result: nmedit | |
configure:11349: checking for lipo | |
configure:11365: found /usr/bin/lipo | |
configure:11376: result: lipo | |
configure:11441: checking for otool | |
configure:11457: found /usr/bin/otool | |
configure:11468: result: otool | |
configure:11533: checking for otool64 | |
configure:11563: result: no | |
configure:11608: checking for -single_module linker flag | |
cc -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:11641: result: yes | |
configure:11644: checking for -exported_symbols_list linker flag | |
configure:11664: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation -Wl,-exported_symbols_list,conftest.sym conftest.c -lintl >&5 | |
configure:11664: $? = 0 | |
configure:11674: result: yes | |
configure:11677: checking for -force_load linker flag | |
cc -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:11709: result: yes | |
configure:11748: checking for dlfcn.h | |
configure:11748: cc -c -g -O2 conftest.c >&5 | |
configure:11748: $? = 0 | |
configure:11748: result: yes | |
configure:12261: checking for objdir | |
configure:12276: result: .libs | |
configure:12547: checking if cc supports -fno-rtti -fno-exceptions | |
configure:12565: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:12569: $? = 0 | |
configure:12582: result: yes | |
configure:12909: checking for cc option to produce PIC | |
configure:12916: result: -fno-common -DPIC | |
configure:12924: checking if cc PIC flag -fno-common -DPIC works | |
configure:12942: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:12946: $? = 0 | |
configure:12959: result: yes | |
configure:12988: checking if cc static flag -static works | |
configure:13016: result: no | |
configure:13031: checking if cc supports -c -o file.o | |
configure:13052: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:13056: $? = 0 | |
configure:13078: result: yes | |
configure:13086: checking if cc supports -c -o file.o | |
configure:13133: result: yes | |
configure:13166: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:14319: result: yes | |
configure:14559: checking dynamic linker characteristics | |
configure:15296: result: darwin12.4.0 dyld | |
configure:15403: checking how to hardcode library paths into programs | |
configure:15428: result: immediate | |
configure:15968: checking whether stripping libraries is possible | |
configure:15982: result: yes | |
configure:16008: checking if libtool supports shared libraries | |
configure:16010: result: yes | |
configure:16013: checking whether to build shared libraries | |
configure:16034: result: yes | |
configure:16037: checking whether to build static libraries | |
configure:16041: result: no | |
configure:16064: checking how to run the C++ preprocessor | |
configure:16091: c++ -E conftest.cpp | |
configure:16091: $? = 0 | |
configure:16105: c++ -E conftest.cpp | |
conftest.cpp:38:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:16105: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:16130: result: c++ -E | |
configure:16150: c++ -E conftest.cpp | |
configure:16150: $? = 0 | |
configure:16164: c++ -E conftest.cpp | |
conftest.cpp:38:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:16164: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:16333: checking for ld used by c++ | |
configure:16400: result: /usr/bin/ld | |
configure:16407: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:16422: result: no | |
configure:16477: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:17482: result: yes | |
configure:17518: c++ -c -g -O2 conftest.cpp >&5 | |
configure:17521: $? = 0 | |
configure:18041: checking for c++ option to produce PIC | |
configure:18048: result: -fno-common -DPIC | |
configure:18056: checking if c++ PIC flag -fno-common -DPIC works | |
configure:18074: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:18078: $? = 0 | |
configure:18091: result: yes | |
configure:18114: checking if c++ static flag -static works | |
configure:18142: result: no | |
configure:18154: checking if c++ supports -c -o file.o | |
configure:18175: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:18179: $? = 0 | |
configure:18201: result: yes | |
configure:18206: checking if c++ supports -c -o file.o | |
configure:18253: result: yes | |
configure:18283: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:18319: result: yes | |
configure:18460: checking dynamic linker characteristics | |
configure:19131: result: darwin12.4.0 dyld | |
configure:19184: checking how to hardcode library paths into programs | |
configure:19209: result: immediate | |
configure:19271: creating ./config.lt | |
## ------------------ ## | |
## Running config.lt. ## | |
## ------------------ ## | |
config.lt:679: creating libtool | |
configure:20934: checking for extra flags to get ANSI library prototypes | |
configure:20949: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl -lm >&5 | |
configure:20949: $? = 0 | |
configure:20949: ./conftest | |
configure:20949: $? = 0 | |
configure:20950: result: none needed | |
configure:20991: checking for extra flags for POSIX compliance | |
configure:21004: cc -c -g -O2 conftest.c >&5 | |
configure:21004: $? = 0 | |
configure:21005: result: none needed | |
configure:21038: checking for vprintf | |
configure:21038: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:61:6: warning: incompatible redeclaration of library function 'vprintf' | |
char vprintf (); | |
^ | |
conftest.c:61:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:21038: $? = 0 | |
configure:21038: result: yes | |
configure:21044: checking for _doprnt | |
configure:21044: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"__doprnt", referenced from: | |
_main in conftest-xsZVHI.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21044: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _doprnt innocuous__doprnt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _doprnt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _doprnt | |
| | |
| /* 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 _doprnt (); | |
| /* 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__doprnt || defined __stub____doprnt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _doprnt (); | |
| ; | |
| return 0; | |
| } | |
configure:21044: result: no | |
configure:21055: checking for size_t | |
configure:21055: cc -c -g -O2 conftest.c >&5 | |
configure:21055: $? = 0 | |
configure:21055: cc -c -g -O2 conftest.c >&5 | |
conftest.c:75:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:21055: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21055: result: yes | |
configure:21068: checking for working alloca.h | |
configure:21085: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21085: $? = 0 | |
configure:21093: result: yes | |
configure:21101: checking for alloca | |
configure:21138: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21138: $? = 0 | |
configure:21146: result: yes | |
configure:21255: checking for mmap | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21255: $? = 0 | |
configure:21255: result: yes | |
configure:21255: checking for posix_memalign | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21255: $? = 0 | |
configure:21255: result: yes | |
configure:21255: checking for memalign | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_memalign", referenced from: | |
_main in conftest-3tF7FY.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21255: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| /* end confdefs.h. */ | |
| /* Define memalign to an innocuous variant, in case <limits.h> declares memalign. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memalign innocuous_memalign | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memalign (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef memalign | |
| | |
| /* 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 memalign (); | |
| /* 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_memalign || defined __stub___memalign | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memalign (); | |
| ; | |
| return 0; | |
| } | |
configure:21255: result: no | |
configure:21255: checking for valloc | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21255: $? = 0 | |
configure:21255: result: yes | |
configure:21255: checking for fsync | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21255: $? = 0 | |
configure:21255: result: yes | |
configure:21255: checking for pipe2 | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_pipe2", referenced from: | |
_main in conftest-VSd0fe.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21255: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| /* end confdefs.h. */ | |
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pipe2 innocuous_pipe2 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pipe2 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pipe2 | |
| | |
| /* 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 pipe2 (); | |
| /* 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_pipe2 || defined __stub___pipe2 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pipe2 (); | |
| ; | |
| return 0; | |
| } | |
configure:21255: result: no | |
configure:21255: checking for issetugid | |
configure:21255: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21255: $? = 0 | |
configure:21255: result: yes | |
configure:21267: checking for atexit | |
configure:21267: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21267: $? = 0 | |
configure:21267: result: yes | |
configure:21267: checking for on_exit | |
configure:21267: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_on_exit", referenced from: | |
_main in conftest-rIMvnW.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21267: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| /* end confdefs.h. */ | |
| /* Define on_exit to an innocuous variant, in case <limits.h> declares on_exit. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define on_exit innocuous_on_exit | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char on_exit (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef on_exit | |
| | |
| /* 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 on_exit (); | |
| /* 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_on_exit || defined __stub___on_exit | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return on_exit (); | |
| ; | |
| return 0; | |
| } | |
configure:21267: result: no | |
configure:21267: checking for timegm | |
configure:21267: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21267: $? = 0 | |
configure:21267: result: yes | |
configure:21267: checking for gmtime_r | |
configure:21267: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21267: $? = 0 | |
configure:21267: result: yes | |
configure:21277: checking for __libc_enable_secure | |
configure:21294: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"___libc_enable_secure", referenced from: | |
_main in conftest-sAFdxI.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21294: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| /* end confdefs.h. */ | |
| #include <unistd.h> | |
| extern int __libc_enable_secure; | |
| int | |
| main () | |
| { | |
| return __libc_enable_secure; | |
| ; | |
| return 0; | |
| } | |
configure:21302: result: no | |
configure:21316: checking size of char | |
configure:21321: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21321: $? = 0 | |
configure:21321: ./conftest | |
configure:21321: $? = 0 | |
configure:21335: result: 1 | |
configure:21349: checking size of short | |
configure:21354: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21354: $? = 0 | |
configure:21354: ./conftest | |
configure:21354: $? = 0 | |
configure:21368: result: 2 | |
configure:21382: checking size of long | |
configure:21387: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21387: $? = 0 | |
configure:21387: ./conftest | |
configure:21387: $? = 0 | |
configure:21401: result: 8 | |
configure:21415: checking size of int | |
configure:21420: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21420: $? = 0 | |
configure:21420: ./conftest | |
configure:21420: $? = 0 | |
configure:21434: result: 4 | |
configure:21448: checking size of void * | |
configure:21453: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21453: $? = 0 | |
configure:21453: ./conftest | |
configure:21453: $? = 0 | |
configure:21467: result: 8 | |
configure:21481: checking size of long long | |
configure:21486: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21486: $? = 0 | |
configure:21486: ./conftest | |
configure:21486: $? = 0 | |
configure:21500: result: 8 | |
configure:21514: checking size of __int64 | |
configure:21519: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:88:57: error: use of undeclared identifier '__int64'; did you mean '__int64_t'? | |
static long int longval () { return (long int) (sizeof (__int64)); } | |
^ | |
conftest.c:89:67: error: use of undeclared identifier '__int64'; did you mean '__int64_t'? | |
static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } | |
^ | |
conftest.c:99:28: error: use of undeclared identifier '__int64'; did you mean '__int64_t'? | |
if (((long int) (sizeof (__int64))) < 0) | |
^ | |
conftest.c:102:37: error: use of undeclared identifier '__int64'; did you mean '__int64_t'? | |
if (i != ((long int) (sizeof (__int64)))) | |
^ | |
conftest.c:109:37: error: use of undeclared identifier '__int64'; did you mean '__int64_t'? | |
if (i != ((long int) (sizeof (__int64)))) | |
^ | |
5 errors generated. | |
configure:21519: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (__int64)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (__int64))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (__int64)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (__int64)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21533: result: 0 | |
configure:21544: checking for sig_atomic_t | |
configure:21562: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21562: $? = 0 | |
configure:21570: result: yes | |
configure:21590: checking for format to printf and scanf a guint64 | |
configure:21613: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:64:6: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit (b!=a); | |
^ | |
conftest.c:64:6: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
configure:21613: $? = 0 | |
configure:21613: ./conftest | |
configure:21613: $? = 0 | |
configure:21626: result: %llu | |
configure:21660: checking for an ANSI C-conforming const | |
configure:21726: cc -c -g -O2 conftest.c >&5 | |
configure:21726: $? = 0 | |
configure:21733: result: yes | |
configure:21743: checking if malloc() and friends prototypes are gmem.h compatible | |
configure:21769: cc -c -g -O2 -Werror conftest.c >&5 | |
configure:21769: $? = 0 | |
configure:21778: result: yes | |
configure:21782: checking for growing stack pointer | |
configure:21803: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21803: $? = 0 | |
configure:21803: ./conftest | |
configure:21803: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| /* end confdefs.h. */ | |
| | |
| volatile int *a = 0, *b = 0; | |
| void foo (void); | |
| int main () { volatile int y = 7; a = &y; foo (); return b > a; } | |
| void foo (void) { volatile int x = 5; b = &x; } | |
| | |
configure:21816: result: yes | |
configure:21819: checking for __inline | |
configure:21832: cc -c -g -O2 conftest.c >&5 | |
configure:21832: $? = 0 | |
configure:21842: result: yes | |
configure:21849: checking for __inline__ | |
configure:21862: cc -c -g -O2 conftest.c >&5 | |
configure:21862: $? = 0 | |
configure:21872: result: yes | |
configure:21879: checking for inline | |
configure:21893: cc -c -g -O2 conftest.c >&5 | |
configure:21893: $? = 0 | |
configure:21903: result: yes | |
configure:21912: checking if inline functions in headers work | |
configure:21941: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:21941: $? = 0 | |
configure:21948: result: yes | |
configure:21951: checking for working do while(0) macros | |
configure:21972: cc -c -g -O2 conftest.c >&5 | |
conftest.c:70:16: error: expected ';' at end of declaration | |
int main(void) { int i = 1; STMT_TEST; return i; } | |
^ | |
; | |
1 error generated. | |
configure:21972: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #define STMT_START do | |
| #define STMT_END while(0) | |
| #define STMT_TEST STMT_START { i = 0; } STMT_END | |
| int main(void) { int i = 1; STMT_TEST; return i; } | |
| ; | |
| return 0; | |
| } | |
configure:21980: result: no | |
configure:21989: checking for ISO C99 varargs macros in C | |
configure:22006: cc -c -g -O2 conftest.c >&5 | |
configure:22006: $? = 0 | |
configure:22012: result: yes | |
configure:22015: checking for ISO C99 varargs macros in C++ | |
configure:22042: c++ -c -g -O2 conftest.cpp >&5 | |
configure:22042: $? = 0 | |
configure:22056: result: yes | |
configure:22059: checking for GNUC varargs macros | |
configure:22076: cc -c -g -O2 conftest.c >&5 | |
configure:22076: $? = 0 | |
configure:22082: result: yes | |
configure:22086: checking for GNUC visibility attribute | |
configure:22124: cc -c -g -O2 conftest.c | |
conftest.c:74:17: warning: target does not support 'protected' visibility; using 'default' [-Wunsupported-visibility] | |
__attribute__ ((visibility ("protected"))) | |
^ | |
1 warning generated. | |
configure:22132: $? = 0 | |
configure:22135: (if test -s conftest.err; then false ; else true; fi) | |
configure:22138: $? = 1 | |
configure: failed program was: | |
/* confdefs.h */ | |
#define PACKAGE_NAME "glib" | |
#define PACKAGE_TARNAME "glib" | |
#define PACKAGE_VERSION "2.36.3" | |
#define PACKAGE_STRING "glib 2.36.3" | |
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
#define PACKAGE_URL "" | |
#define GLIB_MAJOR_VERSION 2 | |
#define GLIB_MINOR_VERSION 36 | |
#define GLIB_MICRO_VERSION 3 | |
#define GLIB_INTERFACE_AGE 3 | |
#define GLIB_BINARY_AGE 3603 | |
#define HAVE_CARBON 1 | |
#define HAVE_COCOA 1 | |
#define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
#define HAVE_LC_MESSAGES 1 | |
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
#define HAVE_GETTEXT 1 | |
#define HAVE_DCGETTEXT 1 | |
#define ENABLE_NLS 1 | |
#define GETTEXT_PACKAGE "glib20" | |
#define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
#define USE_LIBICONV_NATIVE 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_VPRINTF 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_POSIX_MEMALIGN 1 | |
#define HAVE_VALLOC 1 | |
#define HAVE_FSYNC 1 | |
#define HAVE_ISSETUGID 1 | |
#define HAVE_ATEXIT 1 | |
#define HAVE_TIMEGM 1 | |
#define HAVE_GMTIME_R 1 | |
#define SIZEOF_CHAR 1 | |
#define SIZEOF_SHORT 2 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_VOID_P 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define SIZEOF___INT64 0 | |
#define HAVE_SIG_ATOMIC_T 1 | |
#define HAVE_LONG_LONG_FORMAT 1 | |
#define SANE_MALLOC_PROTOS 1 | |
#define G_HAVE___INLINE 1 | |
#define G_HAVE___INLINE__ 1 | |
#define G_HAVE_INLINE 1 | |
/* end confdefs.h. */ | |
void | |
__attribute__ ((visibility ("hidden"))) | |
f_hidden (void) | |
{ | |
} | |
void | |
__attribute__ ((visibility ("internal"))) | |
f_internal (void) | |
{ | |
} | |
void | |
__attribute__ ((visibility ("protected"))) | |
f_protected (void) | |
{ | |
} | |
void | |
__attribute__ ((visibility ("default"))) | |
f_default (void) | |
{ | |
} | |
int main (void) | |
{ | |
f_hidden(); | |
f_internal(); | |
f_protected(); | |
f_default(); | |
return 0; | |
} | |
configure:22148: result: no | |
configure:22159: checking whether using Sun Studio C compiler | |
configure:22176: cc -c -g -O2 conftest.c >&5 | |
conftest.c:64:11: fatal error: 'error: this is not Sun Studio.' file not found | |
# include "error: this is not Sun Studio." | |
^ | |
1 error generated. | |
configure:22176: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| /* end confdefs.h. */ | |
| #if defined(__SUNPRO_C) || (__SUNPRO_C >= 0x550) | |
| #else | |
| # include "error: this is not Sun Studio." | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22182: result: no | |
configure:22194: checking whether byte ordering is bigendian | |
configure:22209: cc -c -g -O2 conftest.c >&5 | |
configure:22209: $? = 0 | |
configure:22254: cc -c -g -O2 conftest.c >&5 | |
configure:22254: $? = 0 | |
configure:22272: cc -c -g -O2 conftest.c >&5 | |
conftest.c:69:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:22272: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22400: result: no | |
configure:22468: checking dirent.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking dirent.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for dirent.h | |
configure:22468: result: yes | |
configure:22468: checking float.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking float.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for float.h | |
configure:22468: result: yes | |
configure:22468: checking limits.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking limits.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for limits.h | |
configure:22468: result: yes | |
configure:22468: checking pwd.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking pwd.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for pwd.h | |
configure:22468: result: yes | |
configure:22468: checking grp.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking grp.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for grp.h | |
configure:22468: result: yes | |
configure:22468: checking sys/param.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking sys/param.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for sys/param.h | |
configure:22468: result: yes | |
configure:22468: checking sys/poll.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking sys/poll.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for sys/poll.h | |
configure:22468: result: yes | |
configure:22468: checking sys/resource.h usability | |
configure:22468: cc -c -g -O2 conftest.c >&5 | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking sys/resource.h presence | |
configure:22468: cc -E conftest.c | |
configure:22468: $? = 0 | |
configure:22468: result: yes | |
configure:22468: checking for sys/resource.h | |
configure:22468: result: yes | |
configure:22481: checking sys/time.h usability | |
configure:22481: cc -c -g -O2 conftest.c >&5 | |
configure:22481: $? = 0 | |
configure:22481: result: yes | |
configure:22481: checking sys/time.h presence | |
configure:22481: cc -E conftest.c | |
configure:22481: $? = 0 | |
configure:22481: result: yes | |
configure:22481: checking for sys/time.h | |
configure:22481: result: yes | |
configure:22481: checking sys/times.h usability | |
configure:22481: cc -c -g -O2 conftest.c >&5 | |
configure:22481: $? = 0 | |
configure:22481: result: yes | |
configure:22481: checking sys/times.h presence | |
configure:22481: cc -E conftest.c | |
configure:22481: $? = 0 | |
configure:22481: result: yes | |
configure:22481: checking for sys/times.h | |
configure:22481: result: yes | |
configure:22481: checking sys/wait.h usability | |
configure:22481: cc -c -g -O2 conftest.c >&5 | |
configure:22481: $? = 0 | |
configure:22481: result: yes | |
configure:22481: checking sys/wait.h presence | |
configure:22481: cc -E conftest.c | |
configure:22481: $? = 0 | |
configure:22481: result: yes | |
configure:22481: checking for sys/wait.h | |
configure:22481: result: yes | |
configure:22481: checking for unistd.h | |
configure:22481: result: yes | |
configure:22481: checking values.h usability | |
configure:22481: cc -c -g -O2 conftest.c >&5 | |
conftest.c:107:10: fatal error: 'values.h' file not found | |
#include <values.h> | |
^ | |
1 error generated. | |
configure:22481: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <values.h> | |
configure:22481: result: no | |
configure:22481: checking values.h presence | |
configure:22481: cc -E conftest.c | |
conftest.c:74:10: fatal error: 'values.h' file not found | |
#include <values.h> | |
^ | |
1 error generated. | |
configure:22481: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <values.h> | |
configure:22481: result: no | |
configure:22481: checking for values.h | |
configure:22481: result: no | |
configure:22494: checking sys/select.h usability | |
configure:22494: cc -c -g -O2 conftest.c >&5 | |
configure:22494: $? = 0 | |
configure:22494: result: yes | |
configure:22494: checking sys/select.h presence | |
configure:22494: cc -E conftest.c | |
configure:22494: $? = 0 | |
configure:22494: result: yes | |
configure:22494: checking for sys/select.h | |
configure:22494: result: yes | |
configure:22494: checking for sys/types.h | |
configure:22494: result: yes | |
configure:22494: checking for stdint.h | |
configure:22494: result: yes | |
configure:22494: checking for inttypes.h | |
configure:22494: result: yes | |
configure:22494: checking sched.h usability | |
configure:22494: cc -c -g -O2 conftest.c >&5 | |
configure:22494: $? = 0 | |
configure:22494: result: yes | |
configure:22494: checking sched.h presence | |
configure:22494: cc -E conftest.c | |
configure:22494: $? = 0 | |
configure:22494: result: yes | |
configure:22494: checking for sched.h | |
configure:22494: result: yes | |
configure:22494: checking malloc.h usability | |
configure:22494: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:22494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <malloc.h> | |
configure:22494: result: no | |
configure:22494: checking malloc.h presence | |
configure:22494: cc -E conftest.c | |
conftest.c:79:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:22494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
configure:22494: result: no | |
configure:22494: checking for malloc.h | |
configure:22494: result: no | |
configure:22507: checking sys/vfs.h usability | |
configure:22507: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:22507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vfs.h> | |
configure:22507: result: no | |
configure:22507: checking sys/vfs.h presence | |
configure:22507: cc -E conftest.c | |
conftest.c:79:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:22507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vfs.h> | |
configure:22507: result: no | |
configure:22507: checking for sys/vfs.h | |
configure:22507: result: no | |
configure:22507: checking sys/vmount.h usability | |
configure:22507: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'sys/vmount.h' file not found | |
#include <sys/vmount.h> | |
^ | |
1 error generated. | |
configure:22507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vmount.h> | |
configure:22507: result: no | |
configure:22507: checking sys/vmount.h presence | |
configure:22507: cc -E conftest.c | |
conftest.c:79:10: fatal error: 'sys/vmount.h' file not found | |
#include <sys/vmount.h> | |
^ | |
1 error generated. | |
configure:22507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vmount.h> | |
configure:22507: result: no | |
configure:22507: checking for sys/vmount.h | |
configure:22507: result: no | |
configure:22507: checking sys/statfs.h usability | |
configure:22507: cc -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^ | |
1 error generated. | |
configure:22507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/statfs.h> | |
configure:22507: result: no | |
configure:22507: checking sys/statfs.h presence | |
configure:22507: cc -E conftest.c | |
conftest.c:79:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^ | |
1 error generated. | |
configure:22507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statfs.h> | |
configure:22507: result: no | |
configure:22507: checking for sys/statfs.h | |
configure:22507: result: no | |
configure:22507: checking sys/statvfs.h usability | |
configure:22507: cc -c -g -O2 conftest.c >&5 | |
configure:22507: $? = 0 | |
configure:22507: result: yes | |
configure:22507: checking sys/statvfs.h presence | |
configure:22507: cc -E conftest.c | |
configure:22507: $? = 0 | |
configure:22507: result: yes | |
configure:22507: checking for sys/statvfs.h | |
configure:22507: result: yes | |
configure:22507: checking sys/filio.h usability | |
configure:22507: cc -c -g -O2 conftest.c >&5 | |
configure:22507: $? = 0 | |
configure:22507: result: yes | |
configure:22507: checking sys/filio.h presence | |
configure:22507: cc -E conftest.c | |
configure:22507: $? = 0 | |
configure:22507: result: yes | |
configure:22507: checking for sys/filio.h | |
configure:22507: result: yes | |
configure:22520: checking mntent.h usability | |
configure:22520: cc -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <mntent.h> | |
configure:22520: result: no | |
configure:22520: checking mntent.h presence | |
configure:22520: cc -E conftest.c | |
conftest.c:81:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <mntent.h> | |
configure:22520: result: no | |
configure:22520: checking for mntent.h | |
configure:22520: result: no | |
configure:22520: checking sys/mnttab.h usability | |
configure:22520: cc -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'sys/mnttab.h' file not found | |
#include <sys/mnttab.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mnttab.h> | |
configure:22520: result: no | |
configure:22520: checking sys/mnttab.h presence | |
configure:22520: cc -E conftest.c | |
conftest.c:81:10: fatal error: 'sys/mnttab.h' file not found | |
#include <sys/mnttab.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mnttab.h> | |
configure:22520: result: no | |
configure:22520: checking for sys/mnttab.h | |
configure:22520: result: no | |
configure:22520: checking sys/vfstab.h usability | |
configure:22520: cc -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'sys/vfstab.h' file not found | |
#include <sys/vfstab.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vfstab.h> | |
configure:22520: result: no | |
configure:22520: checking sys/vfstab.h presence | |
configure:22520: cc -E conftest.c | |
conftest.c:81:10: fatal error: 'sys/vfstab.h' file not found | |
#include <sys/vfstab.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vfstab.h> | |
configure:22520: result: no | |
configure:22520: checking for sys/vfstab.h | |
configure:22520: result: no | |
configure:22520: checking sys/mntctl.h usability | |
configure:22520: cc -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'sys/mntctl.h' file not found | |
#include <sys/mntctl.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mntctl.h> | |
configure:22520: result: no | |
configure:22520: checking sys/mntctl.h presence | |
configure:22520: cc -E conftest.c | |
conftest.c:81:10: fatal error: 'sys/mntctl.h' file not found | |
#include <sys/mntctl.h> | |
^ | |
1 error generated. | |
configure:22520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mntctl.h> | |
configure:22520: result: no | |
configure:22520: checking for sys/mntctl.h | |
configure:22520: result: no | |
configure:22520: checking fstab.h usability | |
configure:22520: cc -c -g -O2 conftest.c >&5 | |
configure:22520: $? = 0 | |
configure:22520: result: yes | |
configure:22520: checking fstab.h presence | |
configure:22520: cc -E conftest.c | |
configure:22520: $? = 0 | |
configure:22520: result: yes | |
configure:22520: checking for fstab.h | |
configure:22520: result: yes | |
configure:22533: checking sys/uio.h usability | |
configure:22533: cc -c -g -O2 conftest.c >&5 | |
configure:22533: $? = 0 | |
configure:22533: result: yes | |
configure:22533: checking sys/uio.h presence | |
configure:22533: cc -E conftest.c | |
configure:22533: $? = 0 | |
configure:22533: result: yes | |
configure:22533: checking for sys/uio.h | |
configure:22533: result: yes | |
configure:22533: checking sys/mkdev.h usability | |
configure:22533: cc -c -g -O2 conftest.c >&5 | |
conftest.c:116:10: fatal error: 'sys/mkdev.h' file not found | |
#include <sys/mkdev.h> | |
^ | |
1 error generated. | |
configure:22533: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mkdev.h> | |
configure:22533: result: no | |
configure:22533: checking sys/mkdev.h presence | |
configure:22533: cc -E conftest.c | |
conftest.c:83:10: fatal error: 'sys/mkdev.h' file not found | |
#include <sys/mkdev.h> | |
^ | |
1 error generated. | |
configure:22533: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mkdev.h> | |
configure:22533: result: no | |
configure:22533: checking for sys/mkdev.h | |
configure:22533: result: no | |
configure:22545: checking linux/magic.h usability | |
configure:22545: cc -c -g -O2 conftest.c >&5 | |
configure:22545: $? = 0 | |
configure:22545: result: yes | |
configure:22545: checking linux/magic.h presence | |
configure:22545: cc -E conftest.c | |
configure:22545: $? = 0 | |
configure:22545: result: yes | |
configure:22545: checking for linux/magic.h | |
configure:22545: result: yes | |
configure:22557: checking sys/prctl.h usability | |
configure:22557: cc -c -g -O2 conftest.c >&5 | |
conftest.c:117:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:22557: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/prctl.h> | |
configure:22557: result: no | |
configure:22557: checking sys/prctl.h presence | |
configure:22557: cc -E conftest.c | |
conftest.c:84:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:22557: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/prctl.h> | |
configure:22557: result: no | |
configure:22557: checking for sys/prctl.h | |
configure:22557: result: no | |
configure:22571: checking for sys/mount.h | |
configure:22571: cc -c -g -O2 conftest.c >&5 | |
configure:22571: $? = 0 | |
configure:22571: result: yes | |
configure:22571: checking for sys/sysctl.h | |
configure:22571: cc -c -g -O2 conftest.c >&5 | |
configure:22571: $? = 0 | |
configure:22571: result: yes | |
configure:22587: checking for sysctlbyname | |
configure:22587: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:22587: $? = 0 | |
configure:22587: result: yes | |
configure:22599: checking xlocale.h usability | |
configure:22599: cc -c -g -O2 conftest.c >&5 | |
configure:22599: $? = 0 | |
configure:22599: result: yes | |
configure:22599: checking xlocale.h presence | |
configure:22599: cc -E conftest.c | |
configure:22599: $? = 0 | |
configure:22599: result: yes | |
configure:22599: checking for xlocale.h | |
configure:22599: result: yes | |
configure:22611: checking for struct stat.st_mtimensec | |
configure:22611: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:13: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'? | |
if (ac_aggr.st_mtimensec) | |
^~~~~~~~~~~~ | |
st_mtimespec | |
/usr/include/sys/stat.h:225:13: note: 'st_mtimespec' declared here | |
struct stat __DARWIN_STRUCT_STAT64; | |
^ | |
/usr/include/sys/stat.h:209:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' | |
__DARWIN_STRUCT_STAT64_TIMES \ | |
^ | |
/usr/include/sys/stat.h:173:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' | |
struct timespec st_mtimespec; /* time of last data modification */ \ | |
^ | |
conftest.c:125:1: error: statement requires expression of scalar type ('struct timespec' invalid) | |
if (ac_aggr.st_mtimensec) | |
^ ~~~~~~~~~~~~~~~~~~~~ | |
2 errors generated. | |
configure:22611: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_mtimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22611: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:20: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'? | |
if (sizeof ac_aggr.st_mtimensec) | |
^~~~~~~~~~~~ | |
st_mtimespec | |
/usr/include/sys/stat.h:225:13: note: 'st_mtimespec' declared here | |
struct stat __DARWIN_STRUCT_STAT64; | |
^ | |
/usr/include/sys/stat.h:209:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' | |
__DARWIN_STRUCT_STAT64_TIMES \ | |
^ | |
/usr/include/sys/stat.h:173:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' | |
struct timespec st_mtimespec; /* time of last data modification */ \ | |
^ | |
1 error generated. | |
configure:22611: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_mtimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22611: result: no | |
configure:22620: checking for struct stat.st_mtim.tv_nsec | |
configure:22620: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:13: error: no member named 'st_mtim' in 'struct stat' | |
if (ac_aggr.st_mtim.tv_nsec) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22620: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_mtim.tv_nsec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22620: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:20: error: no member named 'st_mtim' in 'struct stat' | |
if (sizeof ac_aggr.st_mtim.tv_nsec) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22620: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_mtim.tv_nsec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22620: result: no | |
configure:22629: checking for struct stat.st_atimensec | |
configure:22629: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:13: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'? | |
if (ac_aggr.st_atimensec) | |
^~~~~~~~~~~~ | |
st_atimespec | |
/usr/include/sys/stat.h:225:13: note: 'st_atimespec' declared here | |
struct stat __DARWIN_STRUCT_STAT64; | |
^ | |
/usr/include/sys/stat.h:209:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' | |
__DARWIN_STRUCT_STAT64_TIMES \ | |
^ | |
/usr/include/sys/stat.h:172:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' | |
struct timespec st_atimespec; /* time of last access */ \ | |
^ | |
conftest.c:125:1: error: statement requires expression of scalar type ('struct timespec' invalid) | |
if (ac_aggr.st_atimensec) | |
^ ~~~~~~~~~~~~~~~~~~~~ | |
2 errors generated. | |
configure:22629: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_atimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22629: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:20: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'? | |
if (sizeof ac_aggr.st_atimensec) | |
^~~~~~~~~~~~ | |
st_atimespec | |
/usr/include/sys/stat.h:225:13: note: 'st_atimespec' declared here | |
struct stat __DARWIN_STRUCT_STAT64; | |
^ | |
/usr/include/sys/stat.h:209:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' | |
__DARWIN_STRUCT_STAT64_TIMES \ | |
^ | |
/usr/include/sys/stat.h:172:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' | |
struct timespec st_atimespec; /* time of last access */ \ | |
^ | |
1 error generated. | |
configure:22629: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_atimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22629: result: no | |
configure:22638: checking for struct stat.st_atim.tv_nsec | |
configure:22638: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:13: error: no member named 'st_atim' in 'struct stat' | |
if (ac_aggr.st_atim.tv_nsec) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22638: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_atim.tv_nsec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22638: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:20: error: no member named 'st_atim' in 'struct stat' | |
if (sizeof ac_aggr.st_atim.tv_nsec) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22638: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_atim.tv_nsec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22638: result: no | |
configure:22647: checking for struct stat.st_ctimensec | |
configure:22647: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:13: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'? | |
if (ac_aggr.st_ctimensec) | |
^~~~~~~~~~~~ | |
st_ctimespec | |
/usr/include/sys/stat.h:225:13: note: 'st_ctimespec' declared here | |
struct stat __DARWIN_STRUCT_STAT64; | |
^ | |
/usr/include/sys/stat.h:209:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' | |
__DARWIN_STRUCT_STAT64_TIMES \ | |
^ | |
/usr/include/sys/stat.h:174:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' | |
struct timespec st_ctimespec; /* time of last status change */ \ | |
^ | |
conftest.c:125:1: error: statement requires expression of scalar type ('struct timespec' invalid) | |
if (ac_aggr.st_ctimensec) | |
^ ~~~~~~~~~~~~~~~~~~~~ | |
2 errors generated. | |
configure:22647: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_ctimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22647: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:20: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'? | |
if (sizeof ac_aggr.st_ctimensec) | |
^~~~~~~~~~~~ | |
st_ctimespec | |
/usr/include/sys/stat.h:225:13: note: 'st_ctimespec' declared here | |
struct stat __DARWIN_STRUCT_STAT64; | |
^ | |
/usr/include/sys/stat.h:209:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' | |
__DARWIN_STRUCT_STAT64_TIMES \ | |
^ | |
/usr/include/sys/stat.h:174:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' | |
struct timespec st_ctimespec; /* time of last status change */ \ | |
^ | |
1 error generated. | |
configure:22647: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_ctimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22647: result: no | |
configure:22656: checking for struct stat.st_ctim.tv_nsec | |
configure:22656: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:13: error: no member named 'st_ctim' in 'struct stat' | |
if (ac_aggr.st_ctim.tv_nsec) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_ctim.tv_nsec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22656: cc -c -g -O2 conftest.c >&5 | |
conftest.c:125:20: error: no member named 'st_ctim' in 'struct stat' | |
if (sizeof ac_aggr.st_ctim.tv_nsec) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22656: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_ctim.tv_nsec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22656: result: no | |
configure:22666: checking for struct stat.st_blksize | |
configure:22666: cc -c -g -O2 conftest.c >&5 | |
configure:22666: $? = 0 | |
configure:22666: result: yes | |
configure:22687: checking for struct stat.st_blocks | |
configure:22687: cc -c -g -O2 conftest.c >&5 | |
configure:22687: $? = 0 | |
configure:22687: result: yes | |
configure:22708: checking for struct statfs.f_fstypename | |
configure:22708: cc -c -g -O2 conftest.c >&5 | |
configure:22708: $? = 0 | |
configure:22708: result: yes | |
configure:22729: checking for struct statfs.f_bavail | |
configure:22729: cc -c -g -O2 conftest.c >&5 | |
configure:22729: $? = 0 | |
configure:22729: result: yes | |
configure:22752: checking for struct statvfs.f_basetype | |
configure:22752: cc -c -g -O2 conftest.c >&5 | |
conftest.c:98:13: error: no member named 'f_basetype' in 'struct statvfs' | |
if (ac_aggr.f_basetype) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22752: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statvfs.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct statvfs ac_aggr; | |
| if (ac_aggr.f_basetype) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22752: cc -c -g -O2 conftest.c >&5 | |
conftest.c:98:20: error: no member named 'f_basetype' in 'struct statvfs' | |
if (sizeof ac_aggr.f_basetype) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22752: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statvfs.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct statvfs ac_aggr; | |
| if (sizeof ac_aggr.f_basetype) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22752: result: no | |
configure:22763: checking for struct statvfs.f_fstypename | |
configure:22763: cc -c -g -O2 conftest.c >&5 | |
conftest.c:98:13: error: no member named 'f_fstypename' in 'struct statvfs' | |
if (ac_aggr.f_fstypename) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22763: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statvfs.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct statvfs ac_aggr; | |
| if (ac_aggr.f_fstypename) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22763: cc -c -g -O2 conftest.c >&5 | |
conftest.c:98:20: error: no member named 'f_fstypename' in 'struct statvfs' | |
if (sizeof ac_aggr.f_fstypename) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:22763: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statvfs.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct statvfs ac_aggr; | |
| if (sizeof ac_aggr.f_fstypename) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22763: result: no | |
configure:22774: checking for struct tm.tm_gmtoff | |
configure:22774: cc -c -g -O2 conftest.c >&5 | |
configure:22774: $? = 0 | |
configure:22774: result: yes | |
configure:22784: checking for struct tm.__tm_gmtoff | |
configure:22784: cc -c -g -O2 conftest.c >&5 | |
conftest.c:99:13: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'? | |
if (ac_aggr.__tm_gmtoff) | |
^~~~~~~~~~~ | |
tm_gmtoff | |
/usr/include/time.h:100:7: note: 'tm_gmtoff' declared here | |
long tm_gmtoff; /* offset from CUT in seconds */ | |
^ | |
1 error generated. | |
configure:22784: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct tm ac_aggr; | |
| if (ac_aggr.__tm_gmtoff) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22784: cc -c -g -O2 conftest.c >&5 | |
conftest.c:99:20: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'? | |
if (sizeof ac_aggr.__tm_gmtoff) | |
^~~~~~~~~~~ | |
tm_gmtoff | |
/usr/include/time.h:100:7: note: 'tm_gmtoff' declared here | |
long tm_gmtoff; /* offset from CUT in seconds */ | |
^ | |
1 error generated. | |
configure:22784: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct tm ac_aggr; | |
| if (sizeof ac_aggr.__tm_gmtoff) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22784: result: no | |
configure:22799: checking for dirent.h that defines DIR | |
configure:22818: cc -c -g -O2 conftest.c >&5 | |
configure:22818: $? = 0 | |
configure:22826: result: yes | |
configure:22839: checking for library containing opendir | |
configure:22870: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:22870: $? = 0 | |
configure:22887: result: none required | |
configure:22956: checking for struct dirent.d_type | |
configure:22956: cc -c -g -O2 conftest.c >&5 | |
configure:22956: $? = 0 | |
configure:22956: result: yes | |
configure:22987: checking for nl_langinfo and CODESET | |
configure:23003: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23003: $? = 0 | |
configure:23012: result: yes | |
configure:23023: checking stddef.h usability | |
configure:23023: cc -c -g -O2 conftest.c >&5 | |
configure:23023: $? = 0 | |
configure:23023: result: yes | |
configure:23023: checking stddef.h presence | |
configure:23023: cc -E conftest.c | |
configure:23023: $? = 0 | |
configure:23023: result: yes | |
configure:23023: checking for stddef.h | |
configure:23023: result: yes | |
configure:23023: checking for stdlib.h | |
configure:23023: result: yes | |
configure:23023: checking for string.h | |
configure:23023: result: yes | |
configure:23035: checking for setlocale | |
configure:23035: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23035: $? = 0 | |
configure:23035: result: yes | |
configure:23050: checking size of size_t | |
configure:23055: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23055: $? = 0 | |
configure:23055: ./conftest | |
configure:23055: $? = 0 | |
configure:23069: result: 8 | |
configure:23080: checking for the appropriate definition for size_t | |
configure:23191: result: unsigned long | |
configure:23198: checking for lstat | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for strerror | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:125:6: warning: incompatible redeclaration of library function 'strerror' | |
char strerror (); | |
^ | |
conftest.c:125:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for strsignal | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for memmove | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:127:6: warning: incompatible redeclaration of library function 'memmove' | |
char memmove (); | |
^ | |
conftest.c:127:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for vsnprintf | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:128:6: warning: incompatible redeclaration of library function 'vsnprintf' | |
char vsnprintf (); | |
^ | |
conftest.c:128:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for stpcpy | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:129:6: warning: incompatible redeclaration of library function 'stpcpy' | |
char stpcpy (); | |
^ | |
conftest.c:129:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)' | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for strcasecmp | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:130:6: warning: incompatible redeclaration of library function 'strcasecmp' | |
char strcasecmp (); | |
^ | |
conftest.c:130:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for strncasecmp | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:131:6: warning: incompatible redeclaration of library function 'strncasecmp' | |
char strncasecmp (); | |
^ | |
conftest.c:131:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for poll | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for getcwd | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for vasprintf | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:145:19: warning: format string missing [-Wformat] | |
return vasprintf (); | |
~~~~~~~~~ ^ | |
1 warning generated. | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for setenv | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for unsetenv | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for getc_unlocked | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for readlink | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for symlink | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23198: checking for fdwalk | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_fdwalk", referenced from: | |
_main in conftest-R58v08.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23198: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| /* end confdefs.h. */ | |
| /* Define fdwalk to an innocuous variant, in case <limits.h> declares fdwalk. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fdwalk innocuous_fdwalk | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fdwalk (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fdwalk | |
| | |
| /* 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 fdwalk (); | |
| /* 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_fdwalk || defined __stub___fdwalk | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fdwalk (); | |
| ; | |
| return 0; | |
| } | |
configure:23198: result: no | |
configure:23198: checking for memmem | |
configure:23198: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23198: $? = 0 | |
configure:23198: result: yes | |
configure:23210: checking for chown | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for lchmod | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for lchown | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for fchmod | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for fchown | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for link | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for utimes | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for getgrgid | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for getpwuid | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23210: $? = 0 | |
configure:23210: result: yes | |
configure:23210: checking for getresuid | |
configure:23210: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_getresuid", referenced from: | |
_main in conftest-hgeqeZ.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23210: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| /* end confdefs.h. */ | |
| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getresuid innocuous_getresuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getresuid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getresuid | |
| | |
| /* 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 getresuid (); | |
| /* 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_getresuid || defined __stub___getresuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getresuid (); | |
| ; | |
| return 0; | |
| } | |
configure:23210: result: no | |
configure:23222: checking for getmntent_r | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_getmntent_r", referenced from: | |
_main in conftest-UNUlQ8.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| /* end confdefs.h. */ | |
| /* Define getmntent_r to an innocuous variant, in case <limits.h> declares getmntent_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getmntent_r innocuous_getmntent_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getmntent_r (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getmntent_r | |
| | |
| /* 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 getmntent_r (); | |
| /* 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_getmntent_r || defined __stub___getmntent_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getmntent_r (); | |
| ; | |
| return 0; | |
| } | |
configure:23222: result: no | |
configure:23222: checking for setmntent | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_setmntent", referenced from: | |
_main in conftest-gEYxhi.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| /* end confdefs.h. */ | |
| /* Define setmntent to an innocuous variant, in case <limits.h> declares setmntent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setmntent innocuous_setmntent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setmntent (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setmntent | |
| | |
| /* 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 setmntent (); | |
| /* 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_setmntent || defined __stub___setmntent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:23222: result: no | |
configure:23222: checking for endmntent | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_endmntent", referenced from: | |
_main in conftest-NMaunu.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| /* end confdefs.h. */ | |
| /* Define endmntent to an innocuous variant, in case <limits.h> declares endmntent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define endmntent innocuous_endmntent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char endmntent (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef endmntent | |
| | |
| /* 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 endmntent (); | |
| /* 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_endmntent || defined __stub___endmntent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return endmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:23222: result: no | |
configure:23222: checking for hasmntopt | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_hasmntopt", referenced from: | |
_main in conftest-oEqSXa.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| /* end confdefs.h. */ | |
| /* Define hasmntopt to an innocuous variant, in case <limits.h> declares hasmntopt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define hasmntopt innocuous_hasmntopt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char hasmntopt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef hasmntopt | |
| | |
| /* 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 hasmntopt (); | |
| /* 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_hasmntopt || defined __stub___hasmntopt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return hasmntopt (); | |
| ; | |
| return 0; | |
| } | |
configure:23222: result: no | |
configure:23222: checking for getfsstat | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23222: $? = 0 | |
configure:23222: result: yes | |
configure:23222: checking for getvfsstat | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_getvfsstat", referenced from: | |
_main in conftest-PP4JLl.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define getvfsstat to an innocuous variant, in case <limits.h> declares getvfsstat. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getvfsstat innocuous_getvfsstat | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getvfsstat (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getvfsstat | |
| | |
| /* 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 getvfsstat (); | |
| /* 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_getvfsstat || defined __stub___getvfsstat | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getvfsstat (); | |
| ; | |
| return 0; | |
| } | |
configure:23222: result: no | |
configure:23222: checking for fallocate | |
configure:23222: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_fallocate", referenced from: | |
_main in conftest-o0JxcX.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define fallocate to an innocuous variant, in case <limits.h> declares fallocate. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fallocate innocuous_fallocate | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fallocate (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fallocate | |
| | |
| /* 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 fallocate (); | |
| /* 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_fallocate || defined __stub___fallocate | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fallocate (); | |
| ; | |
| return 0; | |
| } | |
configure:23222: result: no | |
configure:23234: checking for splice | |
configure:23234: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_splice", referenced from: | |
_main in conftest-8aOzD9.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23234: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define splice to an innocuous variant, in case <limits.h> declares splice. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define splice innocuous_splice | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char splice (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef splice | |
| | |
| /* 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 splice (); | |
| /* 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_splice || defined __stub___splice | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return splice (); | |
| ; | |
| return 0; | |
| } | |
configure:23234: result: no | |
configure:23245: checking for prlimit | |
configure:23245: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_prlimit", referenced from: | |
_main in conftest-jXB0ZV.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23245: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define prlimit to an innocuous variant, in case <limits.h> declares prlimit. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define prlimit innocuous_prlimit | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char prlimit (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef prlimit | |
| | |
| /* 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 prlimit (); | |
| /* 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_prlimit || defined __stub___prlimit | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return prlimit (); | |
| ; | |
| return 0; | |
| } | |
configure:23245: result: no | |
configure:23260: checking for statvfs | |
configure:23260: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23260: $? = 0 | |
configure:23260: result: yes | |
configure:23273: checking for statfs | |
configure:23273: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23273: $? = 0 | |
configure:23273: result: yes | |
configure:23284: checking whether to use statfs or statvfs | |
configure:23304: result: statfs | |
configure:23322: checking crt_externs.h usability | |
configure:23322: cc -c -g -O2 conftest.c >&5 | |
configure:23322: $? = 0 | |
configure:23322: result: yes | |
configure:23322: checking crt_externs.h presence | |
configure:23322: cc -E conftest.c | |
configure:23322: $? = 0 | |
configure:23322: result: yes | |
configure:23322: checking for crt_externs.h | |
configure:23322: result: yes | |
configure:23334: checking for _NSGetEnviron | |
configure:23334: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23334: $? = 0 | |
configure:23334: result: yes | |
configure:23347: checking for newlocale | |
configure:23347: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23347: $? = 0 | |
configure:23347: result: yes | |
configure:23347: checking for uselocale | |
configure:23347: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23347: $? = 0 | |
configure:23347: result: yes | |
configure:23347: checking for strtod_l | |
configure:23347: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23347: $? = 0 | |
configure:23347: result: yes | |
configure:23347: checking for strtoll_l | |
configure:23347: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23347: $? = 0 | |
configure:23347: result: yes | |
configure:23347: checking for strtoull_l | |
configure:23347: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23347: $? = 0 | |
configure:23347: result: yes | |
configure:23357: checking for C99 vsnprintf | |
configure:23404: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:153:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
conftest.c:153:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
configure:23404: $? = 0 | |
configure:23404: ./conftest | |
configure:23404: $? = 0 | |
configure:23414: result: yes | |
configure:23422: checking whether printf supports positional parameters | |
configure:23445: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:147:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' | |
if (strcmp ("2 3 1", buffer) == 0) | |
^ | |
conftest.c:147:7: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp' | |
conftest.c:148:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit (0); | |
^ | |
conftest.c:148:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
configure:23445: $? = 0 | |
configure:23445: ./conftest | |
configure:23445: $? = 0 | |
configure:23455: result: yes | |
configure:23477: checking value of AF_INET | |
configure:23482: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23482: $? = 0 | |
configure:23482: ./conftest | |
configure:23482: $? = 0 | |
configure:23490: result: 2 | |
configure:23493: checking value of AF_INET6 | |
configure:23498: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23498: $? = 0 | |
configure:23498: ./conftest | |
configure:23498: $? = 0 | |
configure:23506: result: 30 | |
configure:23510: checking value of AF_UNIX | |
configure:23515: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23515: $? = 0 | |
configure:23515: ./conftest | |
configure:23515: $? = 0 | |
configure:23523: result: 1 | |
configure:23531: checking value of MSG_PEEK | |
configure:23536: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23536: $? = 0 | |
configure:23536: ./conftest | |
configure:23536: $? = 0 | |
configure:23544: result: 2 | |
configure:23547: checking value of MSG_OOB | |
configure:23552: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23552: $? = 0 | |
configure:23552: ./conftest | |
configure:23552: $? = 0 | |
configure:23560: result: 1 | |
configure:23563: checking value of MSG_DONTROUTE | |
configure:23568: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23568: $? = 0 | |
configure:23568: ./conftest | |
configure:23568: $? = 0 | |
configure:23576: result: 4 | |
configure:23586: checking for getprotobyname_r | |
configure:23586: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_getprotobyname_r", referenced from: | |
_main in conftest-NBKrRE.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23586: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define getprotobyname_r to an innocuous variant, in case <limits.h> declares getprotobyname_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getprotobyname_r innocuous_getprotobyname_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getprotobyname_r (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getprotobyname_r | |
| | |
| /* 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 getprotobyname_r (); | |
| /* 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_getprotobyname_r || defined __stub___getprotobyname_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getprotobyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:23586: result: no | |
configure:23586: checking for endservent | |
configure:23586: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23586: $? = 0 | |
configure:23586: result: yes | |
configure:23586: checking for if_nametoindex | |
configure:23586: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23586: $? = 0 | |
configure:23586: result: yes | |
configure:23611: checking if arpa/nameser_compat.h is needed | |
configure:23625: cc -c -g -O2 conftest.c >&5 | |
conftest.c:147:14: error: use of undeclared identifier 'C_IN' | |
int qclass = C_IN; | |
^ | |
1 error generated. | |
configure:23625: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <arpa/nameser.h> | |
| int | |
| main () | |
| { | |
| int qclass = C_IN; | |
| ; | |
| return 0; | |
| } | |
configure:23642: cc -c -g -O2 conftest.c >&5 | |
configure:23642: $? = 0 | |
configure:23643: result: yes | |
configure:23656: checking for res_query | |
configure:23675: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_res_9_query", referenced from: | |
_main in conftest-VJATcB.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23675: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <netinet/in.h> | |
| #include <arpa/nameser.h> | |
| #include <resolv.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| res_query("test", 0, 0, (void *)0, 0); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:23698: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lresolv -lintl >&5 | |
configure:23698: $? = 0 | |
configure:23699: result: in -lresolv | |
configure:23731: checking for socket | |
configure:23731: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:23731: $? = 0 | |
configure:23731: result: yes | |
configure:23783: checking for linux/netlink.h | |
configure:23783: cc -c -g -O2 conftest.c >&5 | |
In file included from conftest.c:144: | |
In file included from /usr/local/include/linux/netlink.h:5: | |
/usr/local/include/linux/types.h:4:10: fatal error: 'asm/types.h' file not found | |
#include <asm/types.h> | |
^ | |
1 error generated. | |
configure:23783: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| /* end confdefs.h. */ | |
| #include <sys/socket.h> | |
| | |
| #include <linux/netlink.h> | |
configure:23783: result: no | |
configure:23801: checking for struct ip_mreqn | |
configure:23801: cc -c -g -O2 conftest.c >&5 | |
configure:23801: $? = 0 | |
configure:23801: cc -c -g -O2 conftest.c >&5 | |
conftest.c:147:30: error: expected expression | |
if (sizeof ((struct ip_mreqn))) | |
^ | |
1 error generated. | |
configure:23801: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| /* end confdefs.h. */ | |
| #include <netinet/in.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct ip_mreqn))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:23801: result: yes | |
configure:23827: checking number of arguments to statfs() | |
configure:23853: cc -c -g -O2 conftest.c >&5 | |
configure:23853: $? = 0 | |
configure:23855: result: 2 | |
configure:23965: checking for signed | |
configure:23981: cc -c -g -O2 conftest.c >&5 | |
configure:23981: $? = 0 | |
configure:23988: result: yes | |
configure:23997: checking for long long | |
configure:24014: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24014: $? = 0 | |
configure:24022: result: yes | |
configure:24031: checking for long double | |
configure:24063: result: yes | |
configure:24072: checking for wchar_t | |
configure:24089: cc -c -g -O2 conftest.c >&5 | |
configure:24089: $? = 0 | |
configure:24096: result: yes | |
configure:24105: checking for wint_t | |
configure:24122: cc -c -g -O2 conftest.c >&5 | |
configure:24122: $? = 0 | |
configure:24129: result: yes | |
configure:24137: checking for size_t | |
configure:24137: result: yes | |
configure:24148: checking for ptrdiff_t | |
configure:24148: cc -c -g -O2 conftest.c >&5 | |
configure:24148: $? = 0 | |
configure:24148: cc -c -g -O2 conftest.c >&5 | |
conftest.c:185:24: error: expected expression | |
if (sizeof ((ptrdiff_t))) | |
^ | |
1 error generated. | |
configure:24148: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ptrdiff_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:24148: result: yes | |
configure:24159: checking for inttypes.h | |
configure:24176: cc -c -g -O2 conftest.c >&5 | |
configure:24176: $? = 0 | |
configure:24183: result: yes | |
configure:24194: checking for stdint.h | |
configure:24211: cc -c -g -O2 conftest.c >&5 | |
configure:24211: $? = 0 | |
configure:24218: result: yes | |
configure:24250: checking for snprintf | |
configure:24250: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:176:6: warning: incompatible redeclaration of library function 'snprintf' | |
char snprintf (); | |
^ | |
conftest.c:176:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:24250: $? = 0 | |
configure:24250: result: yes | |
configure:24250: checking for wcslen | |
configure:24250: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24250: $? = 0 | |
configure:24250: result: yes | |
configure:24259: checking for C99 snprintf | |
configure:24304: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:168:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
conftest.c:168:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
configure:24304: $? = 0 | |
configure:24304: ./conftest | |
configure:24304: $? = 0 | |
configure:24314: result: yes | |
configure:24383: checking for fd_set | |
configure:24396: cc -c -g -O2 conftest.c >&5 | |
configure:24396: $? = 0 | |
configure:24404: result: yes, found in sys/types.h | |
configure:24437: checking whether realloc (NULL,) will work | |
configure:24453: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24453: $? = 0 | |
configure:24453: ./conftest | |
configure:24453: $? = 0 | |
configure:24464: result: yes | |
configure:24474: checking for nl_langinfo (CODESET) | |
configure:24491: cc -c -g -O2 conftest.c >&5 | |
configure:24491: $? = 0 | |
configure:24498: result: yes | |
configure:24506: checking for nl_langinfo (PM_STR) | |
configure:24532: cc -c -g -O2 conftest.c >&5 | |
configure:24532: $? = 0 | |
configure:24539: result: yes | |
configure:24547: checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) | |
configure:24574: cc -c -g -O2 conftest.c >&5 | |
conftest.c:164:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT0_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT0_MB); | |
^ | |
conftest.c:165:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT1_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT1_MB); | |
^ | |
conftest.c:166:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT2_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT2_MB); | |
^ | |
conftest.c:167:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT3_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT3_MB); | |
^ | |
conftest.c:168:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT4_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT4_MB); | |
^ | |
conftest.c:169:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT5_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT5_MB); | |
^ | |
conftest.c:170:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT6_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT6_MB); | |
^ | |
conftest.c:171:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT7_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT7_MB); | |
^ | |
conftest.c:172:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT8_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT8_MB); | |
^ | |
conftest.c:173:37: error: use of undeclared identifier '_NL_CTYPE_OUTDIGIT9_MB' | |
str = nl_langinfo (_NL_CTYPE_OUTDIGIT9_MB); | |
^ | |
10 errors generated. | |
configure:24574: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <langinfo.h> | |
| int | |
| main () | |
| { | |
| char *str; | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT0_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT1_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT2_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT3_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT4_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT5_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT6_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT7_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT8_MB); | |
| str = nl_langinfo (_NL_CTYPE_OUTDIGIT9_MB); | |
| ; | |
| return 0; | |
| } | |
configure:24581: result: no | |
configure:24589: checking for a compliant posix_memalign() implementation | |
configure:24627: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24627: $? = 0 | |
configure:24627: ./conftest | |
configure:24627: $? = 0 | |
configure:24641: result: yes | |
configure:24656: checking for OpenBSD strlcpy/strlcat | |
configure:24677: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24677: $? = 0 | |
configure:24677: ./conftest | |
configure:24677: $? = 0 | |
configure:24687: result: yes | |
configure:24696: checking for an implementation of va_copy() | |
configure:24719: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24719: $? = 0 | |
configure:24728: result: yes | |
configure:24730: checking for an implementation of __va_copy() | |
configure:24753: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24753: $? = 0 | |
configure:24762: result: yes | |
configure:24780: checking whether va_lists can be copied by value | |
configure:24806: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:167:8: error: array type 'va_list' (aka '__builtin_va_list') is not assignable | |
args2 = args1; | |
~~~~~ ^ | |
1 error generated. | |
configure:24806: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| /* end confdefs.h. */ | |
| #include <stdarg.h> | |
| #include <stdlib.h> | |
| void f (int i, ...) { | |
| va_list args1, args2; | |
| va_start (args1, i); | |
| args2 = args1; | |
| if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) | |
| exit (1); | |
| va_end (args1); va_end (args2); | |
| } | |
| int main() { | |
| f (0, 42); | |
| return 0; | |
| } | |
configure:24817: result: no | |
configure:24852: checking for dlopen | |
configure:24852: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24852: $? = 0 | |
configure:24852: result: yes | |
configure:24854: checking for dlsym | |
configure:24854: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:24854: $? = 0 | |
configure:24854: result: yes | |
configure:25063: checking for RTLD_GLOBAL brokenness | |
configure:25092: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:25092: $? = 0 | |
configure:25092: ./conftest | |
configure:25092: $? = 0 | |
configure:25105: result: no | |
configure:25112: checking for preceeding underscore in symbols | |
configure:25137: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:25137: $? = 0 | |
configure:25137: ./conftest | |
configure:25137: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| #include <dlfcn.h> | |
| int glib_underscore_test (void) { return 42; } | |
| int main() { | |
| void *f1 = (void*)0, *f2 = (void*)0, *handle; | |
| handle = dlopen ((void*)0, 0); | |
| if (handle) { | |
| f1 = dlsym (handle, "glib_underscore_test"); | |
| f2 = dlsym (handle, "_glib_underscore_test"); | |
| } return (!f2 || f1); | |
| } | |
configure:25149: result: no | |
configure:25162: checking for dlerror | |
configure:25162: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:25162: $? = 0 | |
configure:25162: result: yes | |
configure:25179: checking for the suffix of module shared libraries | |
configure:25187: result: .so | |
configure:25206: checking for gspawn implementation | |
configure:25216: result: gspawn.lo | |
configure:25221: checking for GIOChannel implementation | |
configure:25231: result: giounix.lo | |
configure:25257: checking for is_selinux_enabled in -lselinux | |
configure:25282: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lselinux -lintl >&5 | |
ld: library not found for -lselinux | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25282: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 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 is_selinux_enabled (); | |
| int | |
| main () | |
| { | |
| return is_selinux_enabled (); | |
| ; | |
| return 0; | |
| } | |
configure:25291: result: no | |
configure:25360: checking sys/inotify.h usability | |
configure:25360: cc -c -g -O2 conftest.c >&5 | |
conftest.c:196:10: fatal error: 'sys/inotify.h' file not found | |
#include <sys/inotify.h> | |
^ | |
1 error generated. | |
configure:25360: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/inotify.h> | |
configure:25360: result: no | |
configure:25360: checking sys/inotify.h presence | |
configure:25360: cc -E conftest.c | |
conftest.c:163:10: fatal error: 'sys/inotify.h' file not found | |
#include <sys/inotify.h> | |
^ | |
1 error generated. | |
configure:25360: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| /* end confdefs.h. */ | |
| #include <sys/inotify.h> | |
configure:25360: result: no | |
configure:25360: checking for sys/inotify.h | |
configure:25360: result: no | |
configure:25396: checking sys/event.h usability | |
configure:25396: cc -c -g -O2 conftest.c >&5 | |
configure:25396: $? = 0 | |
configure:25396: result: yes | |
configure:25396: checking sys/event.h presence | |
configure:25396: cc -E conftest.c | |
configure:25396: $? = 0 | |
configure:25396: result: yes | |
configure:25396: checking for sys/event.h | |
configure:25396: result: yes | |
configure:25405: checking for kqueue | |
configure:25405: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:25405: $? = 0 | |
configure:25405: result: yes | |
configure:25405: checking for kevent | |
configure:25405: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:25405: $? = 0 | |
configure:25405: result: yes | |
configure:25439: cc -c -g -O2 conftest.c >&5 | |
conftest.c:167:10: fatal error: 'port.h' file not found | |
#include <port.h> | |
^ | |
1 error generated. | |
configure:25439: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <port.h> | |
| #ifndef PORT_SOURCE_FILE | |
| #error "Please upgrade to Nevada 72 or above to suppoert FEN" | |
| #endif | |
| int main() { return 0; } | |
configure:25471: checking for FAMOpen in -lfam | |
configure:25496: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lfam -lintl >&5 | |
ld: library not found for -lfam | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25496: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 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 FAMOpen (); | |
| int | |
| main () | |
| { | |
| return FAMOpen (); | |
| ; | |
| return 0; | |
| } | |
configure:25505: result: no | |
configure:25570: WARNING: *** FAM support will not be built (FAM library not found) *** | |
configure:25598: checking for getxattr in -lc | |
configure:25623: cc -o conftest -g -O2 -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lc -lintl >&5 | |
configure:25623: $? = 0 | |
configure:25632: result: yes | |
configure:25637: checking sys/xattr.h usability | |
configure:25637: cc -c -g -O2 conftest.c >&5 | |
configure:25637: $? = 0 | |
configure:25637: result: yes | |
configure:25637: checking sys/xattr.h presence | |
configure:25637: cc -E conftest.c | |
configure:25637: $? = 0 | |
configure:25637: result: yes | |
configure:25637: checking for sys/xattr.h | |
configure:25637: result: yes | |
configure:25717: checking for XATTR_NOFOLLOW | |
configure:25740: cc -c -g -O2 conftest.c >&5 | |
configure:25740: $? = 0 | |
configure:25745: result: yes | |
configure:25993: checking for platform-dependent source | |
configure:26003: result: | |
configure:26007: checking whether to compile timeloop | |
configure:26017: result: yes | |
configure:26028: checking if building for some Win32 platform | |
configure:26038: result: no | |
configure:26088: checking for thread implementation | |
configure:26112: cc -c -g -O2 -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE conftest.c >&5 | |
configure:26112: $? = 0 | |
configure:26153: result: posix | |
configure:26325: checking thread related cflags | |
configure:26327: result: -D_REENTRANT | |
configure:26364: checking for pthread_create/pthread_join | |
configure:26403: cc -o conftest -g -O2 -D_REENTRANT -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:26403: $? = 0 | |
configure:26403: ./conftest | |
configure:26403: $? = 0 | |
configure:26412: result: yes | |
configure:26457: checking thread related libraries | |
configure:26459: result: | |
configure:26470: checking for localtime_r | |
configure:26470: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:26470: $? = 0 | |
configure:26470: result: yes | |
configure:26470: checking for gmtime_r | |
configure:26470: result: yes | |
configure:26481: checking for posix getpwuid_r | |
configure:26508: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:26508: $? = 0 | |
configure:26508: ./conftest | |
configure:26508: $? = 0 | |
configure:26518: result: yes | |
configure:26572: checking for posix getgrgid_r | |
configure:26599: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:26599: $? = 0 | |
configure:26599: ./conftest | |
configure:26599: $? = 0 | |
configure:26609: result: yes | |
configure:26672: checking for pthread_attr_setstacksize | |
configure:26685: cc -o conftest -g -O2 -D_REENTRANT -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:26685: $? = 0 | |
configure:26686: result: yes | |
configure:26697: checking for pthread_condattr_setclock | |
configure:26710: cc -o conftest -g -O2 -D_REENTRANT -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
conftest.c:178:23: warning: implicit declaration of function 'pthread_condattr_setclock' is invalid in C99 [-Wimplicit-function-declaration] | |
pthread_condattr_t a; pthread_condattr_setclock(&a,0) | |
^ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"_pthread_condattr_setclock", referenced from: | |
_main in conftest-WYmQXY.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:26710: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_condattr_t a; pthread_condattr_setclock(&a,0) | |
| ; | |
| return 0; | |
| } | |
configure:26717: result: no | |
configure:26765: checking for clock_gettime | |
configure:26765: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-tvUtJg.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:26765: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* 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 clock_gettime (); | |
| /* 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_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:26765: result: no | |
configure:26773: checking for clock_gettime in -lrt | |
configure:26798: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lrt -lintl >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:26798: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 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 clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:26807: result: no | |
configure:26827: checking for lock-free atomic intrinsics | |
configure:26850: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
configure:26850: $? = 0 | |
configure:26880: result: yes | |
configure:26902: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
conftest.c:178:1: error: use of undeclared identifier '__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4' | |
__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4; | |
^ | |
1 error generated. | |
configure:26902: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4; | |
| ; | |
| return 0; | |
| } | |
configure:26926: checking for futex(2) system call | |
configure:26954: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
In file included from conftest.c:176: | |
In file included from /usr/local/include/linux/futex.h:5: | |
/usr/local/include/linux/types.h:4:10: fatal error: 'asm/types.h' file not found | |
#include <asm/types.h> | |
^ | |
1 error generated. | |
configure:26954: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <linux/futex.h> | |
| #include <sys/syscall.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| int | |
| main (void) | |
| { | |
| /* it is not like this actually runs or anything... */ | |
| syscall (__NR_futex, NULL, FUTEX_WAKE, FUTEX_WAIT); | |
| return 0; | |
| } | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26961: result: no | |
configure:26969: checking for eventfd(2) system call | |
configure:26995: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
conftest.c:176:10: fatal error: 'sys/eventfd.h' file not found | |
#include <sys/eventfd.h> | |
^ | |
1 error generated. | |
configure:26995: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/eventfd.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| int | |
| main (void) | |
| { | |
| eventfd (0, EFD_CLOEXEC); | |
| return 0; | |
| } | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27002: result: no | |
configure:27028: checking value of POLLIN | |
configure:27033: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27033: $? = 0 | |
configure:27033: ./conftest | |
configure:27033: $? = 0 | |
configure:27041: result: 1 | |
configure:27044: checking value of POLLOUT | |
configure:27049: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27049: $? = 0 | |
configure:27049: ./conftest | |
configure:27049: $? = 0 | |
configure:27057: result: 4 | |
configure:27060: checking value of POLLPRI | |
configure:27065: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27065: $? = 0 | |
configure:27065: ./conftest | |
configure:27065: $? = 0 | |
configure:27073: result: 2 | |
configure:27076: checking value of POLLERR | |
configure:27081: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27081: $? = 0 | |
configure:27081: ./conftest | |
configure:27081: $? = 0 | |
configure:27089: result: 8 | |
configure:27092: checking value of POLLHUP | |
configure:27097: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27097: $? = 0 | |
configure:27097: ./conftest | |
configure:27097: $? = 0 | |
configure:27105: result: 16 | |
configure:27108: checking value of POLLNVAL | |
configure:27113: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27113: $? = 0 | |
configure:27113: ./conftest | |
configure:27113: $? = 0 | |
configure:27121: result: 32 | |
configure:27139: checking for broken poll | |
configure:27166: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:27166: $? = 0 | |
configure:27166: ./conftest | |
configure:27166: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdlib.h> | |
| #include <fcntl.h> | |
| #include <poll.h> | |
| #ifdef HAVE_SYS_POLL_H | |
| #include <sys/poll.h> | |
| #endif | |
| int main(void) { | |
| struct pollfd fds[1]; | |
| int fd; | |
| fd = open("/dev/null", 1); | |
| fds[0].fd = fd; | |
| fds[0].events = POLLIN; | |
| fds[0].revents = 0; | |
| if (poll(fds, 1, 0) < 0 || (fds[0].revents & POLLNVAL) != 0) { | |
| exit(1); /* Does not work for devices -- fail */ | |
| } | |
| exit(0); | |
| } | |
configure:27178: result: yes | |
configure:27351: checking whether compiler understands -Wno-pointer-sign | |
configure:27366: cc -c -g -O2 -Wno-pointer-sign -D_REENTRANT conftest.c >&5 | |
configure:27366: $? = 0 | |
configure:27368: result: yes | |
configure:27397: checking for EILSEQ | |
configure:27414: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
configure:27414: $? = 0 | |
configure:27420: result: yes | |
configure:27654: checking for gtkdoc-check | |
configure:27687: result: no | |
configure:27696: checking for gtkdoc-rebase | |
configure:27729: result: no | |
configure:27740: checking for gtkdoc-mkpdf | |
configure:27773: result: no | |
configure:27884: checking whether to build gtk-doc documentation | |
configure:27886: result: no | |
configure:27968: checking for xsltproc | |
configure:27986: found /usr/bin/xsltproc | |
configure:27998: result: /usr/bin/xsltproc | |
configure:28032: checking for XML catalog (/etc/xml/catalog) | |
configure:28039: result: not found | |
configure:28046: checking for xmlcatalog | |
configure:28064: found /usr/bin/xmlcatalog | |
configure:28077: result: /usr/bin/xmlcatalog | |
configure:28098: checking for DocBook XML DTD V4.1.2 in XML catalog | |
configure:28110: result: not found | |
configure:28170: checking whether to generate man pages | |
configure:28179: result: no | |
configure:28191: checking whether to include dtrace tracing support | |
configure:28263: result: no | |
configure:28281: checking whether to include systemtap tracing support | |
configure:28292: result: no | |
configure:28534: checking for guint32 | |
configure:28534: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
configure:28534: $? = 0 | |
configure:28534: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
conftest.c:183:22: error: expected expression | |
if (sizeof ((guint32))) | |
^ | |
1 error generated. | |
configure:28534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| #define BROKEN_POLL 1 | |
| #define DBUS_MACHINE_ID_FILE "/usr/local/var/lib/dbus/machine-id" | |
| #define LOCAL_DATA_DIR "/usr/local/Cellar/glib/2.36.3/share" | |
| /* end confdefs.h. */ | |
| typedef unsigned int guint32; | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((guint32))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:28534: result: yes | |
configure:28542: checking alignment of guint32 | |
configure:28547: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:28547: $? = 0 | |
configure:28547: ./conftest | |
configure:28547: $? = 0 | |
configure:28567: result: 4 | |
configure:28577: checking for guint64 | |
configure:28577: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
configure:28577: $? = 0 | |
configure:28577: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
conftest.c:184:22: error: expected expression | |
if (sizeof ((guint64))) | |
^ | |
1 error generated. | |
configure:28577: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| #define BROKEN_POLL 1 | |
| #define DBUS_MACHINE_ID_FILE "/usr/local/var/lib/dbus/machine-id" | |
| #define LOCAL_DATA_DIR "/usr/local/Cellar/glib/2.36.3/share" | |
| #define ALIGNOF_GUINT32 4 | |
| /* end confdefs.h. */ | |
| typedef unsigned long guint64; | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((guint64))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:28577: result: yes | |
configure:28585: checking alignment of guint64 | |
configure:28590: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:28590: $? = 0 | |
configure:28590: ./conftest | |
configure:28590: $? = 0 | |
configure:28610: result: 8 | |
configure:28620: checking for unsigned long | |
configure:28620: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
configure:28620: $? = 0 | |
configure:28620: cc -c -g -O2 -D_REENTRANT conftest.c >&5 | |
conftest.c:216:28: error: expected expression | |
if (sizeof ((unsigned long))) | |
^ | |
1 error generated. | |
configure:28620: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| #define BROKEN_POLL 1 | |
| #define DBUS_MACHINE_ID_FILE "/usr/local/var/lib/dbus/machine-id" | |
| #define LOCAL_DATA_DIR "/usr/local/Cellar/glib/2.36.3/share" | |
| #define ALIGNOF_GUINT32 4 | |
| #define ALIGNOF_GUINT64 8 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((unsigned long))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:28620: result: yes | |
configure:28627: checking alignment of unsigned long | |
configure:28632: cc -o conftest -g -O2 -D_REENTRANT -Wl,-framework,Carbon -Wl,-framework,Foundation conftest.c -lintl >&5 | |
configure:28632: $? = 0 | |
configure:28632: ./conftest | |
configure:28632: $? = 0 | |
configure:28650: result: 8 | |
configure:28756: checking for dbus-daemon | |
configure:28786: result: no | |
configure:28809: checking for -Bsymbolic-functions linker flag | |
configure:28823: cc -o conftest -g -O2 -D_REENTRANT -Wl,-Bsymbolic-functions conftest.c -lintl >&5 | |
conftest.c:185:16: error: expected ';' at end of declaration | |
int main (void) { return 0; } | |
^ | |
; | |
1 error generated. | |
configure:28823: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| #define BROKEN_POLL 1 | |
| #define DBUS_MACHINE_ID_FILE "/usr/local/var/lib/dbus/machine-id" | |
| #define LOCAL_DATA_DIR "/usr/local/Cellar/glib/2.36.3/share" | |
| #define ALIGNOF_GUINT32 4 | |
| #define ALIGNOF_GUINT64 8 | |
| #define ALIGNOF_UNSIGNED_LONG 8 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| int main (void) { return 0; } | |
| ; | |
| return 0; | |
| } | |
configure:28828: result: no | |
configure:28855: checking for -fvisibility=hidden compiler flag | |
configure:28868: cc -c -fvisibility=hidden -D_REENTRANT conftest.c >&5 | |
conftest.c:185:16: error: expected ';' at end of declaration | |
int main (void) { return 0; } | |
^ | |
; | |
1 error generated. | |
configure:28868: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "glib" | |
| #define PACKAGE_TARNAME "glib" | |
| #define PACKAGE_VERSION "2.36.3" | |
| #define PACKAGE_STRING "glib 2.36.3" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
| #define PACKAGE_URL "" | |
| #define GLIB_MAJOR_VERSION 2 | |
| #define GLIB_MINOR_VERSION 36 | |
| #define GLIB_MICRO_VERSION 3 | |
| #define GLIB_INTERFACE_AGE 3 | |
| #define GLIB_BINARY_AGE 3603 | |
| #define HAVE_CARBON 1 | |
| #define HAVE_COCOA 1 | |
| #define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define GETTEXT_PACKAGE "glib20" | |
| #define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
| #define USE_LIBICONV_NATIVE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define HAVE_SIG_ATOMIC_T 1 | |
| #define HAVE_LONG_LONG_FORMAT 1 | |
| #define SANE_MALLOC_PROTOS 1 | |
| #define G_HAVE___INLINE 1 | |
| #define G_HAVE___INLINE__ 1 | |
| #define G_HAVE_INLINE 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_LINUX_MAGIC_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
| #define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSIGNAL 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_MEMMEM 1 | |
| #define HAVE_CHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_GETGRGID 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_STATFS 1 | |
| #define USE_STATFS 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_USELOCALE 1 | |
| #define HAVE_STRTOD_L 1 | |
| #define HAVE_STRTOLL_L 1 | |
| #define HAVE_STRTOULL_L 1 | |
| #define HAVE_C99_VSNPRINTF 1 | |
| #define HAVE_UNIX98_PRINTF 1 | |
| #define HAVE_ENDSERVENT 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IP_MREQN /**/ | |
| #define STATFS_ARGS 2 | |
| #define HAVE_GOOD_PRINTF 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_C99_SNPRINTF 1 | |
| #define REALLOC_0_WORKS 1 | |
| #define HAVE_CODESET 1 | |
| #define HAVE_LANGINFO_TIME 1 | |
| #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
| #define HAVE_STRLCPY 1 | |
| #define G_VA_COPY va_copy | |
| #define G_VA_COPY_AS_ARRAY 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_KEVENT 1 | |
| #define HAVE_SYS_XATTR_H 1 | |
| #define HAVE_XATTR 1 | |
| #define HAVE_XATTR_NOFOLLOW 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_POSIX_GETPWUID_R 1 | |
| #define HAVE_POSIX_GETGRGID_R 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
| #define BROKEN_POLL 1 | |
| #define DBUS_MACHINE_ID_FILE "/usr/local/var/lib/dbus/machine-id" | |
| #define LOCAL_DATA_DIR "/usr/local/Cellar/glib/2.36.3/share" | |
| #define ALIGNOF_GUINT32 4 | |
| #define ALIGNOF_GUINT64 8 | |
| #define ALIGNOF_UNSIGNED_LONG 8 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| int main (void) { return 0; } | |
| ; | |
| return 0; | |
| } | |
configure:28873: result: no | |
configure:28908: checking if cc supports flag -Wall in envvar CFLAGS | |
configure:28919: cc -c -Werror -Wall -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Wstrict-prototypes in envvar CFLAGS | |
configure:28919: cc -c -Werror -Wstrict-prototypes -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=declaration-after-statement in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=declaration-after-statement -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=missing-prototypes in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=missing-prototypes -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=implicit-function-declaration in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=implicit-function-declaration -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=pointer-arith in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=pointer-arith -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=init-self in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=init-self -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=format-security in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=format-security -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=format=2 in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=format=2 -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:28908: checking if cc supports flag -Werror=missing-include-dirs in envvar CFLAGS | |
configure:28919: cc -c -Werror -Werror=missing-include-dirs -D_REENTRANT conftest.c >&5 | |
configure:28919: $? = 0 | |
configure:28928: result: yes | |
configure:29098: checking that generated files are newer than configure | |
configure:29104: result: done | |
configure:29276: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by glib config.status 2.36.3, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on jmacbookpro.fritz.box | |
config.status:1927: creating glib-2.0.pc | |
config.status:1927: creating gmodule-2.0.pc | |
config.status:1927: creating gmodule-export-2.0.pc | |
config.status:1927: creating gmodule-no-export-2.0.pc | |
config.status:1927: creating gthread-2.0.pc | |
config.status:1927: creating gobject-2.0.pc | |
config.status:1927: creating gio-2.0.pc | |
config.status:1927: creating gio-unix-2.0.pc | |
config.status:1927: creating gio-windows-2.0.pc | |
config.status:1927: creating glib-zip | |
config.status:1927: creating glib-gettextize | |
config.status:1927: creating Makefile | |
config.status:1927: creating build/Makefile | |
config.status:1927: creating build/win32/Makefile | |
config.status:1927: creating build/win32/dirent/Makefile | |
config.status:1927: creating build/win32/vs9/Makefile | |
config.status:1927: creating build/win32/vs10/Makefile | |
config.status:1927: creating build/win32/vs11/Makefile | |
config.status:1927: creating glib/Makefile | |
config.status:1927: creating glib/glib.stp | |
config.status:1927: creating glib/libcharset/Makefile | |
config.status:1927: creating glib/gnulib/Makefile | |
config.status:1927: creating glib/pcre/Makefile | |
config.status:1927: creating glib/update-pcre/Makefile | |
config.status:1927: creating glib/tests/Makefile | |
config.status:1927: creating gmodule/Makefile | |
config.status:1927: creating gmodule/gmoduleconf.h | |
config.status:1927: creating gobject/Makefile | |
config.status:1927: creating gobject/gobject.stp | |
config.status:1927: creating gobject/glib-mkenums | |
config.status:1927: creating gobject/tests/Makefile | |
config.status:1927: creating gthread/Makefile | |
config.status:1927: creating gio/Makefile | |
config.status:1927: creating gio/gdbus-2.0/codegen/Makefile | |
config.status:1927: creating gio/gdbus-2.0/codegen/config.py | |
config.status:1927: creating gio/gnetworking.h | |
config.status:1927: creating gio/xdgmime/Makefile | |
config.status:1927: creating gio/inotify/Makefile | |
config.status:1927: creating gio/kqueue/Makefile | |
config.status:1927: creating gio/fen/Makefile | |
config.status:1927: creating gio/fam/Makefile | |
config.status:1927: creating gio/win32/Makefile | |
config.status:1927: creating gio/tests/Makefile | |
config.status:1927: creating gio/tests/gdbus-object-manager-example/Makefile | |
config.status:1927: creating gio/tests/services/Makefile | |
config.status:1927: creating gio/tests/services/org.gtk.GDBus.Examples.ObjectManager.service | |
config.status:1927: creating po/Makefile.in | |
config.status:1927: creating docs/Makefile | |
config.status:1927: creating docs/reference/Makefile | |
config.status:1927: creating docs/reference/glib/Makefile | |
config.status:1927: creating docs/reference/glib/version.xml | |
config.status:1927: creating docs/reference/gobject/Makefile | |
config.status:1927: creating docs/reference/gobject/version.xml | |
config.status:1927: creating docs/reference/gio/Makefile | |
config.status:1927: creating docs/reference/gio/gdbus-object-manager-example/Makefile | |
config.status:1927: creating docs/reference/gio/version.xml | |
config.status:1927: creating tests/Makefile | |
config.status:1927: creating tests/gobject/Makefile | |
config.status:1927: creating tests/refcount/Makefile | |
config.status:1927: creating m4macros/Makefile | |
config.status:1927: creating config.h | |
config.status:2156: executing depfiles commands | |
config.status:2156: executing default-1 commands | |
config.status:2156: executing libtool commands | |
config.status:2156: executing glib/glibconfig.h commands | |
config.status:2156: executing chmod-scripts commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_alignof_guint32=4 | |
ac_cv_alignof_guint64=8 | |
ac_cv_alignof_unsigned_long=8 | |
ac_cv_build=x86_64-apple-darwin12.4.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
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_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_DBUS1_CFLAGS_set= | |
ac_cv_env_DBUS1_CFLAGS_value= | |
ac_cv_env_DBUS1_LIBS_set= | |
ac_cv_env_DBUS1_LIBS_value= | |
ac_cv_env_GTKDOC_DEPS_CFLAGS_set= | |
ac_cv_env_GTKDOC_DEPS_CFLAGS_value= | |
ac_cv_env_GTKDOC_DEPS_LIBS_set= | |
ac_cv_env_GTKDOC_DEPS_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBELF_CFLAGS_set= | |
ac_cv_env_LIBELF_CFLAGS_value= | |
ac_cv_env_LIBELF_LIBS_set= | |
ac_cv_env_LIBELF_LIBS_value= | |
ac_cv_env_LIBFFI_CFLAGS_set= | |
ac_cv_env_LIBFFI_CFLAGS_value= | |
ac_cv_env_LIBFFI_LIBS_set= | |
ac_cv_env_LIBFFI_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PCRE_CFLAGS_set= | |
ac_cv_env_PCRE_CFLAGS_value= | |
ac_cv_env_PCRE_LIBS_set= | |
ac_cv_env_PCRE_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_PYTHON_set= | |
ac_cv_env_PYTHON_value= | |
ac_cv_env_ZLIB_CFLAGS_set= | |
ac_cv_env_ZLIB_CFLAGS_value= | |
ac_cv_env_ZLIB_LIBS_set= | |
ac_cv_env_ZLIB_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__NSGetEnviron=yes | |
ac_cv_func__doprnt=no | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_atexit=yes | |
ac_cv_func_bind_textdomain_codeset=yes | |
ac_cv_func_chown=yes | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_dcgettext=yes | |
ac_cv_func_dlerror=yes | |
ac_cv_func_dlopen=yes | |
ac_cv_func_dlsym=yes | |
ac_cv_func_endmntent=no | |
ac_cv_func_endservent=yes | |
ac_cv_func_fallocate=no | |
ac_cv_func_fchmod=yes | |
ac_cv_func_fchown=yes | |
ac_cv_func_fdwalk=no | |
ac_cv_func_fsync=yes | |
ac_cv_func_getc_unlocked=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_getfsstat=yes | |
ac_cv_func_getgrgid=yes | |
ac_cv_func_getmntent_r=no | |
ac_cv_func_getprotobyname_r=no | |
ac_cv_func_getpwuid=yes | |
ac_cv_func_getresuid=no | |
ac_cv_func_getvfsstat=no | |
ac_cv_func_gmtime_r=yes | |
ac_cv_func_hasmntopt=no | |
ac_cv_func_iconv_open=no | |
ac_cv_func_if_nametoindex=yes | |
ac_cv_func_issetugid=yes | |
ac_cv_func_kevent=yes | |
ac_cv_func_kqueue=yes | |
ac_cv_func_lchmod=yes | |
ac_cv_func_lchown=yes | |
ac_cv_func_link=yes | |
ac_cv_func_localtime_r=yes | |
ac_cv_func_lstat=yes | |
ac_cv_func_memalign=no | |
ac_cv_func_memmem=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_mmap=yes | |
ac_cv_func_newlocale=yes | |
ac_cv_func_on_exit=no | |
ac_cv_func_pipe2=no | |
ac_cv_func_poll=yes | |
ac_cv_func_posix_getgrgid_r=yes | |
ac_cv_func_posix_getpwuid_r=yes | |
ac_cv_func_posix_memalign=yes | |
ac_cv_func_printf_unix98=yes | |
ac_cv_func_prlimit=no | |
ac_cv_func_readlink=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setlocale=yes | |
ac_cv_func_setmntent=no | |
ac_cv_func_snprintf=yes | |
ac_cv_func_snprintf_c99=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_splice=no | |
ac_cv_func_statfs=yes | |
ac_cv_func_statvfs=no | |
ac_cv_func_stpcpy=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strsignal=yes | |
ac_cv_func_strtod_l=yes | |
ac_cv_func_strtoll_l=yes | |
ac_cv_func_strtoull_l=yes | |
ac_cv_func_symlink=yes | |
ac_cv_func_sysctlbyname=yes | |
ac_cv_func_timegm=yes | |
ac_cv_func_unsetenv=yes | |
ac_cv_func_uselocale=yes | |
ac_cv_func_utimes=yes | |
ac_cv_func_valloc=yes | |
ac_cv_func_vasprintf=yes | |
ac_cv_func_vprintf=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_func_vsnprintf_c99=yes | |
ac_cv_func_wcslen=yes | |
ac_cv_gnu_library_2_1=no | |
ac_cv_header_crt_externs_h=yes | |
ac_cv_header_dirent_dirent_h=yes | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_float_h=yes | |
ac_cv_header_fstab_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libintl_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_linux_magic_h=yes | |
ac_cv_header_linux_netlink_h=no | |
ac_cv_header_locale_h=yes | |
ac_cv_header_malloc_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_mntent_h=no | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_sched_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=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_event_h=yes | |
ac_cv_header_sys_filio_h=yes | |
ac_cv_header_sys_inotify_h=no | |
ac_cv_header_sys_mkdev_h=no | |
ac_cv_header_sys_mntctl_h=no | |
ac_cv_header_sys_mnttab_h=no | |
ac_cv_header_sys_mount_h=yes | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_poll_h=yes | |
ac_cv_header_sys_prctl_h=no | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_statfs_h=no | |
ac_cv_header_sys_statvfs_h=yes | |
ac_cv_header_sys_sysctl_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_times_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_uio_h=yes | |
ac_cv_header_sys_vfs_h=no | |
ac_cv_header_sys_vfstab_h=no | |
ac_cv_header_sys_vmount_h=no | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_sys_xattr_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_values_h=no | |
ac_cv_header_xlocale_h=yes | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-apple-darwin12.4.0 | |
ac_cv_lib_c_getxattr=yes | |
ac_cv_lib_fam_FAMOpen=no | |
ac_cv_lib_iconv_iconv_open=yes | |
ac_cv_lib_iconv_libiconv_open=no | |
ac_cv_lib_intl_bindtextdomain=yes | |
ac_cv_lib_intl_dgettext=yes | |
ac_cv_lib_intl_ngettext=yes | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_lib_selinux_is_selinux_enabled=no | |
ac_cv_lib_z_inflate=yes | |
ac_cv_member_struct_dirent_d_type=yes | |
ac_cv_member_struct_stat_st_atim_tv_nsec=no | |
ac_cv_member_struct_stat_st_atimensec=no | |
ac_cv_member_struct_stat_st_blksize=yes | |
ac_cv_member_struct_stat_st_blocks=yes | |
ac_cv_member_struct_stat_st_ctim_tv_nsec=no | |
ac_cv_member_struct_stat_st_ctimensec=no | |
ac_cv_member_struct_stat_st_mtim_tv_nsec=no | |
ac_cv_member_struct_stat_st_mtimensec=no | |
ac_cv_member_struct_statfs_f_bavail=yes | |
ac_cv_member_struct_statfs_f_fstypename=yes | |
ac_cv_member_struct_statvfs_f_basetype=no | |
ac_cv_member_struct_statvfs_f_fstypename=no | |
ac_cv_member_struct_tm___tm_gmtoff=no | |
ac_cv_member_struct_tm_tm_gmtoff=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_PERL_PATH=/usr/bin/perl | |
ac_cv_path_PYTHON=/usr/bin/python | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext | |
ac_cv_path_XMLCATALOG=/usr/bin/xmlcatalog | |
ac_cv_path_XSLTPROC=/usr/bin/xsltproc | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_INDENT=indent | |
ac_cv_prog_PERL=perl | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_cc_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_opendir='none required' | |
ac_cv_sizeof___int64=0 | |
ac_cv_sizeof_char=1 | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sizeof_short=2 | |
ac_cv_sizeof_size_t=8 | |
ac_cv_sizeof_void_p=8 | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_type_guint32=yes | |
ac_cv_type_guint64=yes | |
ac_cv_type_long_long=yes | |
ac_cv_type_ptrdiff_t=yes | |
ac_cv_type_sig_atomic_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_struct_ip_mreqn=yes | |
ac_cv_type_unsigned_long=yes | |
ac_cv_working_alloca_h=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_langinfo_codeset=yes | |
am_cv_make_support_nested_variables=yes | |
am_cv_pathless_PYTHON=python | |
am_cv_prog_tar_ustar=gnutar | |
am_cv_python_platform=darwin | |
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' | |
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' | |
am_cv_python_version=2.7 | |
am_cv_val_LC_MESSAGES=yes | |
bh_cv_c_signed=yes | |
cc_cv_CFLAGS__Wall=yes | |
cc_cv_CFLAGS__Werror_declaration_after_statement=yes | |
cc_cv_CFLAGS__Werror_format_2=yes | |
cc_cv_CFLAGS__Werror_format_security=yes | |
cc_cv_CFLAGS__Werror_implicit_function_declaration=yes | |
cc_cv_CFLAGS__Werror_init_self=yes | |
cc_cv_CFLAGS__Werror_missing_include_dirs=yes | |
cc_cv_CFLAGS__Werror_missing_prototypes=yes | |
cc_cv_CFLAGS__Werror_pointer_arith=yes | |
cc_cv_CFLAGS__Wstrict_prototypes=yes | |
g_cv_support_dowhile_macros=no | |
glib_cv___va_copy=yes | |
glib_cv_compliant_posix_memalign=1 | |
glib_cv_eventfd=no | |
glib_cv_futex=no | |
glib_cv_g_atomic_lock_free=yes | |
glib_cv_has__inline=yes | |
glib_cv_has__inline__=yes | |
glib_cv_hasinline=yes | |
glib_cv_have_libc_enable_secure=no | |
glib_cv_have_strlcpy=yes | |
glib_cv_langinfo_codeset=yes | |
glib_cv_langinfo_outdigit=no | |
glib_cv_langinfo_time=yes | |
glib_cv_long_long_format=ll | |
glib_cv_rtldglobal_broken=no | |
glib_cv_sane_realloc=yes | |
glib_cv_stack_grows=yes | |
glib_cv_uscore=no | |
glib_cv_va_copy=yes | |
glib_cv_va_val_copy=no | |
glib_cv_value_AF_INET6=30 | |
glib_cv_value_AF_INET=2 | |
glib_cv_value_AF_UNIX=1 | |
glib_cv_value_MSG_DONTROUTE=4 | |
glib_cv_value_MSG_OOB=1 | |
glib_cv_value_MSG_PEEK=2 | |
glib_cv_value_POLLERR=8 | |
glib_cv_value_POLLHUP=16 | |
glib_cv_value_POLLIN=1 | |
glib_cv_value_POLLNVAL=32 | |
glib_cv_value_POLLOUT=4 | |
glib_cv_value_POLLPRI=2 | |
gt_cv_c_long_double=yes | |
gt_cv_c_wchar_t=yes | |
gt_cv_c_wint_t=yes | |
gt_cv_func_dgettext_libc=no | |
gt_cv_func_dgettext_libintl=yes | |
gt_cv_func_ngettext_libc=no | |
gt_cv_have_gettext=yes | |
jm_ac_cv_header_inttypes_h=yes | |
jm_ac_cv_header_stdint_h=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_LDCXX=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pkg_cv_LIBFFI_CFLAGS='-I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include ' | |
pkg_cv_LIBFFI_LIBS='-L/usr/local/Cellar/libffi/3.0.13/lib -lffi ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ABS_GLIB_RUNTIME_LIBDIR='' | |
ABS_TAPSET_DIR='$(datadir)/systemtap/tapset' | |
ACLOCAL='${SHELL} /private/tmp/glib-OYdF/glib-2.36.3/missing aclocal-1.13' | |
ALLOCA='' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AS='as' | |
AUTOCONF='${SHELL} /private/tmp/glib-OYdF/glib-2.36.3/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/glib-OYdF/glib-2.36.3/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/glib-OYdF/glib-2.36.3/missing automake-1.13' | |
AWK='awk' | |
BUILD_MODULAR_TESTS_FALSE='' | |
BUILD_MODULAR_TESTS_TRUE='#' | |
CATALOGS=' af.gmo am.gmo ar.gmo as.gmo ast.gmo az.gmo be.gmo [email protected] bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo [email protected] cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo [email protected] eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo [email protected] [email protected] sv.gmo ta.gmo te.gmo tg.gmo th.gmo tl.gmo tr.gmo ug.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo' | |
CATOBJEXT='.gmo' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/po/LINGUAS' | |
CPP='cc -E' | |
CPPFLAGS=' -D_REENTRANT' | |
CROSS_COMPILING_FALSE='' | |
CROSS_COMPILING_TRUE='#' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DATADIRNAME='share' | |
DBUS1_CFLAGS='' | |
DBUS1_LIBS='' | |
DBUS_DAEMON='' | |
DBUS_MACHINE_ID_FILE='/usr/local/var/lib/dbus/machine-id' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DTRACE='' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_DTRACE_FALSE='' | |
ENABLE_DTRACE_TRUE='#' | |
ENABLE_GTK_DOC_FALSE='' | |
ENABLE_GTK_DOC_TRUE='#' | |
ENABLE_MAN_FALSE='' | |
ENABLE_MAN_TRUE='#' | |
ENABLE_SYSTEMTAP_FALSE='' | |
ENABLE_SYSTEMTAP_TRUE='#' | |
ENABLE_TIMELOOP_FALSE='#' | |
ENABLE_TIMELOOP_TRUE='' | |
EXEEXT='' | |
EXPANDED_LOCALSTATEDIR='/usr/local/var' | |
FAM_LIBS='' | |
FGREP='/usr/bin/grep -F' | |
GETTEXT_PACKAGE='glib20' | |
GIO='giounix.lo' | |
GIO_MODULE_DIR='/usr/local/lib/gio/modules' | |
GLIBC21='no' | |
GLIB_BINARY_AGE='3603' | |
GLIB_COMPILE_RESOURCES='' | |
GLIB_COMPILE_SCHEMAS='' | |
GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' | |
GLIB_EXTRA_CFLAGS='' | |
GLIB_GENMARSHAL='' | |
GLIB_HIDDEN_VISIBILITY_CFLAGS='' | |
GLIB_INTERFACE_AGE='3' | |
GLIB_LINK_FLAGS='' | |
GLIB_MAJOR_VERSION='2' | |
GLIB_MICRO_VERSION='3' | |
GLIB_MINOR_VERSION='36' | |
GLIB_RUNTIME_LIBDIR='' | |
GLIB_VERSION='2.36.3' | |
GLIB_WARN_CFLAGS=' -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs' | |
GLIB_WIN32_STATIC_COMPILATION_DEFINE='' | |
GMOFILES=' af.gmo am.gmo ar.gmo as.gmo ast.gmo az.gmo be.gmo [email protected] bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo [email protected] cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo [email protected] eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo [email protected] [email protected] sv.gmo ta.gmo te.gmo tg.gmo th.gmo tl.gmo tr.gmo ug.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo' | |
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
GREP='/usr/bin/grep' | |
GSPAWN='gspawn.lo' | |
GTHREAD_COMPILE_IMPL_DEFINES='-D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE' | |
GTKDOC_CHECK='' | |
GTKDOC_DEPS_CFLAGS='' | |
GTKDOC_DEPS_LIBS='' | |
GTKDOC_MKPDF='' | |
GTKDOC_REBASE='true' | |
GTK_DOC_BUILD_HTML_FALSE='#' | |
GTK_DOC_BUILD_HTML_TRUE='' | |
GTK_DOC_BUILD_PDF_FALSE='' | |
GTK_DOC_BUILD_PDF_TRUE='#' | |
GTK_DOC_USE_LIBTOOL_FALSE='#' | |
GTK_DOC_USE_LIBTOOL_TRUE='' | |
GTK_DOC_USE_REBASE_FALSE='#' | |
GTK_DOC_USE_REBASE_TRUE='' | |
G_LIBS_EXTRA='' | |
G_MODULE_BROKEN_RTLD_GLOBAL='0' | |
G_MODULE_HAVE_DLERROR='1' | |
G_MODULE_IMPL='G_MODULE_IMPL_DL' | |
G_MODULE_LDFLAGS='' | |
G_MODULE_LIBS='' | |
G_MODULE_LIBS_EXTRA='' | |
G_MODULE_NEED_USCORE='0' | |
G_MODULE_PLUGIN_LIBS='' | |
G_MODULE_SUPPORTED='true' | |
G_THREAD_CFLAGS='-D_REENTRANT' | |
G_THREAD_LIBS='' | |
G_THREAD_LIBS_EXTRA='' | |
G_THREAD_LIBS_FOR_GTHREAD='' | |
HAVE_CXX_FALSE='#' | |
HAVE_CXX_TRUE='' | |
HAVE_DBUS1_FALSE='' | |
HAVE_DBUS1_TRUE='#' | |
HAVE_DBUS_DAEMON_FALSE='' | |
HAVE_DBUS_DAEMON_TRUE='#' | |
HAVE_EVENTFD_FALSE='' | |
HAVE_EVENTFD_TRUE='#' | |
HAVE_FAM_FALSE='' | |
HAVE_FAM_TRUE='#' | |
HAVE_FEN_FALSE='' | |
HAVE_FEN_TRUE='#' | |
HAVE_GCC_FALSE='#' | |
HAVE_GCC_TRUE='' | |
HAVE_GLIB_RUNTIME_LIBDIR_FALSE='' | |
HAVE_GLIB_RUNTIME_LIBDIR_TRUE='#' | |
HAVE_GNUC_VISIBILITY_FALSE='' | |
HAVE_GNUC_VISIBILITY_TRUE='#' | |
HAVE_GOOD_PRINTF_FALSE='#' | |
HAVE_GOOD_PRINTF_TRUE='' | |
HAVE_INOTIFY_FALSE='' | |
HAVE_INOTIFY_TRUE='#' | |
HAVE_KQUEUE_FALSE='#' | |
HAVE_KQUEUE_TRUE='' | |
HAVE_NETLINK_FALSE='' | |
HAVE_NETLINK_TRUE='#' | |
HAVE_SUNSTUDIO_VISIBILITY_FALSE='' | |
HAVE_SUNSTUDIO_VISIBILITY_TRUE='#' | |
HTML_DIR='${datadir}/gtk-doc/html' | |
ICONV_LIBS='-liconv' | |
INDENT='indent' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INSTOBJEXT='.mo' | |
INTLLIBS='-lintl ' | |
LD='/usr/bin/ld' | |
LDFLAGS=' -Wl,-framework,Carbon -Wl,-framework,Foundation' | |
LIBELF_CFLAGS='' | |
LIBELF_LIBS='' | |
LIBFFI_CFLAGS='-I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include ' | |
LIBFFI_LIBS='-L/usr/local/Cellar/libffi/3.0.13/lib -lffi ' | |
LIBOBJS='' | |
LIBS='-lintl ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIB_EXE_MACHINE_FLAG='X86' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LOCAL_DATA_DIR='/usr/local/Cellar/glib/2.36.3/share' | |
LTLIBOBJS='' | |
LTP='' | |
LTP_GENHTML='' | |
LT_AGE='3600' | |
LT_CURRENT='3600' | |
LT_CURRENT_MINUS_AGE='0' | |
LT_RELEASE='2.36' | |
LT_REVISION='3' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /private/tmp/glib-OYdF/glib-2.36.3/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
MKINSTALLDIRS='./mkinstalldirs' | |
MSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
MSGFMT_OPTS='-c' | |
MS_LIB_AVAILABLE_FALSE='' | |
MS_LIB_AVAILABLE_TRUE='#' | |
NAMESER_COMPAT_INCLUDE='#include <arpa/nameser_compat.h>' | |
NETWORK_LIBS='-lresolv ' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OS_CARBON_FALSE='#' | |
OS_CARBON_TRUE='' | |
OS_COCOA_FALSE='#' | |
OS_COCOA_TRUE='' | |
OS_LINUX_FALSE='' | |
OS_LINUX_TRUE='#' | |
OS_UNIX_FALSE='#' | |
OS_UNIX_TRUE='' | |
OS_WIN32_AND_DLL_COMPILATION_FALSE='' | |
OS_WIN32_AND_DLL_COMPILATION_TRUE='#' | |
OS_WIN32_FALSE='' | |
OS_WIN32_TRUE='#' | |
OS_WIN32_X64_FALSE='' | |
OS_WIN32_X64_TRUE='#' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='glib' | |
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib' | |
PACKAGE_NAME='glib' | |
PACKAGE_STRING='glib 2.36.3' | |
PACKAGE_TARNAME='glib' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='2.36.3' | |
PATH_SEPARATOR=':' | |
PCRE_CFLAGS='' | |
PCRE_LIBS='' | |
PCRE_REQUIRES='' | |
PCRE_WARN_CFLAGS=' -Wno-pointer-sign' | |
PERL='perl' | |
PERL_PATH='/usr/bin/perl' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8' | |
PKG_CONFIG_PATH='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig' | |
PLATFORMDEP='' | |
PLATFORM_WIN32_FALSE='' | |
PLATFORM_WIN32_TRUE='#' | |
POFILES=' af.po am.po ar.po as.po ast.po az.po be.po [email protected] bg.po bn.po bn_IN.po bs.po ca.po [email protected] cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po [email protected] eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po id.po is.po it.po ja.po ka.po kk.po kn.po ko.po ku.po lt.po lv.po mai.po mg.po mk.po ml.po mn.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po oc.po or.po pa.po pl.po ps.po pt.po pt_BR.po ro.po ru.po rw.po si.po sk.po sl.po sq.po sr.po [email protected] [email protected] sv.po ta.po te.po tg.po th.po tl.po tr.po ug.po tt.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po' | |
POSUB='po' | |
PO_IN_DATADIR_FALSE='' | |
PO_IN_DATADIR_TRUE='' | |
PYTHON='/usr/bin/python' | |
PYTHON_EXEC_PREFIX='${exec_prefix}' | |
PYTHON_PLATFORM='darwin' | |
PYTHON_PREFIX='${prefix}' | |
PYTHON_VERSION='2.7' | |
RANLIB='ranlib' | |
REBUILD='' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SELINUX_LIBS='' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SHTOOL='' | |
STRIP='strip' | |
USE_NLS='yes' | |
USE_SYSTEM_PCRE_FALSE='' | |
USE_SYSTEM_PCRE_TRUE='#' | |
VERSION='2.36.3' | |
WINDRES='' | |
WSPIAPI_INCLUDE='' | |
XATTR_LIBS='' | |
XGETTEXT='/usr/local/opt/gettext/bin/xgettext' | |
XMLCATALOG='/usr/bin/xmlcatalog' | |
XML_CATALOG_FILE='/etc/xml/catalog' | |
XSLTPROC='/usr/bin/xsltproc' | |
ZLIB_CFLAGS='' | |
ZLIB_LIBS='-lz' | |
ac_ct_AR='ar' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.4.0' | |
build_vendor='apple' | |
config_h_INCLUDES='-I$(top_builddir)' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
gio_INCLUDES='$(gmodule_INCLUDES)' | |
glib_INCLUDES='$(config_h_INCLUDES) -I$(top_builddir)/glib -I$(top_srcdir)/glib -I$(top_srcdir)' | |
gmodule_INCLUDES='$(glib_INCLUDES) -I$(top_srcdir)/gmodule' | |
gobject_INCLUDES='$(glib_INCLUDES)' | |
host='x86_64-apple-darwin12.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/glib-OYdF/glib-2.36.3/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='/usr/local/Cellar/glib/2.36.3/share/locale' | |
localstatedir='/usr/local/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
ms_librarian='' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgpyexecdir='${pyexecdir}/glib' | |
pkgpythondir='${pythondir}/glib' | |
prefix='/usr/local/Cellar/glib/2.36.3' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
pyexecdir='${exec_prefix}/lib/python2.7/site-packages' | |
pythondir='${prefix}/lib/python2.7/site-packages' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "glib" | |
#define PACKAGE_TARNAME "glib" | |
#define PACKAGE_VERSION "2.36.3" | |
#define PACKAGE_STRING "glib 2.36.3" | |
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | |
#define PACKAGE_URL "" | |
#define GLIB_MAJOR_VERSION 2 | |
#define GLIB_MINOR_VERSION 36 | |
#define GLIB_MICRO_VERSION 3 | |
#define GLIB_INTERFACE_AGE 3 | |
#define GLIB_BINARY_AGE 3603 | |
#define HAVE_CARBON 1 | |
#define HAVE_COCOA 1 | |
#define NEED_ICONV_CACHE 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_LOCALE_H 1 | |
#define HAVE_LC_MESSAGES 1 | |
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
#define HAVE_GETTEXT 1 | |
#define HAVE_DCGETTEXT 1 | |
#define ENABLE_NLS 1 | |
#define GETTEXT_PACKAGE "glib20" | |
#define GLIB_LOCALE_DIR "/usr/local/Cellar/glib/2.36.3/share/locale" | |
#define USE_LIBICONV_NATIVE 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_VPRINTF 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_POSIX_MEMALIGN 1 | |
#define HAVE_VALLOC 1 | |
#define HAVE_FSYNC 1 | |
#define HAVE_ISSETUGID 1 | |
#define HAVE_ATEXIT 1 | |
#define HAVE_TIMEGM 1 | |
#define HAVE_GMTIME_R 1 | |
#define SIZEOF_CHAR 1 | |
#define SIZEOF_SHORT 2 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_VOID_P 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define SIZEOF___INT64 0 | |
#define HAVE_SIG_ATOMIC_T 1 | |
#define HAVE_LONG_LONG_FORMAT 1 | |
#define SANE_MALLOC_PROTOS 1 | |
#define G_HAVE___INLINE 1 | |
#define G_HAVE___INLINE__ 1 | |
#define G_HAVE_INLINE 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_FLOAT_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_GRP_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_SYS_POLL_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_SCHED_H 1 | |
#define HAVE_SYS_STATVFS_H 1 | |
#define HAVE_SYS_FILIO_H 1 | |
#define HAVE_FSTAB_H 1 | |
#define HAVE_SYS_UIO_H 1 | |
#define HAVE_LINUX_MAGIC_H 1 | |
#define HAVE_SYS_MOUNT_H 1 | |
#define HAVE_SYS_SYSCTL_H 1 | |
#define HAVE_SYSCTLBYNAME 1 | |
#define HAVE_XLOCALE_H 1 | |
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
#define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | |
#define HAVE_STRUCT_STATFS_F_BAVAIL 1 | |
#define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
#define HAVE_LANGINFO_CODESET 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SETLOCALE 1 | |
#define SIZEOF_SIZE_T 8 | |
#define HAVE_LSTAT 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRSIGNAL 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_STPCPY 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRNCASECMP 1 | |
#define HAVE_POLL 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_VASPRINTF 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_UNSETENV 1 | |
#define HAVE_GETC_UNLOCKED 1 | |
#define HAVE_READLINK 1 | |
#define HAVE_SYMLINK 1 | |
#define HAVE_MEMMEM 1 | |
#define HAVE_CHOWN 1 | |
#define HAVE_LCHMOD 1 | |
#define HAVE_LCHOWN 1 | |
#define HAVE_FCHMOD 1 | |
#define HAVE_FCHOWN 1 | |
#define HAVE_LINK 1 | |
#define HAVE_UTIMES 1 | |
#define HAVE_GETGRGID 1 | |
#define HAVE_GETPWUID 1 | |
#define HAVE_GETFSSTAT 1 | |
#define HAVE_STATVFS 1 | |
#define HAVE_STATFS 1 | |
#define USE_STATFS 1 | |
#define HAVE_CRT_EXTERNS_H 1 | |
#define HAVE__NSGETENVIRON 1 | |
#define HAVE_NEWLOCALE 1 | |
#define HAVE_USELOCALE 1 | |
#define HAVE_STRTOD_L 1 | |
#define HAVE_STRTOLL_L 1 | |
#define HAVE_STRTOULL_L 1 | |
#define HAVE_C99_VSNPRINTF 1 | |
#define HAVE_UNIX98_PRINTF 1 | |
#define HAVE_ENDSERVENT 1 | |
#define HAVE_IF_NAMETOINDEX 1 | |
#define HAVE_IP_MREQN /**/ | |
#define STATFS_ARGS 2 | |
#define HAVE_GOOD_PRINTF 1 | |
#define HAVE_LONG_LONG 1 | |
#define HAVE_LONG_DOUBLE 1 | |
#define HAVE_WCHAR_T 1 | |
#define HAVE_WINT_T 1 | |
#define HAVE_PTRDIFF_T 1 | |
#define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
#define HAVE_STDINT_H_WITH_UINTMAX 1 | |
#define HAVE_INTMAX_T 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_WCSLEN 1 | |
#define HAVE_C99_SNPRINTF 1 | |
#define REALLOC_0_WORKS 1 | |
#define HAVE_CODESET 1 | |
#define HAVE_LANGINFO_TIME 1 | |
#define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1 | |
#define HAVE_STRLCPY 1 | |
#define G_VA_COPY va_copy | |
#define G_VA_COPY_AS_ARRAY 1 | |
#define HAVE_SYS_EVENT_H 1 | |
#define HAVE_KQUEUE 1 | |
#define HAVE_KEVENT 1 | |
#define HAVE_SYS_XATTR_H 1 | |
#define HAVE_XATTR 1 | |
#define HAVE_XATTR_NOFOLLOW 1 | |
#define HAVE_LOCALTIME_R 1 | |
#define HAVE_GMTIME_R 1 | |
#define HAVE_POSIX_GETPWUID_R 1 | |
#define HAVE_POSIX_GETGRGID_R 1 | |
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
#define BROKEN_POLL 1 | |
#define DBUS_MACHINE_ID_FILE "/usr/local/var/lib/dbus/machine-id" | |
#define LOCAL_DATA_DIR "/usr/local/Cellar/glib/2.36.3/share" | |
#define ALIGNOF_GUINT32 4 | |
#define ALIGNOF_GUINT64 8 | |
#define ALIGNOF_UNSIGNED_LONG 8 | |
configure: exit 0 | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by glib config.status 2.36.3, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status glib/glibconfig.h | |
on jmacbookpro.fritz.box | |
config.status:2156: executing glib/glibconfig.h commands | |
config.status:3385: glib/glibconfig.h is unchanged | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install glib 2>&1 tatsch@jmacbookpro | |
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid | |
==> Downloading http://ftp.gnome.org/pub/gnome/sources/glib/2.36/glib-2.36.3.tar.xz | |
Already downloaded: /Library/Caches/Homebrew/glib-2.36.3.tar.xz | |
/usr/local/opt/xz/bin/xz -dc "/Library/Caches/Homebrew/glib-2.36.3.tar.xz" | tar xf - | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.4) https://raw.github.com/gist/5393707/5a9047ab7838709084b36242a44471b02d036386/glib-configurable-paths.patch -o 000-homebrew.diff | |
######################################################################## 100,0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file aclocal.m4 | |
Hunk #1 succeeded at 1564 (offset 28 lines). | |
patching file config.h.in | |
Hunk #1 succeeded at 789 (offset 3 lines). | |
patching file configure | |
Hunk #2 succeeded at 27421 (offset 112 lines). | |
patching file configure.ac | |
patching file gio/gdbusprivate.c | |
patching file gio/xdgmime/xdgmime.c | |
==> ./configure --disable-maintainer-mode --disable-dependency-tracking --disable-dtrace --disable-modular-tests --disable-libelf --prefix=/usr/local/Cellar/glib/2.36.3 --localstatedir=/usr/local/var --with-gio-module-dir=/usr/local/lib/gio/modules | |
./configure --disable-maintainer-mode --disable-dependency-tracking --disable-dtrace --disable-modular-tests --disable-libelf --prefix=/usr/local/Cellar/glib/2.36.3 --localstatedir=/usr/local/var --with-gio-module-dir=/usr/local/lib/gio/modules | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '501' is supported by ustar format... yes | |
checking whether GID '20' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking how to run the C preprocessor... cc -E | |
checking build system type... x86_64-apple-darwin12.4.0 | |
checking host system type... x86_64-apple-darwin12.4.0 | |
checking for the BeOS... no | |
checking for Win32... no | |
checking for Mac OS X Carbon support... yes | |
checking for Mac OS X Cocoa support... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking whether to enable garbage collector friendliness... no | |
checking whether to disable memory pools... no | |
readlink: illegal option -- f | |
usage: readlink [-n] [file ...] | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... none | |
checking whether cc understands -c and -o together... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for gawk... (cached) awk | |
checking for perl5... no | |
checking for perl... perl | |
checking for indent... indent | |
checking for perl... /usr/bin/perl | |
checking for a Python interpreter with version >= 2.5... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.7 | |
checking for python platform... darwin | |
checking for python script directory... ${prefix}/lib/python2.7/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages | |
checking for iconv_open... no | |
checking for libiconv_open in -liconv... no | |
checking for iconv_open in -liconv... yes | |
checking whether to cache iconv descriptors... yes | |
checking for ZLIB... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for inflate in -lz... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for LIBFFI... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... no | |
checking for bindtextdomain in -lintl... yes | |
checking for ngettext in -lintl... yes | |
checking for dgettext in -lintl... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for catalogs to be installed... af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te tg th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking for extra flags to get ANSI library prototypes... none needed | |
checking for extra flags for POSIX compliance... none needed | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for mmap... yes | |
checking for posix_memalign... yes | |
checking for memalign... no | |
checking for valloc... yes | |
checking for fsync... yes | |
checking for pipe2... no | |
checking for issetugid... yes | |
checking for atexit... yes | |
checking for on_exit... no | |
checking for timegm... yes | |
checking for gmtime_r... yes | |
checking for __libc_enable_secure... no | |
checking size of char... 1 | |
checking size of short... 2 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking size of void *... 8 | |
checking size of long long... 8 | |
checking size of __int64... 0 | |
checking for sig_atomic_t... yes | |
checking for format to printf and scanf a guint64... %llu | |
checking for an ANSI C-conforming const... yes | |
checking if malloc() and friends prototypes are gmem.h compatible... yes | |
checking for growing stack pointer... yes | |
checking for __inline... yes | |
checking for __inline__... yes | |
checking for inline... yes | |
checking if inline functions in headers work... yes | |
checking for working do while(0) macros... no | |
checking for ISO C99 varargs macros in C... yes | |
checking for ISO C99 varargs macros in C++... yes | |
checking for GNUC varargs macros... yes | |
checking for GNUC visibility attribute... no | |
checking whether using Sun Studio C compiler... no | |
checking whether byte ordering is bigendian... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking for unistd.h... (cached) yes | |
checking values.h usability... no | |
checking values.h presence... no | |
checking for values.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/vmount.h usability... no | |
checking sys/vmount.h presence... no | |
checking for sys/vmount.h... no | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/filio.h usability... yes | |
checking sys/filio.h presence... yes | |
checking for sys/filio.h... yes | |
checking mntent.h usability... no | |
checking mntent.h presence... no | |
checking for mntent.h... no | |
checking sys/mnttab.h usability... no | |
checking sys/mnttab.h presence... no | |
checking for sys/mnttab.h... no | |
checking sys/vfstab.h usability... no | |
checking sys/vfstab.h presence... no | |
checking for sys/vfstab.h... no | |
checking sys/mntctl.h usability... no | |
checking sys/mntctl.h presence... no | |
checking for sys/mntctl.h... no | |
checking fstab.h usability... yes | |
checking fstab.h presence... yes | |
checking for fstab.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking linux/magic.h usability... yes | |
checking linux/magic.h presence... yes | |
checking for linux/magic.h... yes | |
checking sys/prctl.h usability... no | |
checking sys/prctl.h presence... no | |
checking for sys/prctl.h... no | |
checking for sys/mount.h... yes | |
checking for sys/sysctl.h... yes | |
checking for sysctlbyname... yes | |
checking xlocale.h usability... yes | |
checking xlocale.h presence... yes | |
checking for xlocale.h... yes | |
checking for struct stat.st_mtimensec... no | |
checking for struct stat.st_mtim.tv_nsec... no | |
checking for struct stat.st_atimensec... no | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_ctimensec... no | |
checking for struct stat.st_ctim.tv_nsec... no | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_blocks... yes | |
checking for struct statfs.f_fstypename... yes | |
checking for struct statfs.f_bavail... yes | |
checking for struct statvfs.f_basetype... no | |
checking for struct statvfs.f_fstypename... no | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct tm.__tm_gmtoff... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for struct dirent.d_type... yes | |
checking for nl_langinfo and CODESET... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for setlocale... yes | |
checking size of size_t... 8 | |
checking for the appropriate definition for size_t... unsigned long | |
checking for lstat... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for memmove... yes | |
checking for vsnprintf... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for poll... yes | |
checking for getcwd... yes | |
checking for vasprintf... yes | |
checking for setenv... yes | |
checking for unsetenv... yes | |
checking for getc_unlocked... yes | |
checking for readlink... yes | |
checking for symlink... yes | |
checking for fdwalk... no | |
checking for memmem... yes | |
checking for chown... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for link... yes | |
checking for utimes... yes | |
checking for getgrgid... yes | |
checking for getpwuid... yes | |
checking for getresuid... no | |
checking for getmntent_r... no | |
checking for setmntent... no | |
checking for endmntent... no | |
checking for hasmntopt... no | |
checking for getfsstat... yes | |
checking for getvfsstat... no | |
checking for fallocate... no | |
checking for splice... no | |
checking for prlimit... no | |
checking for statvfs... yes | |
checking for statfs... yes | |
checking whether to use statfs or statvfs... statfs | |
checking crt_externs.h usability... yes | |
checking crt_externs.h presence... yes | |
checking for crt_externs.h... yes | |
checking for _NSGetEnviron... yes | |
checking for newlocale... yes | |
checking for uselocale... yes | |
checking for strtod_l... yes | |
checking for strtoll_l... yes | |
checking for strtoull_l... yes | |
checking for C99 vsnprintf... yes | |
checking whether printf supports positional parameters... yes | |
checking value of AF_INET... 2 | |
checking value of AF_INET6... 30 | |
checking value of AF_UNIX... 1 | |
checking value of MSG_PEEK... 2 | |
checking value of MSG_OOB... 1 | |
checking value of MSG_DONTROUTE... 4 | |
checking for getprotobyname_r... no | |
checking for endservent... yes | |
checking for if_nametoindex... yes | |
checking if arpa/nameser_compat.h is needed... yes | |
checking for res_query... in -lresolv | |
checking for socket... yes | |
checking for linux/netlink.h... no | |
checking for struct ip_mreqn... yes | |
checking number of arguments to statfs()... 2 | |
checking for signed... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for wchar_t... yes | |
checking for wint_t... yes | |
checking for size_t... (cached) yes | |
checking for ptrdiff_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for snprintf... yes | |
checking for wcslen... yes | |
checking for C99 snprintf... yes | |
checking for fd_set... yes, found in sys/types.h | |
checking whether realloc (NULL,) will work... yes | |
checking for nl_langinfo (CODESET)... yes | |
checking for nl_langinfo (PM_STR)... yes | |
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... no | |
checking for a compliant posix_memalign() implementation... yes | |
checking for OpenBSD strlcpy/strlcat... yes | |
checking for an implementation of va_copy()... yes | |
checking for an implementation of __va_copy()... yes | |
checking whether va_lists can be copied by value... no | |
checking for dlopen... yes | |
checking for dlsym... yes | |
checking for RTLD_GLOBAL brokenness... no | |
checking for preceeding underscore in symbols... no | |
checking for dlerror... yes | |
checking for the suffix of module shared libraries... .so | |
checking for gspawn implementation... gspawn.lo | |
checking for GIOChannel implementation... giounix.lo | |
checking for is_selinux_enabled in -lselinux... no | |
checking sys/inotify.h usability... no | |
checking sys/inotify.h presence... no | |
checking for sys/inotify.h... no | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking for kqueue... yes | |
checking for kevent... yes | |
checking for FAMOpen in -lfam... no | |
configure: WARNING: *** FAM support will not be built (FAM library not found) *** | |
checking for getxattr in -lc... yes | |
checking sys/xattr.h usability... yes | |
checking sys/xattr.h presence... yes | |
checking for sys/xattr.h... yes | |
checking for XATTR_NOFOLLOW... yes | |
checking for platform-dependent source... | |
checking whether to compile timeloop... yes | |
checking if building for some Win32 platform... no | |
checking for thread implementation... posix | |
checking thread related cflags... -D_REENTRANT | |
checking for pthread_create/pthread_join... yes | |
checking thread related libraries... | |
checking for localtime_r... yes | |
checking for gmtime_r... (cached) yes | |
checking for posix getpwuid_r... yes | |
checking for posix getgrgid_r... yes | |
checking for pthread_attr_setstacksize... yes | |
checking for pthread_condattr_setclock... no | |
checking for clock_gettime... no | |
checking for clock_gettime in -lrt... no | |
checking for lock-free atomic intrinsics... yes | |
checking for futex(2) system call... no | |
checking for eventfd(2) system call... no | |
checking value of POLLIN... 1 | |
checking value of POLLOUT... 4 | |
checking value of POLLPRI... 2 | |
checking value of POLLERR... 8 | |
checking value of POLLHUP... 16 | |
checking value of POLLNVAL... 32 | |
checking for broken poll... yes | |
checking whether compiler understands -Wno-pointer-sign... yes | |
checking for EILSEQ... yes | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking whether to build gtk-doc documentation... no | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for XML catalog (/etc/xml/catalog)... not found | |
checking for xmlcatalog... /usr/bin/xmlcatalog | |
checking for DocBook XML DTD V4.1.2 in XML catalog... not found | |
checking whether to generate man pages... no | |
checking whether to include dtrace tracing support... no | |
checking whether to include systemtap tracing support... no | |
checking for guint32... yes | |
checking alignment of guint32... 4 | |
checking for guint64... yes | |
checking alignment of guint64... 8 | |
checking for unsigned long... yes | |
checking alignment of unsigned long... 8 | |
checking for dbus-daemon... no | |
checking for -Bsymbolic-functions linker flag... no | |
checking for -fvisibility=hidden compiler flag... no | |
checking if cc supports flag -Wall in envvar CFLAGS... yes | |
checking if cc supports flag -Wstrict-prototypes in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=declaration-after-statement in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=pointer-arith in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=init-self in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=format-security in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=format=2 in envvar CFLAGS... yes | |
checking if cc supports flag -Werror=missing-include-dirs in envvar CFLAGS... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating glib-2.0.pc | |
config.status: creating gmodule-2.0.pc | |
config.status: creating gmodule-export-2.0.pc | |
config.status: creating gmodule-no-export-2.0.pc | |
config.status: creating gthread-2.0.pc | |
config.status: creating gobject-2.0.pc | |
config.status: creating gio-2.0.pc | |
config.status: creating gio-unix-2.0.pc | |
config.status: creating gio-windows-2.0.pc | |
config.status: creating glib-zip | |
config.status: creating glib-gettextize | |
config.status: creating Makefile | |
config.status: creating build/Makefile | |
config.status: creating build/win32/Makefile | |
config.status: creating build/win32/dirent/Makefile | |
config.status: creating build/win32/vs9/Makefile | |
config.status: creating build/win32/vs10/Makefile | |
config.status: creating build/win32/vs11/Makefile | |
config.status: creating glib/Makefile | |
config.status: creating glib/glib.stp | |
config.status: creating glib/libcharset/Makefile | |
config.status: creating glib/gnulib/Makefile | |
config.status: creating glib/pcre/Makefile | |
config.status: creating glib/update-pcre/Makefile | |
config.status: creating glib/tests/Makefile | |
config.status: creating gmodule/Makefile | |
config.status: creating gmodule/gmoduleconf.h | |
config.status: creating gobject/Makefile | |
config.status: creating gobject/gobject.stp | |
config.status: creating gobject/glib-mkenums | |
config.status: creating gobject/tests/Makefile | |
config.status: creating gthread/Makefile | |
config.status: creating gio/Makefile | |
config.status: creating gio/gdbus-2.0/codegen/Makefile | |
config.status: creating gio/gdbus-2.0/codegen/config.py | |
config.status: creating gio/gnetworking.h | |
config.status: creating gio/xdgmime/Makefile | |
config.status: creating gio/inotify/Makefile | |
config.status: creating gio/kqueue/Makefile | |
config.status: creating gio/fen/Makefile | |
config.status: creating gio/fam/Makefile | |
config.status: creating gio/win32/Makefile | |
config.status: creating gio/tests/Makefile | |
config.status: creating gio/tests/gdbus-object-manager-example/Makefile | |
config.status: creating gio/tests/services/Makefile | |
config.status: creating gio/tests/services/org.gtk.GDBus.Examples.ObjectManager.service | |
config.status: creating po/Makefile.in | |
config.status: creating docs/Makefile | |
config.status: creating docs/reference/Makefile | |
config.status: creating docs/reference/glib/Makefile | |
config.status: creating docs/reference/glib/version.xml | |
config.status: creating docs/reference/gobject/Makefile | |
config.status: creating docs/reference/gobject/version.xml | |
config.status: creating docs/reference/gio/Makefile | |
config.status: creating docs/reference/gio/gdbus-object-manager-example/Makefile | |
config.status: creating docs/reference/gio/version.xml | |
config.status: creating tests/Makefile | |
config.status: creating tests/gobject/Makefile | |
config.status: creating tests/refcount/Makefile | |
config.status: creating m4macros/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing default-1 commands | |
config.status: executing libtool commands | |
config.status: executing glib/glibconfig.h commands | |
config.status: executing chmod-scripts commands | |
==> make | |
make | |
/usr/bin/make all-recursive | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in m4macros | |
make[2]: Nothing to be done for `all'. | |
Making all in glib | |
GEN glibconfig-stamp | |
config.status: executing glib/glibconfig.h commands | |
config.status: glib/glibconfig.h is unchanged | |
/usr/bin/make all-recursive | |
Making all in libcharset | |
CC libcharset_la-localcharset.lo | |
brew: superenv removed: -g -O2 | |
CCLD libcharset.la | |
GEN ref-add.sed | |
GEN ref-del.sed | |
GEN charset.alias | |
Making all in pcre | |
CC libpcre_la-pcre_byte_order.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_chartables.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_compile.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_config.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_dfa_exec.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_exec.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_fullinfo.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_get.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_globals.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_jit_compile.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_newline.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_ord2utf8.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_string_utils.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_study.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_tables.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_valid_utf8.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CC libpcre_la-pcre_xclass.lo | |
brew: superenv removed: -Wno-pointer-sign -g -O2 | |
CCLD libpcre.la | |
/usr/bin/ranlib: file: .libs/libpcre.a(libpcre_la-pcre_string_utils.o) has no symbols | |
ranlib: file: .libs/libpcre.a(libpcre_la-pcre_string_utils.o) has no symbols | |
Making all in update-pcre | |
make[4]: Nothing to be done for `all'. | |
Making all in . | |
CC libglib_2_0_la-gallocator.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gcache.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gcompletion.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-grel.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gthread-deprecated.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-garray.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gasyncqueue.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gatomic.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gbacktrace.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gbase64.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gbitlock.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gbookmarkfile.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gbytes.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gcharset.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gchecksum.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gconvert.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gdataset.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gdate.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gdatetime.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gdir.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-genviron.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gerror.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
CC libglib_2_0_la-gfileutils.lo | |
brew: superenv removed: -I../glib -I../glib -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -g -O2 | |
gfileutils.c:58:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
make[4]: *** [libglib_2_0_la-gfileutils.lo] Error 1 | |
make[3]: *** [all-recursive] Error 1 | |
make[2]: *** [all] Error 2 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 8ac9c86f36e486279056fc8a97f75d724359c70a | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 4.6.3 | |
CLT: 4.6.0.0.1.1365549073 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/xz/bin:/usr/local/opt/gettext/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: glib did not build | |
Logs: /Users/tatsch/Library/Logs/Homebrew/glib/config.log | |
brew doctor tatsch@jmacbookpro | |
Warning: Setting DYLD_* vars can break dynamic linking. | |
Set variables: | |
DYLD_LIBRARY_PATH | |
Warning: Your file-system on / appears to be CaSe SeNsItIvE. | |
Homebrew is less tested with that - don't worry but please report issues. | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install glib | |
Run `brew missing` for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment