Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Instantly share code, notes, and snippets.

@hperl
Created June 21, 2010 09:22
Show Gist options
  • Save hperl/446635 to your computer and use it in GitHub Desktop.
Save hperl/446635 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pango configure 1.28.0, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/pango/1.28.0 --with-x
## --------- ##
## Platform. ##
## --------- ##
hostname = MacBookPro.local
uname -m = i386
uname -r = 10.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
/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 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 77 tasks, 312 threads, 2 processors
Load average: 1.03, Mach factor: 1.08
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/local/git/bin
PATH: /usr/texbin
PATH: /usr/X11/bin
PATH: /usr/local/git/bin/
PATH: /usr/local/texlive/2008/bin/universal-darwin
PATH: /opt/local/bin/
PATH: /usr/local/git/bin/
PATH: /usr/local/texlive/2008/bin/universal-darwin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2341: checking for a BSD-compatible install
configure:2409: result: /usr/bin/install -c
configure:2420: checking whether build environment is sane
configure:2480: result: yes
configure:2621: checking for a thread-safe mkdir -p
configure:2660: result: ./install-sh -c -d
configure:2673: checking for gawk
configure:2703: result: no
configure:2673: checking for mawk
configure:2703: result: no
configure:2673: checking for nawk
configure:2703: result: no
configure:2673: checking for awk
configure:2689: found /usr/bin/awk
configure:2700: result: awk
configure:2711: checking whether make sets $(MAKE)
configure:2733: result: yes
configure:2895: checking build system type
configure:2913: result: x86_64-apple-darwin10.3.0
configure:2935: checking host system type
configure:2950: result: x86_64-apple-darwin10.3.0
configure:2973: checking for native Win32
configure:2991: result: no
configure:3053: checking for gcc
configure:3080: result: /usr/bin/cc
configure:3312: checking for C compiler version
configure:3320: /usr/bin/cc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3324: $? = 0
configure:3331: /usr/bin/cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:3335: $? = 0
configure:3342: /usr/bin/cc -V >&5
gcc-4.2: argument to `-V' is missing
configure:3346: $? = 1
configure:3369: checking for C compiler default output file name
configure:3391: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3395: $? = 0
configure:3433: result: a.out
configure:3452: checking whether the C compiler works
configure:3462: ./a.out
configure:3466: $? = 0
configure:3485: result: yes
configure:3492: checking whether we are cross compiling
configure:3494: result: no
configure:3497: checking for suffix of executables
configure:3504: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3508: $? = 0
configure:3534: result:
configure:3540: checking for suffix of object files
configure:3566: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3570: $? = 0
configure:3595: result: o
configure:3599: checking whether we are using the GNU C compiler
configure:3628: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3635: $? = 0
configure:3652: result: yes
configure:3661: checking whether /usr/bin/cc accepts -g
configure:3691: /usr/bin/cc -c -g conftest.c >&5
configure:3698: $? = 0
configure:3799: result: yes
configure:3816: checking for /usr/bin/cc option to accept ISO C89
configure:3890: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3897: $? = 0
configure:3920: result: none needed
configure:3949: checking for style of include used by make
configure:3977: result: GNU
configure:4002: checking dependency style of /usr/bin/cc
configure:4112: result: gcc3
configure:4132: checking for c++
configure:4159: result: /usr/bin/c++
configure:4290: checking for C++ compiler version
configure:4298: /usr/bin/c++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4302: $? = 0
configure:4309: /usr/bin/c++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:4313: $? = 0
configure:4320: /usr/bin/c++ -V >&5
c++-4.2: argument to `-V' is missing
configure:4324: $? = 1
configure:4327: checking whether we are using the GNU C++ compiler
configure:4356: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:4363: $? = 0
configure:4380: result: yes
configure:4389: checking whether /usr/bin/c++ accepts -g
configure:4419: /usr/bin/c++ -c -g conftest.cpp >&5
configure:4426: $? = 0
configure:4527: result: yes
configure:4552: checking dependency style of /usr/bin/c++
configure:4662: result: gcc3
configure:4699: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe conftest.cpp >&5
configure:4706: $? = 0
configure:4851: checking for C++ compiler version
configure:4859: /usr/bin/c++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4863: $? = 0
configure:4870: /usr/bin/c++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:4874: $? = 0
configure:4881: /usr/bin/c++ -V >&5
c++-4.2: argument to `-V' is missing
configure:4885: $? = 1
configure:4888: checking whether we are using the GNU C++ compiler
configure:4941: result: yes
configure:4950: checking whether /usr/bin/c++ accepts -g
configure:5088: result: yes
configure:5113: checking dependency style of /usr/bin/c++
configure:5223: result: gcc3
configure:5245: checking for mprotect
configure:5301: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5308: $? = 0
configure:5330: result: yes
configure:5245: checking for sysconf
configure:5301: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5308: $? = 0
configure:5330: result: yes
configure:5245: checking for getpagesize
configure:5301: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5308: $? = 0
configure:5330: result: yes
configure:5347: checking how to run the C preprocessor
configure:5387: /usr/bin/cc -E conftest.c
configure:5394: $? = 0
configure:5425: /usr/bin/cc -E conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:5432: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.28.0"
| #define PACKAGE_STRING "pango 1.28.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE "pango"
| #define VERSION "1.28.0"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 2800
| #define PANGO_INTERFACE_AGE 0
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 28
| #define PANGO_VERSION_MICRO 0
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5465: result: /usr/bin/cc -E
configure:5494: /usr/bin/cc -E conftest.c
configure:5501: $? = 0
configure:5532: /usr/bin/cc -E conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:5539: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.28.0"
| #define PACKAGE_STRING "pango 1.28.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE "pango"
| #define VERSION "1.28.0"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 2800
| #define PANGO_INTERFACE_AGE 0
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 28
| #define PANGO_VERSION_MICRO 0
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5579: checking for grep that handles long lines and -e
configure:5639: result: /usr/bin/grep
configure:5644: checking for egrep
configure:5708: result: /usr/bin/grep -E
configure:5713: checking for ANSI C header files
configure:5743: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5750: $? = 0
configure:5849: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5853: $? = 0
configure:5859: ./conftest
configure:5863: $? = 0
configure:5881: result: yes
configure:5905: checking for sys/types.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for sys/stat.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for stdlib.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for string.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for memory.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for strings.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for inttypes.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for stdint.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5905: checking for unistd.h
configure:5926: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5933: $? = 0
configure:5950: result: yes
configure:5970: checking for unistd.h
configure:5977: result: yes
configure:5981: checking sys/mman.h usability
configure:5998: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:6005: $? = 0
configure:6019: result: yes
configure:6023: checking sys/mman.h presence
configure:6038: /usr/bin/cc -E conftest.c
configure:6045: $? = 0
configure:6059: result: yes
configure:6092: checking for sys/mman.h
configure:6101: result: yes
configure:6498: checking for a sed that does not truncate output
configure:6564: result: /usr/bin/sed
configure:6582: checking for fgrep
configure:6646: result: /usr/bin/grep -F
configure:6681: checking for ld used by /usr/bin/cc
configure:6748: result: /usr/bin/cc
configure:6757: checking if the linker (/usr/bin/cc) is GNU ld
configure:6772: result: no
configure:6784: checking for BSD- or MS-compatible name lister (nm)
configure:6833: result: /usr/bin/nm
configure:6951: checking the name lister (/usr/bin/nm) interface
configure:6958: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:6961: /usr/bin/nm "conftest.o"
configure:6964: output
0000000000000000 D _some_variable
configure:6971: result: BSD nm
configure:6974: checking whether ln -s works
configure:6978: result: yes
configure:6986: checking the maximum length of command line arguments
configure:7106: result: 196608
configure:7123: checking whether the shell understands some XSI constructs
configure:7133: result: yes
configure:7137: checking whether the shell understands "+="
configure:7143: result: yes
configure:7178: checking for /usr/bin/cc option to reload object files
configure:7185: result: -r
configure:7254: checking for objdump
configure:7281: result: objdump
configure:7310: checking how to recognize dependent libraries
configure:7506: result: pass_all
configure:7566: checking for ar
configure:7582: found /usr/bin/ar
configure:7593: result: ar
configure:7671: checking for strip
configure:7687: found /usr/bin/strip
configure:7698: result: strip
configure:7770: checking for ranlib
configure:7786: found /usr/bin/ranlib
configure:7797: result: ranlib
configure:7887: checking command to parse /usr/bin/nm output from /usr/bin/cc object
configure:8005: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8008: $? = 0
configure:8012: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8015: $? = 0
cannot find nm_test_var in conftest.nm
configure:8005: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:8008: $? = 0
configure:8012: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:8015: $? = 0
configure:8069: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c conftstm.o >&5
configure:8072: $? = 0
configure:8110: result: ok
configure:8403: checking for dsymutil
configure:8419: found /usr/bin/dsymutil
configure:8430: result: dsymutil
configure:8495: checking for nmedit
configure:8511: found /usr/bin/nmedit
configure:8522: result: nmedit
configure:8587: checking for lipo
configure:8603: found /usr/bin/lipo
configure:8614: result: lipo
configure:8679: checking for otool
configure:8695: found /usr/bin/otool
configure:8706: result: otool
configure:8771: checking for otool64
configure:8801: result: no
configure:8846: checking for -single_module linker flag
/usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8873: result: yes
configure:8875: checking for -exported_symbols_list linker flag
configure:8905: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8912: $? = 0
configure:8934: result: yes
configure:8975: checking for dlfcn.h
configure:8996: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:9003: $? = 0
configure:9020: result: yes
configure:9147: checking for C++ compiler version
configure:9155: /usr/bin/c++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:9159: $? = 0
configure:9166: /usr/bin/c++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:9170: $? = 0
configure:9177: /usr/bin/c++ -V >&5
c++-4.2: argument to `-V' is missing
configure:9181: $? = 1
configure:9184: checking whether we are using the GNU C++ compiler
configure:9237: result: yes
configure:9246: checking whether /usr/bin/c++ accepts -g
configure:9384: result: yes
configure:9409: checking dependency style of /usr/bin/c++
configure:9519: result: gcc3
configure:9542: checking how to run the C++ preprocessor
configure:9578: /usr/bin/c++ -E conftest.cpp
configure:9585: $? = 0
configure:9616: /usr/bin/c++ -E conftest.cpp
conftest.cpp:32:28: error: ac_nonexistent.h: No such file or directory
configure:9623: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.28.0"
| #define PACKAGE_STRING "pango 1.28.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE "pango"
| #define VERSION "1.28.0"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 2800
| #define PANGO_INTERFACE_AGE 0
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 28
| #define PANGO_VERSION_MICRO 0
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9656: result: /usr/bin/c++ -E
configure:9685: /usr/bin/c++ -E conftest.cpp
configure:9692: $? = 0
configure:9723: /usr/bin/c++ -E conftest.cpp
conftest.cpp:32:28: error: ac_nonexistent.h: No such file or directory
configure:9730: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.28.0"
| #define PACKAGE_STRING "pango 1.28.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE "pango"
| #define VERSION "1.28.0"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 2800
| #define PANGO_INTERFACE_AGE 0
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 28
| #define PANGO_VERSION_MICRO 0
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9911: checking for objdir
configure:9926: result: .libs
configure:10218: checking if /usr/bin/cc supports -fno-rtti -fno-exceptions
configure:10236: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions conftest.c >&5
configure:10240: $? = 0
configure:10253: result: yes
configure:10273: checking for /usr/bin/cc option to produce PIC
configure:10545: result: -fno-common -DPIC
configure:10557: checking if /usr/bin/cc PIC flag -fno-common -DPIC works
configure:10575: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -fno-common -DPIC -DPIC conftest.c >&5
configure:10579: $? = 0
configure:10592: result: yes
configure:10616: checking if /usr/bin/cc static flag -static works
configure:10644: result: no
configure:10659: checking if /usr/bin/cc supports -c -o file.o
configure:10680: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -o out/conftest2.o conftest.c >&5
configure:10684: $? = 0
configure:10706: result: yes
configure:10714: checking if /usr/bin/cc supports -c -o file.o
configure:10761: result: yes
configure:10794: checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries
configure:11868: result: yes
configure:12107: checking dynamic linker characteristics
configure:12793: result: darwin10.3.0 dyld
configure:12895: checking how to hardcode library paths into programs
configure:12920: result: immediate
configure:13753: checking whether stripping libraries is possible
configure:13767: result: yes
configure:13793: checking if libtool supports shared libraries
configure:13795: result: yes
configure:13798: checking whether to build shared libraries
configure:13819: result: yes
configure:13822: checking whether to build static libraries
configure:13826: result: no
configure:13976: checking for ld used by /usr/bin/c++
configure:14043: result: /usr/bin/cc
configure:14052: checking if the linker (/usr/bin/cc) is GNU ld
configure:14067: result: no
configure:14122: checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries
configure:15097: result: yes
configure:15125: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions conftest.cpp >&5
configure:15128: $? = 0
configure:15310: checking for /usr/bin/c++ option to produce PIC
configure:15627: result: -fno-common -DPIC
configure:15636: checking if /usr/bin/c++ PIC flag -fno-common -DPIC works
configure:15654: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15658: $? = 0
configure:15671: result: yes
configure:15692: checking if /usr/bin/c++ static flag -static works
configure:15720: result: no
configure:15732: checking if /usr/bin/c++ supports -c -o file.o
configure:15753: /usr/bin/c++ -c -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions -o out/conftest2.o conftest.cpp >&5
configure:15757: $? = 0
configure:15779: result: yes
configure:15784: checking if /usr/bin/c++ supports -c -o file.o
configure:15831: result: yes
configure:15861: checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries
configure:15887: result: yes
configure:16024: checking dynamic linker characteristics
configure:16658: result: darwin10.3.0 dyld
configure:16709: checking how to hardcode library paths into programs
configure:16734: result: immediate
configure:16793: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:603: creating libtool
configure:18350: checking for some Win32 platform
configure:18360: result: no
configure:18566: checking for X
configure:18681: /usr/bin/cc -E conftest.c
configure:18688: $? = 0
configure:18737: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c -lX11 >&5
ld: library not found for -lX11
collect2: ld returned 1 exit status
configure:18744: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.28.0"
| #define PACKAGE_STRING "pango 1.28.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE "pango"
| #define VERSION "1.28.0"
| #define MODULE_VERSION "1.6.0"
| #define PANGO_BINARY_AGE 2800
| #define PANGO_INTERFACE_AGE 0
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 28
| #define PANGO_VERSION_MICRO 0
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
| ;
| return 0;
| }
configure:18806: result: libraries /usr/X11/lib, headers
configure:18828: checking whether -R must be followed by a space
configure:18854: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c -R/usr/X11/lib >&5
configure:18861: $? = 0
configure:18869: result: no
configure:18975: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c -L/usr/X11/lib -R/usr/X11/lib -lX11 >&5
configure:18982: $? = 0
configure:19150: checking for gethostbyname
configure:19206: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c >&5
configure:19213: $? = 0
configure:19233: result: yes
configure:19386: checking for connect
configure:19442: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c >&5
configure:19449: $? = 0
configure:19469: result: yes
configure:19545: checking for remove
configure:19601: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c >&5
configure:19608: $? = 0
configure:19628: result: yes
configure:19704: checking for shmat
configure:19760: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c >&5
configure:19767: $? = 0
configure:19787: result: yes
configure:19872: checking for IceConnectionNumber in -lICE
configure:19907: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wall -L/usr/X11/lib conftest.c -lICE >&5
configure:19914: $? = 0
configure:19935: result: yes
configure:20025: checking for pkg-config
configure:20043: found /usr/local/bin/pkg-config
configure:20055: result: /usr/local/bin/pkg-config
configure:20080: checking pkg-config is at least version 0.9.0
configure:20083: result: yes
configure:20094: checking for FONTCONFIG
configure:20101: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0"
configure:20104: $? = 0
configure:20117: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0"
configure:20120: $? = 0
configure:20157: result: yes
configure:20170: checking for FREETYPE
configure:20177: $PKG_CONFIG --exists --print-errors "freetype2"
configure:20180: $? = 0
configure:20193: $PKG_CONFIG --exists --print-errors "freetype2"
configure:20196: $? = 0
configure:20233: result: yes
configure:20263: checking for XFT
configure:20270: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
configure:20273: $? = 0
configure:20286: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
configure:20289: $? = 0
configure:20326: result: yes
configure:20426: checking Carbon/Carbon.h usability
configure:20443: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -Wall conftest.c >&5
configure:20450: $? = 0
configure:20464: result: yes
configure:20468: checking Carbon/Carbon.h presence
configure:20483: /usr/bin/cc -E conftest.c
configure:20490: $? = 0
configure:20504: result: yes
configure:20537: checking for Carbon/Carbon.h
configure:20544: result: yes
configure:20571: checking for CAIRO
configure:20578: $PKG_CONFIG --exists --print-errors "cairo >= $cairo_required"
configure:20581: $? = 0
configure:20594: $PKG_CONFIG --exists --print-errors "cairo >= $cairo_required"
configure:20597: $? = 0
configure:20634: result: yes
configure:20650: $PKG_CONFIG --exists --print-errors "cairo-ft >= $cairo_required"
configure:20653: $? = 0
configure:20694: $PKG_CONFIG --exists --print-errors "cairo-quartz-font >= $cairo_required"
Package cairo-quartz-font was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-quartz-font.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cairo-quartz-font' found
configure:20697: $? = 1
configure:20714: checking which cairo font backends could be used
configure:20717: result: freetype
configure:20734: $PKG_CONFIG --exists --print-errors "cairo-png >= $cairo_required"
configure:20737: $? = 0
configure:20752: $PKG_CONFIG --exists --print-errors "cairo-ps >= $cairo_required"
configure:20755: $? = 0
configure:20770: $PKG_CONFIG --exists --print-errors "cairo-pdf >= $cairo_required"
configure:20773: $? = 0
configure:20788: $PKG_CONFIG --exists --print-errors "cairo-xlib >= $cairo_required"
configure:20791: $? = 0
configure:20897: checking for GLIB
configure:20904: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-2.0' found
Package gmodule-no-export-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gmodule-no-export-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gmodule-no-export-2.0' found
configure:20907: $? = 1
configure:20920: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-2.0' found
Package gmodule-no-export-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gmodule-no-export-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gmodule-no-export-2.0' found
configure:20923: $? = 1
No package 'glib-2.0' found
No package 'gobject-2.0' found
No package 'gmodule-no-export-2.0' found
configure:20950: result: no
configure:20954: error:
*** Glib 2.17.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin10.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe'
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=set
ac_cv_env_CXXFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/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_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTHAI_CFLAGS_set=
ac_cv_env_LIBTHAI_CFLAGS_value=
ac_cv_env_LIBTHAI_LIBS_set=
ac_cv_env_LIBTHAI_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XFT_CFLAGS_set=
ac_cv_env_XFT_CFLAGS_value=
ac_cv_env_XFT_LIBS_set=
ac_cv_env_XFT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_mprotect=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_sysconf=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/usr/X11/lib'\'''
ac_cv_header_Carbon_Carbon_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin10.3.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/cc -E'
ac_cv_prog_CXX=/usr/bin/c++
ac_cv_prog_CXXCPP='/usr/bin/c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/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_OBJDUMP=objdump
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_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_apple_cc_single_mod=yes
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_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/cc
lt_cv_path_LDCXX=/usr/bin/cc
lt_cv_path_NM=/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
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_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
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
pkg_cv_CAIRO_CFLAGS='-I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 '
pkg_cv_CAIRO_LIBS='-L/usr/X11/lib -lcairo '
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_XFT_CFLAGS='-I/usr/X11/include -I/usr/X11/include/freetype2 '
pkg_cv_XFT_LIBS='-L/usr/X11/lib -lXft -lfontconfig -lfreetype -lXrender -lX11 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/missing --run automake-1.11'
AWK='awk'
CAIRO_CFLAGS='-I/usr/X11/include/cairo -I/usr/X11/include/pixman-1 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 '
CAIRO_LIBS='-L/usr/X11/lib -lcairo '
CAIRO_PREFIX=''
CC='/usr/bin/cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -march=core2 -msse4.1 -w -pipe -Wall'
CPP='/usr/bin/cc -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='/usr/bin/c++'
CXXCPP='/usr/bin/c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE=''
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
DYNAMIC_ARABIC_FC_FALSE=''
DYNAMIC_ARABIC_FC_TRUE=''
DYNAMIC_ARABIC_LANG_FALSE=''
DYNAMIC_ARABIC_LANG_TRUE=''
DYNAMIC_BASIC_ATSUI_FALSE=''
DYNAMIC_BASIC_ATSUI_TRUE=''
DYNAMIC_BASIC_FC_FALSE=''
DYNAMIC_BASIC_FC_TRUE=''
DYNAMIC_BASIC_WIN32_FALSE=''
DYNAMIC_BASIC_WIN32_TRUE=''
DYNAMIC_BASIC_X_FALSE=''
DYNAMIC_BASIC_X_TRUE=''
DYNAMIC_HANGUL_FC_FALSE=''
DYNAMIC_HANGUL_FC_TRUE=''
DYNAMIC_HEBREW_FC_FALSE=''
DYNAMIC_HEBREW_FC_TRUE=''
DYNAMIC_INDIC_FC_FALSE=''
DYNAMIC_INDIC_FC_TRUE=''
DYNAMIC_INDIC_LANG_FALSE=''
DYNAMIC_INDIC_LANG_TRUE=''
DYNAMIC_KHMER_FC_FALSE=''
DYNAMIC_KHMER_FC_TRUE=''
DYNAMIC_SYRIAC_FC_FALSE=''
DYNAMIC_SYRIAC_FC_TRUE=''
DYNAMIC_THAI_FC_FALSE=''
DYNAMIC_THAI_FC_TRUE=''
DYNAMIC_THAI_LANG_FALSE=''
DYNAMIC_THAI_LANG_TRUE=''
DYNAMIC_TIBETAN_FC_FALSE=''
DYNAMIC_TIBETAN_FC_TRUE=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DOC_CROSS_REFERENCES_FALSE=''
ENABLE_DOC_CROSS_REFERENCES_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
FONTCONFIG_CFLAGS='-I/usr/X11/include '
FONTCONFIG_LIBS='-L/usr/X11/lib -lfontconfig '
FREETYPE_CFLAGS='-I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include '
FREETYPE_LIBS='-L/usr/X11/lib -lfreetype -L/usr/X11/lib -lfontconfig '
GLIB_CFLAGS=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GLIB_PREFIX=''
GREP='/usr/bin/grep'
GTKDOC_CHECK=''
GTKDOC_MKPDF=''
GTKDOC_REBASE=''
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_CAIRO_ATSUI_FALSE=''
HAVE_CAIRO_ATSUI_TRUE='#'
HAVE_CAIRO_FALSE='#'
HAVE_CAIRO_FREETYPE_FALSE='#'
HAVE_CAIRO_FREETYPE_TRUE=''
HAVE_CAIRO_PDF_FALSE='#'
HAVE_CAIRO_PDF_TRUE=''
HAVE_CAIRO_PNG_FALSE='#'
HAVE_CAIRO_PNG_TRUE=''
HAVE_CAIRO_PS_FALSE='#'
HAVE_CAIRO_PS_TRUE=''
HAVE_CAIRO_TRUE=''
HAVE_CAIRO_WIN32_FALSE=''
HAVE_CAIRO_WIN32_TRUE='#'
HAVE_CAIRO_XLIB_FALSE='#'
HAVE_CAIRO_XLIB_TRUE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_DYNAMIC_MODULES_FALSE=''
HAVE_DYNAMIC_MODULES_TRUE=''
HAVE_FREETYPE_FALSE='#'
HAVE_FREETYPE_TRUE=''
HAVE_INCLUDED_MODULES_FALSE=''
HAVE_INCLUDED_MODULES_TRUE=''
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE=''
HAVE_WIN32_FALSE=''
HAVE_WIN32_TRUE='#'
HAVE_XFT_FALSE='#'
HAVE_XFT_TRUE=''
HAVE_X_FALSE='#'
HAVE_X_TRUE=''
HTML_DIR=''
INCLUDED_ATSUI_MODULES=''
INCLUDED_FC_MODULES=''
INCLUDED_LANG_MODULES=''
INCLUDED_WIN32_MODULES=''
INCLUDED_X_MODULES=''
INCLUDE_ARABIC_FC_FALSE=''
INCLUDE_ARABIC_FC_TRUE=''
INCLUDE_ARABIC_LANG_FALSE=''
INCLUDE_ARABIC_LANG_TRUE=''
INCLUDE_BASIC_ATSUI_FALSE=''
INCLUDE_BASIC_ATSUI_TRUE=''
INCLUDE_BASIC_FC_FALSE=''
INCLUDE_BASIC_FC_TRUE=''
INCLUDE_BASIC_WIN32_FALSE=''
INCLUDE_BASIC_WIN32_TRUE=''
INCLUDE_BASIC_X_FALSE=''
INCLUDE_BASIC_X_TRUE=''
INCLUDE_HANGUL_FC_FALSE=''
INCLUDE_HANGUL_FC_TRUE=''
INCLUDE_HEBREW_FC_FALSE=''
INCLUDE_HEBREW_FC_TRUE=''
INCLUDE_INDIC_FC_FALSE=''
INCLUDE_INDIC_FC_TRUE=''
INCLUDE_INDIC_LANG_FALSE=''
INCLUDE_INDIC_LANG_TRUE=''
INCLUDE_KHMER_FC_FALSE=''
INCLUDE_KHMER_FC_TRUE=''
INCLUDE_SYRIAC_FC_FALSE=''
INCLUDE_SYRIAC_FC_TRUE=''
INCLUDE_THAI_FC_FALSE=''
INCLUDE_THAI_FC_TRUE=''
INCLUDE_THAI_LANG_FALSE=''
INCLUDE_THAI_LANG_TRUE=''
INCLUDE_TIBETAN_FC_FALSE=''
INCLUDE_TIBETAN_FC_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='/usr/bin/cc'
LDFLAGS=''
LIBOBJS=''
LIBRARY_LIBTOOL_OPTIONS=''
LIBS=''
LIBTHAI_CFLAGS=''
LIBTHAI_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_EXE_MACHINE_FLAG=''
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
MODULE_LIBTOOL_OPTIONS=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='pango'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
PACKAGE_NAME='pango'
PACKAGE_STRING='pango 1.28.0'
PACKAGE_TARNAME='pango'
PACKAGE_VERSION='1.28.0'
PANGO_API_VERSION='1.0'
PANGO_BINARY_AGE='2800'
PANGO_CURRENT_MINUS_AGE='0'
PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
PANGO_INTERFACE_AGE='0'
PANGO_MODULE_VERSION='1.6.0'
PANGO_VERSION='1.28.0'
PANGO_VERSION_MAJOR='1'
PANGO_VERSION_MICRO='0'
PANGO_VERSION_MINOR='28'
PATH_SEPARATOR=':'
PKGCONFIG_CAIRO_REQUIRES=''
PKGCONFIG_MATH_LIBS=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.28.0'
WIN32_LIBS=''
WINDRES=''
XFT_CFLAGS='-I/usr/X11/include -I/usr/X11/include/freetype2 '
XFT_LIBS='-L/usr/X11/lib -lXft -lfontconfig -lfreetype -lXrender -lX11 '
XMKMF=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11/lib -R/usr/X11/lib -lX11'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='/usr/bin/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__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin10.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin10.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-pango-1.28.0-Qo6r/pango-1.28.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/pango/1.28.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "pango"
#define PACKAGE_TARNAME "pango"
#define PACKAGE_VERSION "1.28.0"
#define PACKAGE_STRING "pango 1.28.0"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
#define PACKAGE "pango"
#define VERSION "1.28.0"
#define MODULE_VERSION "1.6.0"
#define PANGO_BINARY_AGE 2800
#define PANGO_INTERFACE_AGE 0
#define PANGO_VERSION_MAJOR 1
#define PANGO_VERSION_MINOR 28
#define PANGO_VERSION_MICRO 0
#define HAVE_MPROTECT 1
#define HAVE_SYSCONF 1
#define HAVE_GETPAGESIZE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_X 1
#define HAVE_FREETYPE 1
#define HAVE_XFT 1
#define HAVE_CAIRO_FREETYPE 1
#define HAVE_CAIRO 1
#define HAVE_CAIRO_PNG 1
#define HAVE_CAIRO_PS 1
#define HAVE_CAIRO_PDF 1
#define HAVE_CAIRO_XLIB 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment