Created
December 3, 2012 00:31
-
-
Save Jmuccigr/4191791 to your computer and use it in GitHub Desktop.
log for cairo install fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by cairo configure 1.12.8, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/cairo/1.12.8 --with-x | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Muccigrosso-MacBookPro.local | |
uname -m = x86_64 | |
uname -r = 11.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~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 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~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: 140 tasks, 840 threads, 4 processors | |
Load average: 3.13, Mach factor: 1.46 | |
/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/local/opt/glib/bin | |
PATH: /usr/X11/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3253: checking for gcc | |
configure:3280: result: cc | |
configure:3509: checking for C compiler version | |
configure:3518: cc --version >&5 | |
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:3529: $? = 0 | |
configure:3518: cc -v >&5 | |
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/X11/include/freetype2' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /usr/X11/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/pixman/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/pixman/lib' | |
... rest of stderr output deleted ... | |
configure:3529: $? = 0 | |
configure:3518: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3529: $? = 1 | |
configure:3518: cc -qversion >&5 | |
clang: error: no input files | |
configure:3529: $? = 1 | |
configure:3549: checking whether the C compiler works | |
configure:3571: cc conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:3575: $? = 0 | |
configure:3623: result: yes | |
configure:3626: checking for C compiler default output file name | |
configure:3628: result: a.out | |
configure:3634: checking for suffix of executables | |
configure:3641: cc -o conftest conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:3645: $? = 0 | |
configure:3667: result: | |
configure:3689: checking whether we are cross compiling | |
configure:3697: cc -o conftest conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:3701: $? = 0 | |
configure:3708: ./conftest | |
configure:3712: $? = 0 | |
configure:3727: result: no | |
configure:3732: checking for suffix of object files | |
configure:3754: cc -c conftest.c >&5 | |
configure:3758: $? = 0 | |
configure:3779: result: o | |
configure:3783: checking whether we are using the GNU C compiler | |
configure:3802: cc -c conftest.c >&5 | |
configure:3802: $? = 0 | |
configure:3811: result: yes | |
configure:3820: checking whether cc accepts -g | |
configure:3840: cc -c -g conftest.c >&5 | |
configure:3840: $? = 0 | |
configure:3881: result: yes | |
configure:3898: checking for cc option to accept ISO C89 | |
configure:3961: cc -c -g -O2 conftest.c >&5 | |
configure:3961: $? = 0 | |
configure:3974: result: none needed | |
configure:4000: checking how to run the C preprocessor | |
configure:4031: cc -E conftest.c | |
configure:4031: $? = 0 | |
configure:4045: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4045: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4070: result: cc -E | |
configure:4090: cc -E conftest.c | |
configure:4090: $? = 0 | |
configure:4104: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4104: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4133: checking for grep that handles long lines and -e | |
configure:4191: result: /usr/bin/grep | |
configure:4196: checking for egrep | |
configure:4258: result: /usr/bin/grep -E | |
configure:4263: checking for ANSI C header files | |
configure:4283: cc -c -g -O2 conftest.c >&5 | |
configure:4283: $? = 0 | |
configure:4356: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:4356: $? = 0 | |
configure:4356: ./conftest | |
configure:4356: $? = 0 | |
configure:4367: result: yes | |
configure:4380: checking for sys/types.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for sys/stat.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for stdlib.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for string.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for memory.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for strings.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for inttypes.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for stdint.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4380: checking for unistd.h | |
configure:4380: cc -c -g -O2 conftest.c >&5 | |
configure:4380: $? = 0 | |
configure:4380: result: yes | |
configure:4393: checking minix/config.h usability | |
configure:4393: cc -c -g -O2 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 | |
| /* 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 <minix/config.h> | |
configure:4393: result: no | |
configure:4393: checking minix/config.h presence | |
configure:4393: cc -E conftest.c | |
conftest.c:19:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4393: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:4393: result: no | |
configure:4393: checking for minix/config.h | |
configure:4393: result: no | |
configure:4414: checking whether it is safe to define __EXTENSIONS__ | |
configure:4432: cc -c -g -O2 conftest.c >&5 | |
configure:4432: $? = 0 | |
configure:4439: result: yes | |
configure:4473: checking for a BSD-compatible install | |
configure:4541: result: /usr/bin/install -c | |
configure:4552: checking whether build environment is sane | |
configure:4602: result: yes | |
configure:4743: checking for a thread-safe mkdir -p | |
configure:4782: result: build/install-sh -c -d | |
configure:4795: checking for gawk | |
configure:4825: result: no | |
configure:4795: checking for mawk | |
configure:4825: result: no | |
configure:4795: checking for nawk | |
configure:4825: result: no | |
configure:4795: checking for awk | |
configure:4811: found /usr/bin/awk | |
configure:4822: result: awk | |
configure:4833: checking whether make sets $(MAKE) | |
configure:4855: result: yes | |
configure:4885: checking for style of include used by make | |
configure:4913: result: GNU | |
configure:4990: checking dependency style of cc | |
configure:5101: result: none | |
configure:5128: checking whether make supports nested variables | |
configure:5145: result: yes | |
configure:5188: checking build system type | |
configure:5202: result: x86_64-apple-darwin11.4.0 | |
configure:5222: checking host system type | |
configure:5235: result: x86_64-apple-darwin11.4.0 | |
configure:5276: checking how to print strings | |
configure:5303: result: printf | |
configure:5324: checking for a sed that does not truncate output | |
configure:5388: result: /usr/local/Library/ENV/4.3/sed | |
configure:5406: checking for fgrep | |
configure:5468: result: /usr/bin/grep -F | |
configure:5503: checking for ld used by cc | |
configure:5570: result: /usr/bin/ld | |
configure:5577: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:5592: result: no | |
configure:5604: checking for BSD- or MS-compatible name lister (nm) | |
configure:5653: result: /usr/bin/nm | |
configure:5783: checking the name lister (/usr/bin/nm) interface | |
configure:5790: cc -c -g -O2 conftest.c >&5 | |
configure:5793: /usr/bin/nm "conftest.o" | |
configure:5796: output | |
0000000000000218 S _some_variable | |
configure:5803: result: BSD nm | |
configure:5806: checking whether ln -s works | |
configure:5810: result: yes | |
configure:5818: checking the maximum length of command line arguments | |
configure:5948: result: 196608 | |
configure:5965: checking whether the shell understands some XSI constructs | |
configure:5975: result: yes | |
configure:5979: checking whether the shell understands "+=" | |
configure:5985: result: yes | |
configure:6020: checking how to convert x86_64-apple-darwin11.4.0 file names to x86_64-apple-darwin11.4.0 format | |
configure:6060: result: func_convert_file_noop | |
configure:6067: checking how to convert x86_64-apple-darwin11.4.0 file names to toolchain format | |
configure:6087: result: func_convert_file_noop | |
configure:6094: checking for /usr/bin/ld option to reload object files | |
configure:6101: result: -r | |
configure:6175: checking for objdump | |
configure:6205: result: no | |
configure:6231: checking how to recognize dependent libraries | |
configure:6433: result: pass_all | |
configure:6518: checking for dlltool | |
configure:6548: result: no | |
configure:6575: checking how to associate runtime and link libraries | |
configure:6602: result: printf %s\n | |
configure:6662: checking for ar | |
configure:6678: found /usr/bin/ar | |
configure:6689: result: ar | |
configure:6726: checking for archiver @FILE support | |
configure:6743: cc -c -g -O2 conftest.c >&5 | |
configure:6743: $? = 0 | |
configure:6746: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6749: $? = 1 | |
configure:6769: result: no | |
configure:6827: checking for strip | |
configure:6843: found /usr/bin/strip | |
configure:6854: result: strip | |
configure:6926: checking for ranlib | |
configure:6942: found /usr/bin/ranlib | |
configure:6953: result: ranlib | |
configure:7055: checking command to parse /usr/bin/nm output from cc object | |
configure:7175: cc -c -g -O2 conftest.c >&5 | |
configure:7178: $? = 0 | |
configure:7182: /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:7185: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7175: cc -c -g -O2 conftest.c >&5 | |
configure:7178: $? = 0 | |
configure:7182: /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:7185: $? = 0 | |
configure:7251: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:7254: $? = 0 | |
configure:7292: result: ok | |
configure:7329: checking for sysroot | |
configure:7359: result: no | |
configure:7615: checking for mt | |
configure:7645: result: no | |
configure:7665: checking if : is a manifest tool | |
configure:7671: : '-?' | |
configure:7679: result: no | |
configure:7735: checking for dsymutil | |
configure:7751: found /usr/bin/dsymutil | |
configure:7762: result: dsymutil | |
configure:7827: checking for nmedit | |
configure:7843: found /usr/bin/nmedit | |
configure:7854: result: nmedit | |
configure:7919: checking for lipo | |
configure:7935: found /usr/bin/lipo | |
configure:7946: result: lipo | |
configure:8011: checking for otool | |
configure:8027: found /usr/bin/otool | |
configure:8038: result: otool | |
configure:8103: checking for otool64 | |
configure:8133: result: no | |
configure:8178: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8211: result: yes | |
configure:8214: checking for -exported_symbols_list linker flag | |
configure:8234: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:8234: $? = 0 | |
configure:8244: result: yes | |
configure:8247: 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 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8279: result: yes | |
configure:8318: checking for dlfcn.h | |
configure:8318: cc -c -g -O2 conftest.c >&5 | |
configure:8318: $? = 0 | |
configure:8318: result: yes | |
configure:8822: checking for objdir | |
configure:8837: result: .libs | |
configure:9108: checking if cc supports -fno-rtti -fno-exceptions | |
configure:9126: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:9130: $? = 0 | |
configure:9143: result: yes | |
configure:9470: checking for cc option to produce PIC | |
configure:9477: result: -fno-common -DPIC | |
configure:9485: checking if cc PIC flag -fno-common -DPIC works | |
configure:9503: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9507: $? = 0 | |
configure:9520: result: yes | |
configure:9549: checking if cc static flag -static works | |
configure:9577: result: no | |
configure:9592: checking if cc supports -c -o file.o | |
configure:9613: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9617: $? = 0 | |
configure:9639: result: yes | |
configure:9647: checking if cc supports -c -o file.o | |
configure:9694: result: yes | |
configure:9727: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:10884: result: yes | |
configure:11124: checking dynamic linker characteristics | |
configure:11869: result: darwin11.4.0 dyld | |
configure:11976: checking how to hardcode library paths into programs | |
configure:12001: result: immediate | |
configure:12541: checking whether stripping libraries is possible | |
configure:12555: result: yes | |
configure:12581: checking if libtool supports shared libraries | |
configure:12583: result: yes | |
configure:12586: checking whether to build shared libraries | |
configure:12607: result: yes | |
configure:12610: checking whether to build static libraries | |
configure:12614: result: yes | |
configure:12702: checking for pkg-config | |
configure:12720: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:12732: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:12757: checking pkg-config is at least version 0.9.0 | |
configure:12760: result: yes | |
configure:12774: checking for gtkdoc-check | |
configure:12807: result: no | |
configure:12816: checking for gtkdoc-rebase | |
configure:12849: result: no | |
configure:12860: checking for gtkdoc-mkpdf | |
configure:12893: result: no | |
configure:13019: checking whether to build gtk-doc documentation | |
configure:13021: result: no | |
configure:13093: checking for special C compiler options needed for large files | |
configure:13138: result: no | |
configure:13144: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:13169: cc -c -g -O2 conftest.c >&5 | |
configure:13169: $? = 0 | |
configure:13201: result: no | |
configure:13314: checking for find | |
configure:13332: found /usr/bin/find | |
configure:13344: result: /usr/bin/find | |
configure:13354: checking for xargs | |
configure:13372: found /usr/bin/xargs | |
configure:13384: result: /usr/bin/xargs | |
configure:13441: checking for gcc | |
configure:13468: result: cc | |
configure:13697: checking for C compiler version | |
configure:13706: cc --version >&5 | |
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:13717: $? = 0 | |
configure:13706: cc -v >&5 | |
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/X11/include/freetype2' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /usr/X11/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/pixman/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/pixman/lib' | |
... rest of stderr output deleted ... | |
configure:13717: $? = 0 | |
configure:13706: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:13717: $? = 1 | |
configure:13706: cc -qversion >&5 | |
clang: error: no input files | |
configure:13717: $? = 1 | |
configure:13721: checking whether we are using the GNU C compiler | |
configure:13749: result: yes | |
configure:13758: checking whether cc accepts -g | |
configure:13819: result: yes | |
configure:13836: checking for cc option to accept ISO C89 | |
configure:13912: result: none needed | |
configure:13937: checking how to run the C preprocessor | |
configure:14007: result: cc -E | |
configure:14027: cc -E conftest.c | |
configure:14027: $? = 0 | |
configure:14041: cc -E conftest.c | |
conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:14041: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:14181: checking for C++ compiler version | |
configure:14190: c++ --version >&5 | |
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:14201: $? = 0 | |
configure:14190: c++ -v >&5 | |
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/X11/include/freetype2' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /usr/X11/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/pixman/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/pixman/lib' | |
... rest of stderr output deleted ... | |
configure:14201: $? = 0 | |
configure:14190: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:14201: $? = 1 | |
configure:14190: c++ -qversion >&5 | |
clang: error: no input files | |
configure:14201: $? = 1 | |
configure:14205: checking whether we are using the GNU C++ compiler | |
configure:14224: c++ -c conftest.cpp >&5 | |
configure:14224: $? = 0 | |
configure:14233: result: yes | |
configure:14242: checking whether c++ accepts -g | |
configure:14262: c++ -c -g conftest.cpp >&5 | |
configure:14262: $? = 0 | |
configure:14303: result: yes | |
configure:14328: checking dependency style of c++ | |
configure:14439: result: none | |
configure:14472: checking how to run the C++ preprocessor | |
configure:14499: c++ -E conftest.cpp | |
configure:14499: $? = 0 | |
configure:14513: c++ -E conftest.cpp | |
conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:14513: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:14538: result: c++ -E | |
configure:14558: c++ -E conftest.cpp | |
configure:14558: $? = 0 | |
configure:14572: c++ -E conftest.cpp | |
conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:14572: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:14741: checking for ld used by c++ | |
configure:14808: result: /usr/bin/ld | |
configure:14815: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:14830: result: no | |
configure:14885: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:15890: result: yes | |
configure:15926: c++ -c -g -O2 conftest.cpp >&5 | |
configure:15929: $? = 0 | |
configure:16449: checking for c++ option to produce PIC | |
configure:16456: result: -fno-common -DPIC | |
configure:16464: checking if c++ PIC flag -fno-common -DPIC works | |
configure:16482: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:16486: $? = 0 | |
configure:16499: result: yes | |
configure:16522: checking if c++ static flag -static works | |
configure:16550: result: no | |
configure:16562: checking if c++ supports -c -o file.o | |
configure:16583: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:16587: $? = 0 | |
configure:16609: result: yes | |
configure:16614: checking if c++ supports -c -o file.o | |
configure:16661: result: yes | |
configure:16691: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:16730: result: yes | |
configure:16871: checking dynamic linker characteristics | |
configure:17550: result: darwin11.4.0 dyld | |
configure:17603: checking how to hardcode library paths into programs | |
configure:17628: result: immediate | |
configure:17671: checking whether cc understands -c and -o together | |
configure:17699: cc -c conftest.c -o conftest2.o >&5 | |
configure:17703: $? = 0 | |
configure:17709: cc -c conftest.c -o conftest2.o >&5 | |
configure:17713: $? = 0 | |
configure:17768: result: yes | |
configure:17793: checking for inline | |
configure:17809: cc -c -g -O2 conftest.c >&5 | |
configure:17809: $? = 0 | |
configure:17817: result: inline | |
configure:17886: checking for pkg-config | |
configure:17916: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:17941: checking pkg-config is at least version 0.9.0 | |
configure:17944: result: yes | |
configure:18235: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:31:33: error: expected ';' at end of declaration | |
int main(int argc, char **argv) { return 0; } | |
^ | |
; | |
1 error generated. | |
configure:18235: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| int main(int argc, char **argv) { return 0; } | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18253: checking for supported warning flags | |
configure:18278: checking whether cc supports -Werror | |
configure:18296: cc -o conftest -g -O2 -Werror conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18296: $? = 0 | |
configure:18320: result: no | |
configure:18278: checking whether cc supports -errwarn | |
configure:18296: cc -o conftest -g -O2 -errwarn conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"rrwarn", referenced from: | |
-u command line option | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18296: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| int main(int c, char **v) { (void)c; (void)v; return 0; } | |
configure:18320: result: no | |
configure:18325: checking whether cc supports -Wall | |
configure:18343: cc -o conftest -g -O2 -Wall conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wextra | |
configure:18343: cc -o conftest -g -O2 -Wextra conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wold-style-definition | |
configure:18343: cc -o conftest -g -O2 -Wold-style-definition conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wdeclaration-after-statement | |
configure:18343: cc -o conftest -g -O2 -Wdeclaration-after-statement conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wmissing-declarations | |
configure:18343: cc -o conftest -g -O2 -Wmissing-declarations conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Werror-implicit-function-declaration | |
configure:18343: cc -o conftest -g -O2 -Werror-implicit-function-declaration conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wnested-externs | |
configure:18343: cc -o conftest -g -O2 -Wnested-externs conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wpointer-arith | |
configure:18343: cc -o conftest -g -O2 -Wpointer-arith conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wwrite-strings | |
configure:18343: cc -o conftest -g -O2 -Wwrite-strings conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wsign-compare | |
configure:18343: cc -o conftest -g -O2 -Wsign-compare conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wstrict-prototypes | |
configure:18343: cc -o conftest -g -O2 -Wstrict-prototypes conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wmissing-prototypes | |
configure:18343: cc -o conftest -g -O2 -Wmissing-prototypes conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wpacked | |
configure:18343: cc -o conftest -g -O2 -Wpacked conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wswitch-enum | |
configure:18343: cc -o conftest -g -O2 -Wswitch-enum conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wmissing-format-attribute | |
configure:18343: cc -o conftest -g -O2 -Wmissing-format-attribute conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wbad-function-cast | |
configure:18343: cc -o conftest -g -O2 -Wbad-function-cast conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wvolatile-register-var | |
configure:18343: cc -o conftest -g -O2 -Wvolatile-register-var conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wstrict-aliasing=2 | |
configure:18343: cc -o conftest -g -O2 -Wstrict-aliasing=2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Winit-self | |
configure:18343: cc -o conftest -g -O2 -Winit-self conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wunsafe-loop-optimizations | |
configure:18343: cc -o conftest -g -O2 -Wunsafe-loop-optimizations conftest.c >&5 | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
1 warning generated. | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wno-missing-field-initializers | |
configure:18343: cc -o conftest -g -O2 -Wno-missing-field-initializers conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wno-unused-parameter | |
configure:18343: cc -o conftest -g -O2 -Wno-unused-parameter conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wno-attributes | |
configure:18343: cc -o conftest -g -O2 -Wno-attributes conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wno-long-long | |
configure:18343: cc -o conftest -g -O2 -Wno-long-long conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Winline | |
configure:18343: cc -o conftest -g -O2 -Winline conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -erroff=E_ENUM_TYPE_MISMATCH_ARG | |
configure:18343: cc -o conftest -g -O2 -erroff=E_ENUM_TYPE_MISMATCH_ARG conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"rroff=E_ENUM_TYPE_MISMATCH_ARG", referenced from: | |
-u command line option | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18343: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| int main(int c, char **v) { (void)c; (void)v; return 0; } | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -erroff=E_ENUM_TYPE_MISMATCH_OP | |
configure:18343: cc -o conftest -g -O2 -erroff=E_ENUM_TYPE_MISMATCH_OP conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"rroff=E_ENUM_TYPE_MISMATCH_OP", referenced from: | |
-u command line option | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18343: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| int main(int c, char **v) { (void)c; (void)v; return 0; } | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -fno-strict-aliasing | |
configure:18343: cc -o conftest -g -O2 -fno-strict-aliasing conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -fno-common | |
configure:18343: cc -o conftest -g -O2 -fno-common conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18325: checking whether cc supports -Wp,-D_FORTIFY_SOURCE=2 | |
configure:18343: cc -o conftest -g -O2 -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18343: $? = 0 | |
configure:18367: result: no | |
configure:18423: checking whether cc supports -Wunused-but-set-variable -Wno-unused-but-set-variable | |
configure:18441: cc -o conftest -g -O2 -Wunused-but-set-variable -Wno-unused-but-set-variable conftest.c >&5 | |
clang: warning: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-variable'? | |
warning: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-variable'? [-Wunknown-warning-option] | |
1 warning generated. | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18441: $? = 0 | |
configure:18465: result: no | |
configure:18472: checking which warning flags were supported | |
configure:18476: result: | |
configure:18484: checking how to enable unused result warnings | |
configure:18537: result: | |
configure:18545: checking how to allow undefined symbols in shared libraries used by test suite | |
configure:18566: cc -o conftest -g -O2 -Wl,--allow-shlib-undefined conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: unknown option: --allow-shlib-undefined | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18566: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| /* end confdefs.h. */ | |
| | |
| int main(int c, char **v) { (void)c; (void)v; return 0; } | |
configure:18591: result: | |
configure:18911: checking for native atomic primitives | |
configure:18933: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:18933: $? = 0 | |
configure:18959: result: Intel | |
configure:18979: checking whether atomic ops require a memory barrier | |
configure:18993: result: no | |
configure:19009: checking size of void * | |
configure:19014: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19014: $? = 0 | |
configure:19014: ./conftest | |
configure:19014: $? = 0 | |
configure:19028: result: 8 | |
configure:19042: checking size of int | |
configure:19047: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19047: $? = 0 | |
configure:19047: ./conftest | |
configure:19047: $? = 0 | |
configure:19061: result: 4 | |
configure:19075: checking size of long | |
configure:19080: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19080: $? = 0 | |
configure:19080: ./conftest | |
configure:19080: $? = 0 | |
configure:19094: result: 8 | |
configure:19108: checking size of long long | |
configure:19113: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19113: $? = 0 | |
configure:19113: ./conftest | |
configure:19113: $? = 0 | |
configure:19127: result: 8 | |
configure:19141: checking size of size_t | |
configure:19146: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19146: $? = 0 | |
configure:19146: ./conftest | |
configure:19146: $? = 0 | |
configure:19160: result: 8 | |
configure:19171: checking for native Win32 | |
configure:19181: result: no | |
configure:19192: checking for Sun Solaris (non-POSIX ctime_r) | |
configure:19203: result: no | |
configure:19341: checking for sched_yield in -lrt | |
configure:19366: cc -o conftest -g -O2 conftest.c -lrt >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19366: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| /* 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 sched_yield (); | |
| int | |
| main () | |
| { | |
| return sched_yield (); | |
| ; | |
| return 0; | |
| } | |
configure:19375: result: no | |
configure:19388: checking for shm_open in -lrt | |
configure:19413: cc -o conftest -g -O2 conftest.c -lrt >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19413: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| /* 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 shm_open (); | |
| int | |
| main () | |
| { | |
| return shm_open (); | |
| ; | |
| return 0; | |
| } | |
configure:19422: result: no | |
configure:19443: checking for connect in -lsocket | |
configure:19468: cc -o conftest -g -O2 conftest.c -lsocket >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -lsocket | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19468: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| /* 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 connect (); | |
| int | |
| main () | |
| { | |
| return connect (); | |
| ; | |
| return 0; | |
| } | |
configure:19477: result: no | |
configure:19489: checking for __builtin_return_address(0) | |
configure:19502: cc -c -g -O2 conftest.c >&5 | |
configure:19502: $? = 0 | |
configure:19508: result: yes | |
configure:19519: checking for stdint.h | |
configure:19519: result: yes | |
configure:19519: checking for inttypes.h | |
configure:19519: result: yes | |
configure:19519: checking sys/int_types.h usability | |
configure:19519: cc -c -g -O2 conftest.c >&5 | |
conftest.c:69:10: fatal error: 'sys/int_types.h' file not found | |
#include <sys/int_types.h> | |
^ | |
1 error generated. | |
configure:19519: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_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/int_types.h> | |
configure:19519: result: no | |
configure:19519: checking sys/int_types.h presence | |
configure:19519: cc -E conftest.c | |
conftest.c:36:10: fatal error: 'sys/int_types.h' file not found | |
#include <sys/int_types.h> | |
^ | |
1 error generated. | |
configure:19519: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/int_types.h> | |
configure:19519: result: no | |
configure:19519: checking for sys/int_types.h | |
configure:19519: result: no | |
configure:19529: checking for uint64_t | |
configure:19529: cc -c -g -O2 conftest.c >&5 | |
configure:19529: $? = 0 | |
configure:19529: cc -c -g -O2 conftest.c >&5 | |
conftest.c:72:23: error: expected expression | |
if (sizeof ((uint64_t))) | |
^ | |
1 error generated. | |
configure:19529: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_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 () | |
| { | |
| if (sizeof ((uint64_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19529: result: yes | |
configure:19538: checking for uint128_t | |
configure:19538: cc -c -g -O2 conftest.c >&5 | |
conftest.c:73:13: error: use of undeclared identifier 'uint128_t' | |
if (sizeof (uint128_t)) | |
^ | |
1 error generated. | |
configure:19538: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_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 (uint128_t)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19538: result: no | |
configure:19547: checking for __uint128_t | |
configure:19547: cc -c -g -O2 conftest.c >&5 | |
configure:19547: $? = 0 | |
configure:19547: cc -c -g -O2 conftest.c >&5 | |
conftest.c:73:26: error: expected expression | |
if (sizeof ((__uint128_t))) | |
^ | |
1 error generated. | |
configure:19547: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_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 ((__uint128_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19547: result: yes | |
configure:19561: checking fcntl.h usability | |
configure:19561: cc -c -g -O2 conftest.c >&5 | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking fcntl.h presence | |
configure:19561: cc -E conftest.c | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking for fcntl.h | |
configure:19561: result: yes | |
configure:19561: checking for unistd.h | |
configure:19561: result: yes | |
configure:19561: checking signal.h usability | |
configure:19561: cc -c -g -O2 conftest.c >&5 | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking signal.h presence | |
configure:19561: cc -E conftest.c | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking for signal.h | |
configure:19561: result: yes | |
configure:19561: checking for sys/stat.h | |
configure:19561: result: yes | |
configure:19561: checking sys/socket.h usability | |
configure:19561: cc -c -g -O2 conftest.c >&5 | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking sys/socket.h presence | |
configure:19561: cc -E conftest.c | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking for sys/socket.h | |
configure:19561: result: yes | |
configure:19561: checking sys/poll.h usability | |
configure:19561: cc -c -g -O2 conftest.c >&5 | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking sys/poll.h presence | |
configure:19561: cc -E conftest.c | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking for sys/poll.h | |
configure:19561: result: yes | |
configure:19561: checking sys/un.h usability | |
configure:19561: cc -c -g -O2 conftest.c >&5 | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking sys/un.h presence | |
configure:19561: cc -E conftest.c | |
configure:19561: $? = 0 | |
configure:19561: result: yes | |
configure:19561: checking for sys/un.h | |
configure:19561: result: yes | |
configure:19574: checking for alarm | |
configure:19574: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19574: $? = 0 | |
configure:19574: result: yes | |
configure:19586: checking sched.h usability | |
configure:19586: cc -c -g -O2 conftest.c >&5 | |
configure:19586: $? = 0 | |
configure:19586: result: yes | |
configure:19586: checking sched.h presence | |
configure:19586: cc -E conftest.c | |
configure:19586: $? = 0 | |
configure:19586: result: yes | |
configure:19586: checking for sched.h | |
configure:19586: result: yes | |
configure:19593: checking for sched_getaffinity | |
configure:19593: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"_sched_getaffinity", referenced from: | |
_main in conftest-4Eyi6N.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:19593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| /* end confdefs.h. */ | |
| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sched_getaffinity innocuous_sched_getaffinity | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sched_getaffinity (); 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 sched_getaffinity | |
| | |
| /* 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 sched_getaffinity (); | |
| /* 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_sched_getaffinity || defined __stub___sched_getaffinity | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sched_getaffinity (); | |
| ; | |
| return 0; | |
| } | |
configure:19593: result: no | |
configure:19609: checking sys/mman.h usability | |
configure:19609: cc -c -g -O2 conftest.c >&5 | |
configure:19609: $? = 0 | |
configure:19609: result: yes | |
configure:19609: checking sys/mman.h presence | |
configure:19609: cc -E conftest.c | |
configure:19609: $? = 0 | |
configure:19609: result: yes | |
configure:19609: checking for sys/mman.h | |
configure:19609: result: yes | |
configure:19616: checking for mmap | |
configure:19616: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19616: $? = 0 | |
configure:19616: result: yes | |
configure:19632: checking time.h usability | |
configure:19632: cc -c -g -O2 conftest.c >&5 | |
configure:19632: $? = 0 | |
configure:19632: result: yes | |
configure:19632: checking time.h presence | |
configure:19632: cc -E conftest.c | |
configure:19632: $? = 0 | |
configure:19632: result: yes | |
configure:19632: checking for time.h | |
configure:19632: result: yes | |
configure:19639: checking for clock_gettime | |
configure:19639: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-qNtXMY.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:19639: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 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:19639: result: no | |
configure:19653: checking fenv.h usability | |
configure:19653: cc -c -g -O2 conftest.c >&5 | |
configure:19653: $? = 0 | |
configure:19653: result: yes | |
configure:19653: checking fenv.h presence | |
configure:19653: cc -E conftest.c | |
configure:19653: $? = 0 | |
configure:19653: result: yes | |
configure:19653: checking for fenv.h | |
configure:19653: result: yes | |
configure:19658: checking for feenableexcept | |
configure:19658: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"_feenableexcept", referenced from: | |
_main in conftest-r3TOaR.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:19658: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| /* end confdefs.h. */ | |
| /* Define feenableexcept to an innocuous variant, in case <limits.h> declares feenableexcept. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define feenableexcept innocuous_feenableexcept | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char feenableexcept (); 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 feenableexcept | |
| | |
| /* 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 feenableexcept (); | |
| /* 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_feenableexcept || defined __stub___feenableexcept | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return feenableexcept (); | |
| ; | |
| return 0; | |
| } | |
configure:19658: result: no | |
configure:19658: checking for fedisableexcept | |
configure:19658: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"_fedisableexcept", referenced from: | |
_main in conftest-2CPR3R.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:19658: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| /* end confdefs.h. */ | |
| /* Define fedisableexcept to an innocuous variant, in case <limits.h> declares fedisableexcept. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fedisableexcept innocuous_fedisableexcept | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fedisableexcept (); 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 fedisableexcept | |
| | |
| /* 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 fedisableexcept (); | |
| /* 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_fedisableexcept || defined __stub___fedisableexcept | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fedisableexcept (); | |
| ; | |
| return 0; | |
| } | |
configure:19658: result: no | |
configure:19658: checking for feclearexcept | |
configure:19658: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19658: $? = 0 | |
configure:19658: result: yes | |
configure:19674: checking libgen.h usability | |
configure:19674: cc -c -g -O2 conftest.c >&5 | |
configure:19674: $? = 0 | |
configure:19674: result: yes | |
configure:19674: checking libgen.h presence | |
configure:19674: cc -E conftest.c | |
configure:19674: $? = 0 | |
configure:19674: result: yes | |
configure:19674: checking for libgen.h | |
configure:19674: result: yes | |
configure:19674: checking byteswap.h usability | |
configure:19674: cc -c -g -O2 conftest.c >&5 | |
conftest.c:85:10: fatal error: 'byteswap.h' file not found | |
#include <byteswap.h> | |
^ | |
1 error generated. | |
configure:19674: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_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 <byteswap.h> | |
configure:19674: result: no | |
configure:19674: checking byteswap.h presence | |
configure:19674: cc -E conftest.c | |
conftest.c:52:10: fatal error: 'byteswap.h' file not found | |
#include <byteswap.h> | |
^ | |
1 error generated. | |
configure:19674: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| /* end confdefs.h. */ | |
| #include <byteswap.h> | |
configure:19674: result: no | |
configure:19674: checking for byteswap.h | |
configure:19674: result: no | |
configure:19674: checking for signal.h | |
configure:19674: result: yes | |
configure:19674: checking setjmp.h usability | |
configure:19674: cc -c -g -O2 conftest.c >&5 | |
configure:19674: $? = 0 | |
configure:19674: result: yes | |
configure:19674: checking setjmp.h presence | |
configure:19674: cc -E conftest.c | |
configure:19674: $? = 0 | |
configure:19674: result: yes | |
configure:19674: checking for setjmp.h | |
configure:19674: result: yes | |
configure:19674: checking for fenv.h | |
configure:19674: result: yes | |
configure:19674: checking sys/wait.h usability | |
configure:19674: cc -c -g -O2 conftest.c >&5 | |
configure:19674: $? = 0 | |
configure:19674: result: yes | |
configure:19674: checking sys/wait.h presence | |
configure:19674: cc -E conftest.c | |
configure:19674: $? = 0 | |
configure:19674: result: yes | |
configure:19674: checking for sys/wait.h | |
configure:19674: result: yes | |
configure:19687: checking for ctime_r | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19687: checking for drand48 | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19687: checking for flockfile | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19687: checking for funlockfile | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19687: checking for getline | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19687: checking for link | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19687: checking for strndup | |
configure:19687: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:85:6: warning: incompatible redeclaration of library function 'strndup' | |
char strndup (); | |
^ | |
conftest.c:85:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)' | |
1 warning generated. | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19687: $? = 0 | |
configure:19687: result: yes | |
configure:19699: checking windows.h usability | |
configure:19699: cc -c -g -O2 conftest.c >&5 | |
conftest.c:96:10: fatal error: 'windows.h' file not found | |
#include <windows.h> | |
^ | |
1 error generated. | |
configure:19699: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 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 <windows.h> | |
configure:19699: result: no | |
configure:19699: checking windows.h presence | |
configure:19699: cc -E conftest.c | |
conftest.c:63:10: fatal error: 'windows.h' file not found | |
#include <windows.h> | |
^ | |
1 error generated. | |
configure:19699: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| /* end confdefs.h. */ | |
| #include <windows.h> | |
configure:19699: result: no | |
configure:19699: checking for windows.h | |
configure:19699: result: no | |
configure:19716: checking for sys/stat.h | |
configure:19716: result: yes | |
configure:19716: checking io.h usability | |
configure:19716: cc -c -g -O2 conftest.c >&5 | |
conftest.c:97:10: fatal error: 'io.h' file not found | |
#include <io.h> | |
^ | |
1 error generated. | |
configure:19716: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_SYS_STAT_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 <io.h> | |
configure:19716: result: no | |
configure:19716: checking io.h presence | |
configure:19716: cc -E conftest.c | |
conftest.c:64:10: fatal error: 'io.h' file not found | |
#include <io.h> | |
^ | |
1 error generated. | |
configure:19716: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <io.h> | |
configure:19716: result: no | |
configure:19716: checking for io.h | |
configure:19716: result: no | |
configure:19726: checking for mkdir | |
configure:19726: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19726: $? = 0 | |
configure:19726: result: yes | |
configure:19728: checking mkdir variant | |
configure:19751: cc -c conftest.c >&5 | |
configure:19751: $? = 0 | |
configure:19778: result: mkdir(path, mode) | |
configure:19797: checking for fork | |
configure:19797: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19797: $? = 0 | |
configure:19797: result: yes | |
configure:19797: checking for waitpid | |
configure:19797: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19797: $? = 0 | |
configure:19797: result: yes | |
configure:19797: checking for raise | |
configure:19797: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:19797: $? = 0 | |
configure:19797: result: yes | |
configure:20110: checking for VALGRIND | |
configure:20117: $PKG_CONFIG --exists --print-errors "valgrind" | |
Package valgrind was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `valgrind.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'valgrind' found | |
configure:20120: $? = 1 | |
configure:20133: $PKG_CONFIG --exists --print-errors "valgrind" | |
Package valgrind was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `valgrind.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'valgrind' found | |
configure:20136: $? = 1 | |
No package 'valgrind' found | |
configure:20163: result: no | |
configure:20165: result: no | |
configure:20319: checking for compress in -lz | |
configure:20344: cc -o conftest -g -O2 conftest.c -lz >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:20344: $? = 0 | |
configure:20353: result: yes | |
configure:20356: checking zlib.h usability | |
configure:20356: cc -c -g -O2 conftest.c >&5 | |
configure:20356: $? = 0 | |
configure:20356: result: yes | |
configure:20356: checking zlib.h presence | |
configure:20356: cc -E conftest.c | |
configure:20356: $? = 0 | |
configure:20356: result: yes | |
configure:20356: checking for zlib.h | |
configure:20356: result: yes | |
configure:20374: checking for dlsym in -ldl | |
configure:20399: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:20399: $? = 0 | |
configure:20408: result: yes | |
configure:20427: checking for dlfcn.h | |
configure:20427: result: yes | |
configure:20462: checking for X | |
configure:20570: cc -E conftest.c | |
configure:20570: $? = 0 | |
configure:20601: cc -o conftest -g -O2 conftest.c -lX11 >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:20601: $? = 0 | |
configure:20651: result: libraries , headers | |
configure:20667: checking for cairo's Xlib surface backend feature | |
configure:20685: checking for xlib | |
configure:20692: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES" | |
configure:20695: $? = 0 | |
configure:20708: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES" | |
configure:20711: $? = 0 | |
configure:21738: result: yes | |
configure:21743: checking sys/ipc.h usability | |
configure:21743: cc -c -g -O2 conftest.c >&5 | |
configure:21743: $? = 0 | |
configure:21743: result: yes | |
configure:21743: checking sys/ipc.h presence | |
configure:21743: cc -E conftest.c | |
configure:21743: $? = 0 | |
configure:21743: result: yes | |
configure:21743: checking for sys/ipc.h | |
configure:21743: result: yes | |
configure:21749: checking sys/shm.h usability | |
configure:21749: cc -c -g -O2 conftest.c >&5 | |
configure:21749: $? = 0 | |
configure:21749: result: yes | |
configure:21749: checking sys/shm.h presence | |
configure:21749: cc -E conftest.c | |
configure:21749: $? = 0 | |
configure:21749: result: yes | |
configure:21749: checking for sys/shm.h | |
configure:21749: result: yes | |
configure:21757: checking whether shmctl IPC_RMID allowes subsequent attaches | |
configure:21786: cc -o conftest -g -O2 conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:21786: $? = 0 | |
configure:21786: ./conftest | |
configure:21786: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_MKDIR 2 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RAISE 1 | |
| #undef PACKAGE_VERSION | |
| #undef PACKAGE_STRING | |
| #undef PACKAGE_NAME | |
| #undef PACKAGE_TARNAME | |
| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_NAME USE_cairo_INSTEAD | |
| #define PACKAGE_TARNAME USE_cairo_INSTEAD | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define CAIRO_HAS_DLSYM 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/ipc.h> | |
| #include <sys/shm.h> | |
| int main() | |
| { | |
| char *shmaddr; | |
| int id = shmget (IPC_PRIVATE, 4, IPC_CREAT | 0600); | |
| if (id == -1) return 2; | |
| shmaddr = shmat (id, 0, 0); | |
| shmctl (id, IPC_RMID, 0); | |
| if ((char*) shmat (id, 0, 0) == (char*) -1) { | |
| shmdt (shmaddr); | |
| return 1; | |
| } | |
| shmdt (shmaddr); | |
| shmdt (shmaddr); | |
| return 0; | |
| } | |
| | |
configure:21793: result: no | |
configure:21805: checking for X11/extensions/XShm.h | |
configure:21805: cc -c -g -O2 conftest.c >&5 | |
configure:21805: $? = 0 | |
configure:21805: result: yes | |
configure:21805: checking for X11/extensions/shmproto.h | |
configure:21805: cc -c -g -O2 conftest.c >&5 | |
configure:21805: $? = 0 | |
configure:21805: result: yes | |
configure:21805: checking for X11/extensions/shmstr.h | |
configure:21805: cc -c -g -O2 conftest.c >&5 | |
configure:21805: $? = 0 | |
configure:21805: result: yes | |
configure:21819: checking whether cairo's Xlib surface backend feature could be enabled | |
configure:21821: result: yes | |
configure:22044: checking for cairo's Xlib Xrender surface backend feature | |
configure:22066: checking for xlib_xrender | |
configure:22073: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES" | |
configure:22076: $? = 0 | |
configure:22089: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES" | |
configure:22092: $? = 0 | |
configure:22151: result: yes | |
configure:22163: checking for XRenderCreateLinearGradient | |
configure:22163: cc -o conftest -g -O2 -I/usr/X11/include -I/usr/X11/include conftest.c -L/usr/X11/lib -lX11 -lXext -L/usr/X11/lib -lXrender -lX11 >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:22163: $? = 0 | |
configure:22163: result: yes | |
configure:22163: checking for XRenderCreateRadialGradient | |
configure:22163: cc -o conftest -g -O2 -I/usr/X11/include -I/usr/X11/include conftest.c -L/usr/X11/lib -lX11 -lXext -L/usr/X11/lib -lXrender -lX11 >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:22163: $? = 0 | |
configure:22163: result: yes | |
configure:22163: checking for XRenderCreateConicalGradient | |
configure:22163: cc -o conftest -g -O2 -I/usr/X11/include -I/usr/X11/include conftest.c -L/usr/X11/lib -lX11 -lXext -L/usr/X11/lib -lXrender -lX11 >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:22163: $? = 0 | |
configure:22163: result: yes | |
configure:22178: checking whether cairo's Xlib Xrender surface backend feature could be enabled | |
configure:22180: result: yes | |
configure:22404: checking for cairo's XCB surface backend feature | |
configure:22422: checking for xcb | |
configure:22429: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES" | |
configure:22432: $? = 0 | |
configure:22445: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES" | |
configure:22448: $? = 0 | |
configure:22483: result: yes | |
configure:22489: checking whether cairo's XCB surface backend feature could be enabled | |
configure:22491: result: yes | |
configure:23024: checking for cairo's XCB/SHM functions feature | |
configure:23043: checking for xcb_shm | |
configure:23050: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES" | |
configure:23053: $? = 0 | |
configure:23066: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES" | |
configure:23069: $? = 0 | |
configure:23104: result: yes | |
configure:23113: checking whether cairo's XCB/SHM functions feature could be enabled | |
configure:23115: result: yes | |
configure:23644: checking for cairo's Quartz surface backend feature | |
configure:23659: checking ApplicationServices/ApplicationServices.h usability | |
configure:23659: cc -c -g -O2 conftest.c >&5 | |
configure:23659: $? = 0 | |
configure:23659: result: yes | |
configure:23659: checking ApplicationServices/ApplicationServices.h presence | |
configure:23659: cc -E conftest.c | |
configure:23659: $? = 0 | |
configure:23659: result: yes | |
configure:23659: checking for ApplicationServices/ApplicationServices.h | |
configure:23659: result: yes | |
configure:23682: checking whether cairo's Quartz surface backend feature could be enabled | |
configure:23684: result: yes | |
configure:23907: checking for cairo's Quartz font backend feature | |
configure:23925: checking whether cairo's Quartz font backend feature could be enabled | |
configure:23927: result: yes | |
configure:24390: checking for cairo's Microsoft Windows surface backend feature | |
configure:24411: checking whether cairo's Microsoft Windows surface backend feature could be enabled | |
configure:24413: result: no (requires a Win32 platform) | |
configure:24636: checking for cairo's Microsoft Windows font backend feature | |
configure:24654: checking whether cairo's Microsoft Windows font backend feature could be enabled | |
configure:24656: result: no (requires a Win32 platform) | |
configure:26325: checking for cairo's PNG functions feature | |
configure:26358: checking for png | |
configure:26365: $PKG_CONFIG --exists --print-errors "$png_REQUIRES" | |
configure:26368: $? = 0 | |
configure:26381: $PKG_CONFIG --exists --print-errors "$png_REQUIRES" | |
configure:26384: $? = 0 | |
configure:26419: result: yes | |
configure:26429: checking whether cairo's PNG functions feature could be enabled | |
configure:26431: result: yes | |
configure:28197: checking for cairo's EGL functions feature | |
configure:28504: checking whether cairo's EGL functions feature could be enabled | |
configure:28506: result: no (not required by any backend) | |
configure:28723: checking for cairo's GLX functions feature | |
configure:28757: checking whether cairo's GLX functions feature could be enabled | |
configure:28759: result: no (not required by any backend) | |
configure:28976: checking for cairo's WGL functions feature | |
configure:29005: checking whether cairo's WGL functions feature could be enabled | |
configure:29007: result: no (not required by any backend) | |
configure:29226: checking for cairo's script surface backend feature | |
configure:29244: checking whether cairo's script surface backend feature could be enabled | |
configure:29246: result: yes | |
configure:29493: checking for cairo's FreeType font backend feature | |
configure:29511: checking for FREETYPE | |
configure:29518: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION" | |
configure:29521: $? = 0 | |
configure:29534: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION" | |
configure:29537: $? = 0 | |
configure:29572: result: yes | |
configure:29677: checking whether cairo's FreeType font backend feature could be enabled | |
configure:29679: result: yes | |
configure:29903: checking for cairo's Fontconfig font backend feature | |
configure:29923: checking for FONTCONFIG | |
configure:29930: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES" | |
configure:29933: $? = 0 | |
configure:29946: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES" | |
configure:29949: $? = 0 | |
configure:29984: result: yes | |
configure:29993: checking whether cairo's Fontconfig font backend feature could be enabled | |
configure:29995: result: yes | |
configure:30211: checking for FT_Bitmap_Size.y_ppem | |
configure:30211: cc -c -g -O2 -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c >&5 | |
configure:30211: $? = 0 | |
configure:30211: result: yes | |
configure:30229: checking for FT_Get_X11_Font_Format | |
configure:30229: cc -o conftest -g -O2 -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfreetype >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30229: $? = 0 | |
configure:30229: result: yes | |
configure:30229: checking for FT_GlyphSlot_Embolden | |
configure:30229: cc -o conftest -g -O2 -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfreetype >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30229: $? = 0 | |
configure:30229: result: yes | |
configure:30229: checking for FT_GlyphSlot_Oblique | |
configure:30229: cc -o conftest -g -O2 -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfreetype >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30229: $? = 0 | |
configure:30229: result: yes | |
configure:30229: checking for FT_Load_Sfnt_Table | |
configure:30229: cc -o conftest -g -O2 -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfreetype >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30229: $? = 0 | |
configure:30229: result: yes | |
configure:30229: checking for FT_Library_SetLcdFilter | |
configure:30229: cc -o conftest -g -O2 -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfreetype >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30229: $? = 0 | |
configure:30229: result: yes | |
configure:30251: checking for FcInit | |
configure:30251: cc -o conftest -g -O2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfontconfig >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30251: $? = 0 | |
configure:30251: result: yes | |
configure:30251: checking for FcFini | |
configure:30251: cc -o conftest -g -O2 -I/usr/X11/include conftest.c -L/usr/X11/lib -lfontconfig >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:30251: $? = 0 | |
configure:30251: result: yes | |
configure:30278: checking for cairo's PostScript surface backend feature | |
configure:30298: checking whether cairo's PostScript surface backend feature could be enabled | |
configure:30300: result: yes | |
configure:30521: checking for gs | |
configure:30551: result: no | |
configure:30562: WARNING: PS backend will not be tested since ghostscript is not available | |
configure:30570: checking for LIBSPECTRE | |
configure:30577: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY" | |
Package libspectre was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libspectre.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libspectre' found | |
configure:30580: $? = 1 | |
configure:30593: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY" | |
Package libspectre was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libspectre.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libspectre' found | |
configure:30596: $? = 1 | |
No package 'libspectre' found | |
configure:30623: result: no | |
configure:30674: checking for cairo's PDF surface backend feature | |
configure:30694: checking whether cairo's PDF surface backend feature could be enabled | |
configure:30696: result: yes | |
configure:30919: checking for POPPLER | |
configure:30926: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY" | |
Package poppler-glib was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `poppler-glib.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'poppler-glib' found | |
configure:30929: $? = 1 | |
configure:30942: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY" | |
Package poppler-glib was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `poppler-glib.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'poppler-glib' found | |
configure:30945: $? = 1 | |
No package 'poppler-glib' found | |
configure:30972: result: no | |
configure:31008: WARNING: PDF backend will not be tested since poppler >= 0.17.4 is not available | |
configure:31046: checking for cairo's SVG surface backend feature | |
configure:31066: checking whether cairo's SVG surface backend feature could be enabled | |
configure:31068: result: yes | |
configure:31289: checking for LIBRSVG | |
configure:31296: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0" | |
Package librsvg-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `librsvg-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'librsvg-2.0' found | |
Package gdk-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gdk-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gdk-2.0' found | |
configure:31299: $? = 1 | |
configure:31312: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0" | |
Package librsvg-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `librsvg-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'librsvg-2.0' found | |
Package gdk-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gdk-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gdk-2.0' found | |
configure:31315: $? = 1 | |
No package 'librsvg-2.0' found | |
No package 'gdk-2.0' found | |
configure:31342: result: no | |
configure:31378: WARNING: SVG backend will not be tested since librsvg >= 2.15.0 is not available | |
configure:31581: checking for cairo's image surface backend feature | |
configure:31599: checking for pixman | |
configure:31606: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES" | |
configure:31609: $? = 0 | |
configure:31622: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES" | |
configure:31625: $? = 0 | |
configure:31660: result: yes | |
configure:31669: checking whether cairo's image surface backend feature could be enabled | |
configure:31671: result: yes | |
configure:31826: checking for cairo's mime surface backend feature | |
configure:31842: checking whether cairo's mime surface backend feature could be enabled | |
configure:31844: result: yes | |
configure:31990: checking for cairo's recording surface backend feature | |
configure:32006: checking whether cairo's recording surface backend feature could be enabled | |
configure:32008: result: yes | |
configure:32154: checking for cairo's observer surface backend feature | |
configure:32170: checking whether cairo's observer surface backend feature could be enabled | |
configure:32172: result: yes | |
configure:32795: checking for cairo's user font backend feature | |
configure:32811: checking whether cairo's user font backend feature could be enabled | |
configure:32813: result: yes | |
configure:32968: checking for cairo's pthread feature | |
configure:33079: cc -o conftest -g -O2 -D_REENTRANT conftest.c -lpthread >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:33079: $? = 0 | |
configure:33198: cc -o conftest -g -O2 -pthread conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:33198: $? = 0 | |
configure:33279: cc -o conftest -g -O2 -D_REENTRANT conftest.c >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:33279: $? = 0 | |
configure:33334: checking whether cairo's pthread feature could be enabled | |
configure:33336: result: no (can't link with -lpthread or -pthread) | |
configure:33519: checking for cairo's gobject functions feature | |
configure:33537: checking for GOBJECT | |
configure:33544: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES" | |
configure:33547: $? = 0 | |
configure:33560: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES" | |
configure:33563: $? = 0 | |
configure:33598: result: yes | |
configure:33605: checking whether cairo's gobject functions feature could be enabled | |
configure:33607: result: yes | |
configure:33814: checking for GOBJECT | |
configure:33894: result: yes | |
configure:33962: checking for cairo's cairo-trace feature | |
configure:33985: checking whether cairo's cairo-trace feature could be enabled | |
configure:33987: result: no (requires dynamic linker and zlib and real pthreads) | |
configure:34148: checking for cairo's cairo-script-interpreter feature | |
configure:34168: checking whether cairo's cairo-script-interpreter feature could be enabled | |
configure:34170: result: yes | |
configure:34328: checking for bfd_openr in -lbfd | |
configure:34353: cc -o conftest -g -O2 conftest.c -lbfd >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -lbfd | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:34353: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_MKDIR 2 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RAISE 1 | |
| #undef PACKAGE_VERSION | |
| #undef PACKAGE_STRING | |
| #undef PACKAGE_NAME | |
| #undef PACKAGE_TARNAME | |
| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_NAME USE_cairo_INSTEAD | |
| #define PACKAGE_TARNAME USE_cairo_INSTEAD | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define CAIRO_HAS_DLSYM 1 | |
| #define HAVE_X11_EXTENSIONS_XSHM_H 1 | |
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | |
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | |
| #define HAVE_XRENDERCREATELINEARGRADIENT 1 | |
| #define HAVE_XRENDERCREATERADIALGRADIENT 1 | |
| #define HAVE_XRENDERCREATECONICALGRADIENT 1 | |
| #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 | |
| #define HAVE_FT_GET_X11_FONT_FORMAT 1 | |
| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | |
| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | |
| #define HAVE_FT_LOAD_SFNT_TABLE 1 | |
| #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | |
| #define HAVE_FCINIT 1 | |
| #define HAVE_FCFINI 1 | |
| #define HAS_PIXMAN_GLYPHS 1 | |
| #define SHARED_LIB_EXT "dylib" | |
| #define CAIRO_HAS_INTERPRETER 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 bfd_openr (); | |
| int | |
| main () | |
| { | |
| return bfd_openr (); | |
| ; | |
| return 0; | |
| } | |
configure:34362: result: no | |
configure:34377: checking libiberty.h usability | |
configure:34377: cc -c -g -O2 conftest.c >&5 | |
conftest.c:129:10: fatal error: 'libiberty.h' file not found | |
#include <libiberty.h> | |
^ | |
1 error generated. | |
configure:34377: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_MKDIR 2 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RAISE 1 | |
| #undef PACKAGE_VERSION | |
| #undef PACKAGE_STRING | |
| #undef PACKAGE_NAME | |
| #undef PACKAGE_TARNAME | |
| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_NAME USE_cairo_INSTEAD | |
| #define PACKAGE_TARNAME USE_cairo_INSTEAD | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define CAIRO_HAS_DLSYM 1 | |
| #define HAVE_X11_EXTENSIONS_XSHM_H 1 | |
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | |
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | |
| #define HAVE_XRENDERCREATELINEARGRADIENT 1 | |
| #define HAVE_XRENDERCREATERADIALGRADIENT 1 | |
| #define HAVE_XRENDERCREATECONICALGRADIENT 1 | |
| #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 | |
| #define HAVE_FT_GET_X11_FONT_FORMAT 1 | |
| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | |
| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | |
| #define HAVE_FT_LOAD_SFNT_TABLE 1 | |
| #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | |
| #define HAVE_FCINIT 1 | |
| #define HAVE_FCFINI 1 | |
| #define HAS_PIXMAN_GLYPHS 1 | |
| #define SHARED_LIB_EXT "dylib" | |
| #define CAIRO_HAS_INTERPRETER 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 <libiberty.h> | |
configure:34377: result: no | |
configure:34377: checking libiberty.h presence | |
configure:34377: cc -E conftest.c | |
conftest.c:96:10: fatal error: 'libiberty.h' file not found | |
#include <libiberty.h> | |
^ | |
1 error generated. | |
configure:34377: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "cairo" | |
| #define PACKAGE_TARNAME "cairo" | |
| #define PACKAGE_VERSION "1.12.8" | |
| #define PACKAGE_STRING "cairo 1.12.8" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
| #define PACKAGE_URL "http://cairographics.org/" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define WARN_UNUSED_RESULT | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UINT64_T 1 | |
| #define HAVE___UINT128_T 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_FECLEAREXCEPT 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_FENV_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_CTIME_R 1 | |
| #define HAVE_DRAND48 1 | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_FUNLOCKFILE 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_MKDIR 2 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RAISE 1 | |
| #undef PACKAGE_VERSION | |
| #undef PACKAGE_STRING | |
| #undef PACKAGE_NAME | |
| #undef PACKAGE_TARNAME | |
| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | |
| #define PACKAGE_NAME USE_cairo_INSTEAD | |
| #define PACKAGE_TARNAME USE_cairo_INSTEAD | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define CAIRO_HAS_DLSYM 1 | |
| #define HAVE_X11_EXTENSIONS_XSHM_H 1 | |
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | |
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | |
| #define HAVE_XRENDERCREATELINEARGRADIENT 1 | |
| #define HAVE_XRENDERCREATERADIALGRADIENT 1 | |
| #define HAVE_XRENDERCREATECONICALGRADIENT 1 | |
| #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 | |
| #define HAVE_FT_GET_X11_FONT_FORMAT 1 | |
| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | |
| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | |
| #define HAVE_FT_LOAD_SFNT_TABLE 1 | |
| #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | |
| #define HAVE_FCINIT 1 | |
| #define HAVE_FCFINI 1 | |
| #define HAS_PIXMAN_GLYPHS 1 | |
| #define SHARED_LIB_EXT "dylib" | |
| #define CAIRO_HAS_INTERPRETER 1 | |
| /* end confdefs.h. */ | |
| #include <libiberty.h> | |
configure:34377: result: no | |
configure:34377: checking for libiberty.h | |
configure:34377: result: no | |
configure:34405: checking for cairo's symbol-lookup feature | |
configure:34425: checking whether cairo's symbol-lookup feature could be enabled | |
configure:34427: result: no (requires bfd) | |
configure:34578: checking for glib | |
configure:34585: $PKG_CONFIG --exists --print-errors "glib-2.0" | |
configure:34588: $? = 0 | |
configure:34601: $PKG_CONFIG --exists --print-errors "glib-2.0" | |
configure:34604: $? = 0 | |
configure:34639: result: yes | |
configure:34655: checking for shm_open in -lrt | |
configure:34689: result: no | |
configure:34752: checking for gtk | |
configure:34759: $PKG_CONFIG --exists --print-errors ""gtk+-2.0"" | |
Package gtk+-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gtk+-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gtk+-2.0' found | |
configure:34762: $? = 1 | |
configure:34775: $PKG_CONFIG --exists --print-errors ""gtk+-2.0"" | |
Package gtk+-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gtk+-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gtk+-2.0' found | |
configure:34778: $? = 1 | |
No package 'gtk+-2.0' found | |
configure:34805: result: no | |
configure:35244: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by cairo config.status 1.12.8, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Muccigrosso-MacBookPro.local | |
config.status:4543: creating src/cairo.pc | |
config.status:4543: creating cairo-uninstalled.pc | |
config.status:4543: creating src/cairo-xlib.pc | |
config.status:4543: creating cairo-xlib-uninstalled.pc | |
config.status:4543: creating src/cairo-xlib-xrender.pc | |
config.status:4543: creating cairo-xlib-xrender-uninstalled.pc | |
config.status:4543: creating src/cairo-xcb.pc | |
config.status:4543: creating cairo-xcb-uninstalled.pc | |
config.status:4543: creating src/cairo-xcb-shm.pc | |
config.status:4543: creating cairo-xcb-shm-uninstalled.pc | |
config.status:4543: creating src/cairo-quartz.pc | |
config.status:4543: creating cairo-quartz-uninstalled.pc | |
config.status:4543: creating src/cairo-quartz-font.pc | |
config.status:4543: creating cairo-quartz-font-uninstalled.pc | |
config.status:4543: creating src/cairo-png.pc | |
config.status:4543: creating cairo-png-uninstalled.pc | |
config.status:4543: creating src/cairo-script.pc | |
config.status:4543: creating cairo-script-uninstalled.pc | |
config.status:4543: creating src/cairo-ft.pc | |
config.status:4543: creating cairo-ft-uninstalled.pc | |
config.status:4543: creating src/cairo-fc.pc | |
config.status:4543: creating cairo-fc-uninstalled.pc | |
config.status:4543: creating src/cairo-ps.pc | |
config.status:4543: creating cairo-ps-uninstalled.pc | |
config.status:4543: creating src/cairo-pdf.pc | |
config.status:4543: creating cairo-pdf-uninstalled.pc | |
config.status:4543: creating src/cairo-svg.pc | |
config.status:4543: creating cairo-svg-uninstalled.pc | |
config.status:4543: creating src/cairo-gobject.pc | |
config.status:4543: creating cairo-gobject-uninstalled.pc | |
config.status:4543: creating Makefile | |
config.status:4543: creating boilerplate/Makefile | |
config.status:4543: creating src/Makefile | |
config.status:4543: creating test/Makefile | |
config.status:4543: creating test/pdiff/Makefile | |
config.status:4543: creating perf/Makefile | |
config.status:4543: creating perf/micro/Makefile | |
config.status:4543: creating util/Makefile | |
config.status:4543: creating util/cairo-fdr/Makefile | |
config.status:4543: creating util/cairo-gobject/Makefile | |
config.status:4543: creating util/cairo-missing/Makefile | |
config.status:4543: creating util/cairo-script/Makefile | |
config.status:4543: creating util/cairo-script/examples/Makefile | |
config.status:4543: creating util/cairo-sphinx/Makefile | |
config.status:4543: creating util/cairo-trace/Makefile | |
config.status:4543: creating util/cairo-trace/cairo-trace | |
config.status:4543: creating doc/Makefile | |
config.status:4543: creating doc/public/Makefile | |
config.status:4543: creating config.h | |
config.status:4772: executing depfiles commands | |
config.status:4772: executing libtool commands | |
config.status:4772: executing ./build/Makefile.win32.features commands | |
config.status:5677: creating ./build/Makefile.win32.features | |
config.status:5685: ./build/Makefile.win32.features is unchanged | |
config.status:4772: executing ./src/Makefile.am.features commands | |
config.status:5696: creating ./src/Makefile.am.features | |
config.status:5704: ./src/Makefile.am.features is unchanged | |
config.status:4772: executing ./src/Makefile.win32.features commands | |
config.status:5715: creating ./src/Makefile.win32.features | |
config.status:5723: ./src/Makefile.win32.features is unchanged | |
config.status:4772: executing ./boilerplate/Makefile.am.features commands | |
config.status:5734: creating ./boilerplate/Makefile.am.features | |
config.status:5742: ./boilerplate/Makefile.am.features is unchanged | |
config.status:4772: executing ./boilerplate/Makefile.win32.features commands | |
config.status:5753: creating ./boilerplate/Makefile.win32.features | |
config.status:5761: ./boilerplate/Makefile.win32.features is unchanged | |
config.status:4772: executing src/cairo-features.h commands | |
config.status:5772: creating src/cairo-features.h | |
config.status:4772: executing src/cairo-supported-features.h commands | |
config.status:5804: creating src/cairo-supported-features.h | |
config.status:4772: executing ./build/Makefile.win32.features-h commands | |
config.status:5834: creating ./build/Makefile.win32.features-h | |
config.status:5842: ./build/Makefile.win32.features-h is unchanged | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin11.4.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_inline=inline | |
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_FONTCONFIG_CFLAGS_set= | |
ac_cv_env_FONTCONFIG_CFLAGS_value= | |
ac_cv_env_FONTCONFIG_LIBS_set= | |
ac_cv_env_FONTCONFIG_LIBS_value= | |
ac_cv_env_FREETYPE_CFLAGS_set= | |
ac_cv_env_FREETYPE_CFLAGS_value= | |
ac_cv_env_FREETYPE_LIBS_set= | |
ac_cv_env_FREETYPE_LIBS_value= | |
ac_cv_env_GOBJECT_CFLAGS_set= | |
ac_cv_env_GOBJECT_CFLAGS_value= | |
ac_cv_env_GOBJECT_LIBS_set= | |
ac_cv_env_GOBJECT_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_LIBRSVG_CFLAGS_set= | |
ac_cv_env_LIBRSVG_CFLAGS_value= | |
ac_cv_env_LIBRSVG_LIBS_set= | |
ac_cv_env_LIBRSVG_LIBS_value= | |
ac_cv_env_LIBSPECTRE_CFLAGS_set= | |
ac_cv_env_LIBSPECTRE_CFLAGS_value= | |
ac_cv_env_LIBSPECTRE_LIBS_set= | |
ac_cv_env_LIBSPECTRE_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_POPPLER_CFLAGS_set= | |
ac_cv_env_POPPLER_CFLAGS_value= | |
ac_cv_env_POPPLER_LIBS_set= | |
ac_cv_env_POPPLER_LIBS_value= | |
ac_cv_env_VALGRIND_CFLAGS_set= | |
ac_cv_env_VALGRIND_CFLAGS_value= | |
ac_cv_env_VALGRIND_LIBS_set= | |
ac_cv_env_VALGRIND_LIBS_value= | |
ac_cv_env_XMKMF_set= | |
ac_cv_env_XMKMF_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_cogl_CFLAGS_set= | |
ac_cv_env_cogl_CFLAGS_value= | |
ac_cv_env_cogl_LIBS_set= | |
ac_cv_env_cogl_LIBS_value= | |
ac_cv_env_directfb_CFLAGS_set= | |
ac_cv_env_directfb_CFLAGS_value= | |
ac_cv_env_directfb_LIBS_set= | |
ac_cv_env_directfb_LIBS_value= | |
ac_cv_env_drm_CFLAGS_set= | |
ac_cv_env_drm_CFLAGS_value= | |
ac_cv_env_drm_LIBS_set= | |
ac_cv_env_drm_LIBS_value= | |
ac_cv_env_egl_CFLAGS_set= | |
ac_cv_env_egl_CFLAGS_value= | |
ac_cv_env_egl_LIBS_set= | |
ac_cv_env_egl_LIBS_value= | |
ac_cv_env_gl_CFLAGS_set= | |
ac_cv_env_gl_CFLAGS_value= | |
ac_cv_env_gl_LIBS_set= | |
ac_cv_env_gl_LIBS_value= | |
ac_cv_env_glesv2_CFLAGS_set= | |
ac_cv_env_glesv2_CFLAGS_value= | |
ac_cv_env_glesv2_LIBS_set= | |
ac_cv_env_glesv2_LIBS_value= | |
ac_cv_env_glib_CFLAGS_set= | |
ac_cv_env_glib_CFLAGS_value= | |
ac_cv_env_glib_LIBS_set= | |
ac_cv_env_glib_LIBS_value= | |
ac_cv_env_gtk_CFLAGS_set= | |
ac_cv_env_gtk_CFLAGS_value= | |
ac_cv_env_gtk_LIBS_set= | |
ac_cv_env_gtk_LIBS_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_pixman_CFLAGS_set= | |
ac_cv_env_pixman_CFLAGS_value= | |
ac_cv_env_pixman_LIBS_set= | |
ac_cv_env_pixman_LIBS_value= | |
ac_cv_env_png_CFLAGS_set= | |
ac_cv_env_png_CFLAGS_value= | |
ac_cv_env_png_LIBS_set= | |
ac_cv_env_png_LIBS_value= | |
ac_cv_env_png_REQUIRES_set= | |
ac_cv_env_png_REQUIRES_value= | |
ac_cv_env_qt_CFLAGS_set= | |
ac_cv_env_qt_CFLAGS_value= | |
ac_cv_env_qt_LIBS_set= | |
ac_cv_env_qt_LIBS_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_env_xcb_CFLAGS_set= | |
ac_cv_env_xcb_CFLAGS_value= | |
ac_cv_env_xcb_LIBS_set= | |
ac_cv_env_xcb_LIBS_value= | |
ac_cv_env_xcb_shm_CFLAGS_set= | |
ac_cv_env_xcb_shm_CFLAGS_value= | |
ac_cv_env_xcb_shm_LIBS_set= | |
ac_cv_env_xcb_shm_LIBS_value= | |
ac_cv_env_xlib_CFLAGS_set= | |
ac_cv_env_xlib_CFLAGS_value= | |
ac_cv_env_xlib_LIBS_set= | |
ac_cv_env_xlib_LIBS_value= | |
ac_cv_env_xlib_xcb_CFLAGS_set= | |
ac_cv_env_xlib_xcb_CFLAGS_value= | |
ac_cv_env_xlib_xcb_LIBS_set= | |
ac_cv_env_xlib_xcb_LIBS_value= | |
ac_cv_env_xlib_xrender_CFLAGS_set= | |
ac_cv_env_xlib_xrender_CFLAGS_value= | |
ac_cv_env_xlib_xrender_LIBS_set= | |
ac_cv_env_xlib_xrender_LIBS_value= | |
ac_cv_func_FT_Get_X11_Font_Format=yes | |
ac_cv_func_FT_GlyphSlot_Embolden=yes | |
ac_cv_func_FT_GlyphSlot_Oblique=yes | |
ac_cv_func_FT_Library_SetLcdFilter=yes | |
ac_cv_func_FT_Load_Sfnt_Table=yes | |
ac_cv_func_FcFini=yes | |
ac_cv_func_FcInit=yes | |
ac_cv_func_XRenderCreateConicalGradient=yes | |
ac_cv_func_XRenderCreateLinearGradient=yes | |
ac_cv_func_XRenderCreateRadialGradient=yes | |
ac_cv_func_alarm=yes | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_ctime_r=yes | |
ac_cv_func_drand48=yes | |
ac_cv_func_feclearexcept=yes | |
ac_cv_func_fedisableexcept=no | |
ac_cv_func_feenableexcept=no | |
ac_cv_func_flockfile=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_funlockfile=yes | |
ac_cv_func_getline=yes | |
ac_cv_func_link=yes | |
ac_cv_func_mkdir=yes | |
ac_cv_func_mmap=yes | |
ac_cv_func_raise=yes | |
ac_cv_func_sched_getaffinity=no | |
ac_cv_func_strndup=yes | |
ac_cv_func_waitpid=yes | |
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' | |
ac_cv_header_ApplicationServices_ApplicationServices_h=yes | |
ac_cv_header_X11_extensions_XShm_h=yes | |
ac_cv_header_X11_extensions_shmproto_h=yes | |
ac_cv_header_X11_extensions_shmstr_h=yes | |
ac_cv_header_byteswap_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_fenv_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_io_h=no | |
ac_cv_header_libgen_h=yes | |
ac_cv_header_libiberty_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_sched_h=yes | |
ac_cv_header_setjmp_h=yes | |
ac_cv_header_signal_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_int_types_h=no | |
ac_cv_header_sys_ipc_h=yes | |
ac_cv_header_sys_mman_h=yes | |
ac_cv_header_sys_poll_h=yes | |
ac_cv_header_sys_shm_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_time_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_windows_h=no | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-apple-darwin11.4.0 | |
ac_cv_lib_bfd_bfd_openr=no | |
ac_cv_lib_dl_dlsym=yes | |
ac_cv_lib_rt_sched_yield=no | |
ac_cv_lib_rt_shm_open=no | |
ac_cv_lib_socket_connect=no | |
ac_cv_lib_z_compress=yes | |
ac_cv_member_FT_Bitmap_Size_y_ppem=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_FIND=/usr/bin/find | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_XARGS=/usr/bin/xargs | |
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_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_safe_to_define___extensions__=yes | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
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___uint128_t=yes | |
ac_cv_type_uint128_t=no | |
ac_cv_type_uint64_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
cairo_cv_atomic_op_needs_memory_barrier=no | |
cairo_cv_atomic_primitives=Intel | |
cairo_cv_warn_cflags= | |
cairo_cv_warn_maybe='-Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2' | |
cairo_cv_warn_unused_result= | |
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_FONTCONFIG_CFLAGS='-I/usr/X11/include ' | |
pkg_cv_FONTCONFIG_LIBS='-L/usr/X11/lib -lfontconfig ' | |
pkg_cv_FREETYPE_CFLAGS='-I/usr/X11/include/freetype2 -I/usr/X11/include ' | |
pkg_cv_FREETYPE_LIBS='-L/usr/X11/lib -lfreetype ' | |
pkg_cv_GOBJECT_CFLAGS='-I/usr/local/Cellar/glib/2.34.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include ' | |
pkg_cv_GOBJECT_LIBS='-L/usr/local/Cellar/glib/2.34.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lglib-2.0 -lintl ' | |
pkg_cv_glib_CFLAGS='-I/usr/local/Cellar/glib/2.34.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include ' | |
pkg_cv_glib_LIBS='-L/usr/local/Cellar/glib/2.34.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lglib-2.0 -lintl ' | |
pkg_cv_pixman_CFLAGS='-I/usr/local/Cellar/pixman/0.28.0/include/pixman-1 ' | |
pkg_cv_pixman_LIBS='-L/usr/local/Cellar/pixman/0.28.0/lib -lpixman-1 ' | |
pkg_cv_png_CFLAGS='-I/usr/X11/include/libpng15 ' | |
pkg_cv_png_LIBS='-L/usr/X11/lib -lpng15 ' | |
pkg_cv_xcb_CFLAGS='-I/usr/X11/include ' | |
pkg_cv_xcb_LIBS='-L/usr/X11/lib -lxcb-render -lxcb ' | |
pkg_cv_xcb_shm_CFLAGS='-I/usr/X11/include ' | |
pkg_cv_xcb_shm_LIBS='-L/usr/X11/lib -lxcb-shm -lxcb ' | |
pkg_cv_xlib_CFLAGS='-I/usr/X11/include ' | |
pkg_cv_xlib_LIBS='-L/usr/X11/lib -lX11 -lXext ' | |
pkg_cv_xlib_xrender_CFLAGS='-I/usr/X11/include ' | |
pkg_cv_xlib_xrender_LIBS='-L/usr/X11/lib -lXrender -lX11 ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/cairo-cEGj/cairo-1.12.8/build/missing --run aclocal-1.11' | |
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/cairo-cEGj/cairo-1.12.8/build/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/cairo-cEGj/cairo-1.12.8/build/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/cairo-cEGj/cairo-1.12.8/build/missing --run automake-1.11' | |
AWK='awk' | |
BFD_LIBS='' | |
BUILD_ANY2PPM_FALSE='#' | |
BUILD_ANY2PPM_TRUE='' | |
BUILD_CXX_FALSE='' | |
BUILD_CXX_TRUE='#' | |
BUILD_SPHINX_FALSE='#' | |
BUILD_SPHINX_TRUE='' | |
CAIROBOILERPLATE_LIBS='' | |
CAIRO_CAN_TEST_PDF_SURFACE_FALSE='' | |
CAIRO_CAN_TEST_PDF_SURFACE_TRUE='#' | |
CAIRO_CAN_TEST_PS_SURFACE_FALSE='' | |
CAIRO_CAN_TEST_PS_SURFACE_TRUE='#' | |
CAIRO_CAN_TEST_SVG_SURFACE_FALSE='' | |
CAIRO_CAN_TEST_SVG_SURFACE_TRUE='#' | |
CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE='' | |
CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE='#' | |
CAIRO_CFLAGS=' -I/usr/local/Cellar/pixman/0.28.0/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng15 -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include -I/usr/X11/include ' | |
CAIRO_HAS_BEOS_SURFACE_FALSE='' | |
CAIRO_HAS_BEOS_SURFACE_TRUE='#' | |
CAIRO_HAS_COGL_SURFACE_FALSE='' | |
CAIRO_HAS_COGL_SURFACE_TRUE='#' | |
CAIRO_HAS_DIRECTFB_SURFACE_FALSE='' | |
CAIRO_HAS_DIRECTFB_SURFACE_TRUE='#' | |
CAIRO_HAS_DLSYM_FALSE='#' | |
CAIRO_HAS_DLSYM_TRUE='' | |
CAIRO_HAS_DL_FALSE='#' | |
CAIRO_HAS_DL_TRUE='' | |
CAIRO_HAS_DRM_SURFACE_FALSE='' | |
CAIRO_HAS_DRM_SURFACE_TRUE='#' | |
CAIRO_HAS_EGL_FUNCTIONS_FALSE='' | |
CAIRO_HAS_EGL_FUNCTIONS_TRUE='#' | |
CAIRO_HAS_FC_FONT_FALSE='#' | |
CAIRO_HAS_FC_FONT_TRUE='' | |
CAIRO_HAS_FT_FONT_FALSE='#' | |
CAIRO_HAS_FT_FONT_TRUE='' | |
CAIRO_HAS_GALLIUM_SURFACE_FALSE='' | |
CAIRO_HAS_GALLIUM_SURFACE_TRUE='#' | |
CAIRO_HAS_GLESV2_SURFACE_FALSE='' | |
CAIRO_HAS_GLESV2_SURFACE_TRUE='#' | |
CAIRO_HAS_GLX_FUNCTIONS_FALSE='' | |
CAIRO_HAS_GLX_FUNCTIONS_TRUE='#' | |
CAIRO_HAS_GL_SURFACE_FALSE='' | |
CAIRO_HAS_GL_SURFACE_TRUE='#' | |
CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE='#' | |
CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE='' | |
CAIRO_HAS_INTERPRETER_FALSE='#' | |
CAIRO_HAS_INTERPRETER_TRUE='' | |
CAIRO_HAS_LCOV_FALSE='' | |
CAIRO_HAS_LCOV_TRUE='#' | |
CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE='#' | |
CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE='' | |
CAIRO_HAS_OS2_SURFACE_FALSE='' | |
CAIRO_HAS_OS2_SURFACE_TRUE='#' | |
CAIRO_HAS_PDF_SURFACE_FALSE='#' | |
CAIRO_HAS_PDF_SURFACE_TRUE='' | |
CAIRO_HAS_PNG_FUNCTIONS_FALSE='#' | |
CAIRO_HAS_PNG_FUNCTIONS_TRUE='' | |
CAIRO_HAS_PS_SURFACE_FALSE='#' | |
CAIRO_HAS_PS_SURFACE_TRUE='' | |
CAIRO_HAS_PTHREAD_FALSE='' | |
CAIRO_HAS_PTHREAD_TRUE='#' | |
CAIRO_HAS_QT_SURFACE_FALSE='' | |
CAIRO_HAS_QT_SURFACE_TRUE='#' | |
CAIRO_HAS_QUARTZ_FONT_FALSE='#' | |
CAIRO_HAS_QUARTZ_FONT_TRUE='' | |
CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE='' | |
CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE='#' | |
CAIRO_HAS_QUARTZ_SURFACE_FALSE='#' | |
CAIRO_HAS_QUARTZ_SURFACE_TRUE='' | |
CAIRO_HAS_SCRIPT_SURFACE_FALSE='#' | |
CAIRO_HAS_SCRIPT_SURFACE_TRUE='' | |
CAIRO_HAS_SKIA_SURFACE_FALSE='' | |
CAIRO_HAS_SKIA_SURFACE_TRUE='#' | |
CAIRO_HAS_SPECTRE_FALSE='' | |
CAIRO_HAS_SPECTRE_TRUE='#' | |
CAIRO_HAS_SVG_SURFACE_FALSE='#' | |
CAIRO_HAS_SVG_SURFACE_TRUE='' | |
CAIRO_HAS_SYMBOL_LOOKUP_FALSE='' | |
CAIRO_HAS_SYMBOL_LOOKUP_TRUE='#' | |
CAIRO_HAS_TEE_SURFACE_FALSE='' | |
CAIRO_HAS_TEE_SURFACE_TRUE='#' | |
CAIRO_HAS_TEST_SURFACES_FALSE='' | |
CAIRO_HAS_TEST_SURFACES_TRUE='#' | |
CAIRO_HAS_TRACE_FALSE='' | |
CAIRO_HAS_TRACE_TRUE='#' | |
CAIRO_HAS_VG_SURFACE_FALSE='' | |
CAIRO_HAS_VG_SURFACE_TRUE='#' | |
CAIRO_HAS_WGL_FUNCTIONS_FALSE='' | |
CAIRO_HAS_WGL_FUNCTIONS_TRUE='#' | |
CAIRO_HAS_WIN32_FONT_FALSE='' | |
CAIRO_HAS_WIN32_FONT_TRUE='#' | |
CAIRO_HAS_WIN32_SURFACE_FALSE='' | |
CAIRO_HAS_WIN32_SURFACE_TRUE='#' | |
CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE='#' | |
CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE='' | |
CAIRO_HAS_XCB_SURFACE_FALSE='#' | |
CAIRO_HAS_XCB_SURFACE_TRUE='' | |
CAIRO_HAS_XLIB_SURFACE_FALSE='#' | |
CAIRO_HAS_XLIB_SURFACE_TRUE='' | |
CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE='' | |
CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE='#' | |
CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE='#' | |
CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE='' | |
CAIRO_HAS_XML_SURFACE_FALSE='' | |
CAIRO_HAS_XML_SURFACE_TRUE='#' | |
CAIRO_LDFLAGS='' | |
CAIRO_LIBS=' -L/usr/local/Cellar/pixman/0.28.0/lib -lpixman-1 -L/usr/X11/lib -lfontconfig -L/usr/X11/lib -lfreetype -L/usr/X11/lib -lpng15 -Xlinker -framework -Xlinker ApplicationServices -L/usr/X11/lib -lxcb-shm -lxcb -L/usr/X11/lib -lxcb-render -lxcb -L/usr/X11/lib -lXrender -lX11 -L/usr/X11/lib -lX11 -lXext -lz -lz ' | |
CAIRO_LIBTOOL_VERSION_INFO='11202:8:11200' | |
CAIRO_NONPKGCONFIG_CFLAGS=' ' | |
CAIRO_NONPKGCONFIG_LIBS=' -lz -lz ' | |
CAIRO_RELEASE_STATUS='release' | |
CAIRO_REQUIRES=' gobject-2.0 glib-2.0 pixman-1 >= 0.22.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng xcb-shm xcb >= 1.6 xcb-render >= 1.6 xrender >= 0.6 x11 xext ' | |
CAIRO_TEST_MODE='' | |
CAIRO_TEST_UNDEFINED_LDFLAGS='' | |
CAIRO_VERSION_MAJOR='1' | |
CAIRO_VERSION_MICRO='8' | |
CAIRO_VERSION_MINOR='12' | |
CAIRO_VERSION_SONUM='2' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='cc -E' | |
CPPFLAGS='' | |
CROSS_COMPILING_FALSE='' | |
CROSS_COMPILING_TRUE='#' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DISABLE_SOME_FLOATING_POINT_FALSE='' | |
DISABLE_SOME_FLOATING_POINT_TRUE='#' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_GTK_DOC_FALSE='' | |
ENABLE_GTK_DOC_TRUE='#' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FIND='/usr/bin/find' | |
FONTCONFIG_CFLAGS='-I/usr/X11/include ' | |
FONTCONFIG_LIBS='-L/usr/X11/lib -lfontconfig ' | |
FREETYPE_CFLAGS='-I/usr/X11/include/freetype2 -I/usr/X11/include ' | |
FREETYPE_CONFIG='' | |
FREETYPE_LIBS='-L/usr/X11/lib -lfreetype ' | |
GOBJECT_CFLAGS='-I/usr/local/Cellar/glib/2.34.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include ' | |
GOBJECT_LIBS='-L/usr/local/Cellar/glib/2.34.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lglib-2.0 -lintl ' | |
GREP='/usr/bin/grep' | |
GS='' | |
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='' | |
HAVE_GTK_FALSE='' | |
HAVE_GTK_TRUE='#' | |
HAVE_PTHREAD_FALSE='' | |
HAVE_PTHREAD_TRUE='#' | |
HAVE_REAL_PTHREAD_FALSE='' | |
HAVE_REAL_PTHREAD_TRUE='#' | |
HAVE_SHM_FALSE='' | |
HAVE_SHM_TRUE='#' | |
HTML_DIR='${datadir}/gtk-doc/html' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LIBM='' | |
LIBOBJS='' | |
LIBRSVG_CFLAGS='' | |
LIBRSVG_LIBS='' | |
LIBS=' ' | |
LIBSPECTRE_CFLAGS='' | |
LIBSPECTRE_LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LTP='' | |
LTP_GENHTML='' | |
MAKEINFO='${SHELL} /private/tmp/cairo-cEGj/cairo-1.12.8/build/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='build/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OS_WIN32_FALSE='' | |
OS_WIN32_TRUE='#' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='cairo' | |
PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo' | |
PACKAGE_NAME='cairo' | |
PACKAGE_STRING='cairo 1.12.8' | |
PACKAGE_TARNAME='cairo' | |
PACKAGE_URL='http://cairographics.org/' | |
PACKAGE_VERSION='1.12.8' | |
PATH_SEPARATOR=':' | |
PKGCONFIG_REQUIRES='Requires.private' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
POPPLER_CFLAGS='' | |
POPPLER_LIBS='' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SHLIB_EXT='dylib' | |
SHM_LIBS='' | |
SHTOOL='' | |
STRIP='strip' | |
VALGRIND_CFLAGS='' | |
VALGRIND_LIBS='' | |
VERSION='1.12.8' | |
XARGS='/usr/bin/xargs' | |
XMKMF='' | |
X_CFLAGS='' | |
X_EXTRA_LIBS='' | |
X_LIBS='' | |
X_PRE_LIBS='' | |
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-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin11.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin11.4.0' | |
build_vendor='apple' | |
cogl_CFLAGS='' | |
cogl_LIBS='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
directfb_CFLAGS='' | |
directfb_LIBS='' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
drm_CFLAGS='' | |
drm_LIBS='' | |
dvidir='${docdir}' | |
egl_CFLAGS='' | |
egl_LIBS='' | |
exec_prefix='${prefix}' | |
gallium_DIR='' | |
gl_CFLAGS='' | |
gl_LIBS='' | |
glesv2_CFLAGS='' | |
glesv2_LIBS='' | |
glib_CFLAGS='-I/usr/local/Cellar/glib/2.34.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include ' | |
glib_LIBS='-L/usr/local/Cellar/glib/2.34.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lglib-2.0 -lintl ' | |
gtk_CFLAGS='' | |
gtk_LIBS='' | |
host='x86_64-apple-darwin11.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin11.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/cairo-cEGj/cairo-1.12.8/build/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mesa_DIR='' | |
mkdir_p='$(top_builddir)/build/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pixman_CFLAGS='-I/usr/local/Cellar/pixman/0.28.0/include/pixman-1 ' | |
pixman_LIBS='-L/usr/local/Cellar/pixman/0.28.0/lib -lpixman-1 ' | |
png_CFLAGS='-I/usr/X11/include/libpng15 ' | |
png_LIBS='-L/usr/X11/lib -lpng15 ' | |
png_REQUIRES='libpng' | |
prefix='/usr/local/Cellar/cairo/1.12.8' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
pthread_CFLAGS='' | |
pthread_LIBS='' | |
qt_CFLAGS='' | |
qt_LIBS='' | |
real_pthread_CFLAGS='' | |
real_pthread_LIBS='' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
shm_LIBS='' | |
skia_DIR='' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
xcb_CFLAGS='-I/usr/X11/include ' | |
xcb_LIBS='-L/usr/X11/lib -lxcb-render -lxcb ' | |
xcb_shm_CFLAGS='-I/usr/X11/include ' | |
xcb_shm_LIBS='-L/usr/X11/lib -lxcb-shm -lxcb ' | |
xlib_CFLAGS='-I/usr/X11/include ' | |
xlib_LIBS='-L/usr/X11/lib -lX11 -lXext ' | |
xlib_xcb_CFLAGS='' | |
xlib_xcb_LIBS='' | |
xlib_xrender_CFLAGS='-I/usr/X11/include ' | |
xlib_xrender_LIBS='-L/usr/X11/lib -lXrender -lX11 ' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "cairo" | |
#define PACKAGE_TARNAME "cairo" | |
#define PACKAGE_VERSION "1.12.8" | |
#define PACKAGE_STRING "cairo 1.12.8" | |
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | |
#define PACKAGE_URL "http://cairographics.org/" | |
#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 __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define WARN_UNUSED_RESULT | |
#define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
#define SIZEOF_VOID_P 8 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define SIZEOF_SIZE_T 8 | |
#define HAVE_BUILTIN_RETURN_ADDRESS 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_UINT64_T 1 | |
#define HAVE___UINT128_T 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_POLL_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_ALARM 1 | |
#define HAVE_SCHED_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_TIME_H 1 | |
#define HAVE_FECLEAREXCEPT 1 | |
#define HAVE_LIBGEN_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_SETJMP_H 1 | |
#define HAVE_FENV_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_CTIME_R 1 | |
#define HAVE_DRAND48 1 | |
#define HAVE_FLOCKFILE 1 | |
#define HAVE_FUNLOCKFILE 1 | |
#define HAVE_GETLINE 1 | |
#define HAVE_LINK 1 | |
#define HAVE_STRNDUP 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_MKDIR 2 | |
#define HAVE_FORK 1 | |
#define HAVE_WAITPID 1 | |
#define HAVE_RAISE 1 | |
#undef PACKAGE_VERSION | |
#undef PACKAGE_STRING | |
#undef PACKAGE_NAME | |
#undef PACKAGE_TARNAME | |
#define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | |
#define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | |
#define PACKAGE_NAME USE_cairo_INSTEAD | |
#define PACKAGE_TARNAME USE_cairo_INSTEAD | |
#define HAVE_ZLIB 1 | |
#define HAVE_DLFCN_H 1 | |
#define CAIRO_HAS_DLSYM 1 | |
#define HAVE_X11_EXTENSIONS_XSHM_H 1 | |
#define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | |
#define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | |
#define HAVE_XRENDERCREATELINEARGRADIENT 1 | |
#define HAVE_XRENDERCREATERADIALGRADIENT 1 | |
#define HAVE_XRENDERCREATECONICALGRADIENT 1 | |
#define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 | |
#define HAVE_FT_GET_X11_FONT_FORMAT 1 | |
#define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | |
#define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | |
#define HAVE_FT_LOAD_SFNT_TABLE 1 | |
#define HAVE_FT_LIBRARY_SETLCDFILTER 1 | |
#define HAVE_FCINIT 1 | |
#define HAVE_FCFINI 1 | |
#define HAS_PIXMAN_GLYPHS 1 | |
#define SHARED_LIB_EXT "dylib" | |
#define CAIRO_HAS_INTERPRETER 1 | |
configure: exit 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment