-
-
Save elhoyos/2788977 to your computer and use it in GitHub Desktop.
Failed to install gtk-doc due to xml-doc failure
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
HOMEBREW_VERSION: 0.9 | |
HEAD: 3f070ef24522adf624d2ecb11c5596dcc648e9a4 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.6.8 | |
Kernel Architecture: x86_64 | |
Xcode: 4.2 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 3.0 build 211 | |
MacPorts or Fink? false | |
X11: /usr/X11 | |
System Ruby: 1.8.7-249 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
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
Your system is raring to brew. |
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
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.18/gtk-doc-1.18.tar.bz2 | |
######################################################################## 100.0% | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/gtk-doc/1.18 --disable-scrollkeeper --with-xml-catalog=/usr/local/etc/xml/catalog | |
==> make | |
Making all in help | |
Making all in manual | |
msgfmt -o bn_IN/bn_IN.mo bn_IN/bn_IN.po | |
msgfmt -o en_GB/en_GB.mo en_GB/en_GB.po | |
msgfmt -o el/el.mo el/el.po | |
msgfmt -o de/de.mo de/de.po | |
msgfmt -o es/es.mo es/es.po | |
msgfmt -o fr/fr.mo fr/fr.po | |
msgfmt -o gu/gu.mo gu/gu.po | |
msgfmt -o sl/sl.mo sl/sl.po | |
msgfmt -o te/te.mo te/te.po | |
msgfmt -o ta/ta.mo ta/ta.po | |
msgfmt -o sv/sv.mo sv/sv.po | |
xsltproc -o gtk-doc-manual-C.omf --stringparam db2omf.basename gtk-doc-manual --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/Cellar/gtk-doc/1.18/share/omf" --stringparam db2omf.help_dir "/usr/local/Cellar/gtk-doc/1.18/share/gnome/help" --stringparam db2omf.omf_in "/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/gtk-doc-manual.omf.in" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` C/gtk-doc-manual.xml || { rm -f "gtk-doc-manual-C.omf"; exit 1; } | |
C/gtk-doc-manual.xml:9: warning: failed to load external entity "-//OASIS//DTD DocBook XML V4.3//EN" | |
]><!-- =============Document Header ============================= --> | |
^ | |
if ! test -d bn_IN/; then mkdir bn_IN/; fi | |
if ! test -d de/; then mkdir de/; fi | |
if ! test -d el/; then mkdir el/; fi | |
if [ -f "C/gtk-doc-manual.xml" ]; then d="../"; else d="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/"; fi; \ | |
mo="bn_IN/bn_IN.mo"; \ | |
if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/${mo}"; fi; \ | |
(cd bn_IN/ && \ | |
`which xml2po` -m docbook -e -t "${mo}" \ | |
"${d}C/gtk-doc-manual.xml" > gtk-doc-manual.xml.tmp && \ | |
cp gtk-doc-manual.xml.tmp gtk-doc-manual.xml && rm -f gtk-doc-manual.xml.tmp) | |
if [ -f "C/gtk-doc-manual.xml" ]; then d="../"; else d="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/"; fi; \ | |
mo="de/de.mo"; \ | |
if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/${mo}"; fi; \ | |
(cd de/ && \ | |
`which xml2po` -m docbook -e -t "${mo}" \ | |
"${d}C/gtk-doc-manual.xml" > gtk-doc-manual.xml.tmp && \ | |
cp gtk-doc-manual.xml.tmp gtk-doc-manual.xml && rm -f gtk-doc-manual.xml.tmp) | |
if [ -f "C/gtk-doc-manual.xml" ]; then d="../"; else d="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/"; fi; \ | |
mo="el/el.mo"; \ | |
if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/${mo}"; fi; \ | |
(cd el/ && \ | |
`which xml2po` -m docbook -e -t "${mo}" \ | |
"${d}C/gtk-doc-manual.xml" > gtk-doc-manual.xml.tmp && \ | |
cp gtk-doc-manual.xml.tmp gtk-doc-manual.xml && rm -f gtk-doc-manual.xml.tmp) | |
if ! test -d en_GB/; then mkdir en_GB/; fi | |
if [ -f "C/gtk-doc-manual.xml" ]; then d="../"; else d="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/"; fi; \ | |
mo="en_GB/en_GB.mo"; \ | |
if [ -f "${mo}" ]; then mo="../${mo}"; else mo="/private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/help/manual/${mo}"; fi; \ | |
(cd en_GB/ && \ | |
`which xml2po` -m docbook -e -t "${mo}" \ | |
"${d}C/gtk-doc-manual.xml" > gtk-doc-manual.xml.tmp && \ | |
cp gtk-doc-manual.xml.tmp gtk-doc-manual.xml && rm -f gtk-doc-manual.xml.tmp) | |
Traceback (most recent call last): | |
Traceback (most recent call last): | |
File "/usr/local/bin/xml2po", line 191, in <module> | |
Traceback (most recent call last): | |
File "/usr/local/bin/xml2po", line 191, in <module> | |
File "/usr/local/bin/xml2po", line 191, in <module> | |
main(sys.argv[1:]) | |
File "/usr/local/bin/xml2po", line 88, in main | |
main(sys.argv[1:]) | |
File "/usr/local/bin/xml2po", line 88, in main | |
main(sys.argv[1:]) | |
File "/usr/local/bin/xml2po", line 88, in main | |
from xml2po import Main | |
ImportError: No module named xml2po | |
from xml2po import Main | |
from xml2po import Main | |
ImportError: No module named xml2po | |
ImportError: No module named xml2po | |
Traceback (most recent call last): | |
File "/usr/local/bin/xml2po", line 191, in <module> | |
main(sys.argv[1:]) | |
File "/usr/local/bin/xml2po", line 88, in main | |
from xml2po import Main | |
ImportError: No module named xml2po | |
make[2]: *** [el/gtk-doc-manual.xml] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[2]: *** [de/gtk-doc-manual.xml] Error 1 | |
make[2]: *** [bn_IN/gtk-doc-manual.xml] Error 1 | |
make[2]: *** [en_GB/gtk-doc-manual.xml] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
config.log was copied to /Users/juanhoyos/Library/Logs/Homebrew | |
==> Build Environment | |
CPU: quad-core 64-bit sandybridge | |
MacOS: 10.6.8-x86_64 | |
Xcode: 4.2 | |
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 | |
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CFLAGS: -Os -w -pipe -march=core2 -msse4 | |
CXXFLAGS: -Os -w -pipe -march=core2 -msse4 | |
CPPFLAGS: -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include | |
LDFLAGS: -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib | |
MAKEFLAGS: -j4 | |
PKG_CONFIG_PATH: /usr/local/Cellar/libffi/3.0.11/lib/pkgconfig:/usr/local/Cellar/libxml2/2.7.8/lib/pkgconfig | |
Error: Failed executing: make (gtk-doc.rb:28) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs |
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 gtk-doc configure 1.18, which was | |
generated by GNU Autoconf 2.65. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk-doc/1.18 --disable-scrollkeeper --with-xml-catalog=/usr/local/etc/xml/catalog | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = jimbos.local | |
uname -m = x86_64 | |
uname -r = 10.8.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~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 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
4 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 96 tasks, 493 threads, 4 processors | |
Load average: 0.91, Mach factor: 3.08 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Cellar/libffi/3.0.11/bin | |
PATH: /usr/local/Cellar/libxml2/2.7.8/bin | |
PATH: /usr/local/Cellar/gettext/0.18.1.1/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /usr/local/git/bin | |
PATH: /usr/X11/bin | |
PATH: /Users/juanhoyos/.rvm/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2329: checking for a BSD-compatible install | |
configure:2397: result: /usr/bin/install -c | |
configure:2408: checking whether build environment is sane | |
configure:2458: result: yes | |
configure:2599: checking for a thread-safe mkdir -p | |
configure:2638: result: build-aux/install-sh -c -d | |
configure:2651: checking for gawk | |
configure:2681: result: no | |
configure:2651: checking for mawk | |
configure:2681: result: no | |
configure:2651: checking for nawk | |
configure:2681: result: no | |
configure:2651: checking for awk | |
configure:2667: found /usr/bin/awk | |
configure:2678: result: awk | |
configure:2689: checking whether make sets $(MAKE) | |
configure:2711: result: yes | |
configure:2786: checking how to create a ustar tar archive | |
configure:2799: tar --version | |
bsdtar 2.6.2 - libarchive 2.6.2 | |
configure:2802: $? = 0 | |
configure:2842: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:2845: $? = 0 | |
configure:2849: tar -xf - <conftest.tar | |
configure:2852: $? = 0 | |
configure:2865: result: gnutar | |
configure:2873: checking whether to disable maintainer-specific portions of Makefiles | |
configure:2882: result: yes | |
configure:2912: checking whether ln -s works | |
configure:2916: result: yes | |
configure:2972: checking for pkg-config | |
configure:2990: found /usr/local/bin/pkg-config | |
configure:3002: result: /usr/local/bin/pkg-config | |
configure:3027: checking pkg-config is at least version 0.9.0 | |
configure:3030: result: yes | |
configure:3042: checking gnome-doc-utils >= 0.3.2 | |
configure:3045: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required" | |
configure:3048: $? = 0 | |
configure:3056: result: yes | |
configure:3178: checking for gcc | |
configure:3205: result: /usr/bin/llvm-gcc | |
configure:3434: checking for C compiler version | |
configure:3443: /usr/bin/llvm-gcc --version >&5 | |
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) | |
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:3454: $? = 0 | |
configure:3443: /usr/bin/llvm-gcc -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~3/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~3/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) | |
configure:3454: $? = 0 | |
configure:3443: /usr/bin/llvm-gcc -V >&5 | |
llvm-gcc-4.2: argument to `-V' is missing | |
configure:3454: $? = 1 | |
configure:3443: /usr/bin/llvm-gcc -qversion >&5 | |
i686-apple-darwin10-llvm-gcc-4.2: no input files | |
configure:3454: $? = 1 | |
configure:3474: checking whether the C compiler works | |
configure:3496: /usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5 | |
configure:3500: $? = 0 | |
configure:3549: result: yes | |
configure:3552: checking for C compiler default output file name | |
configure:3554: result: a.out | |
configure:3560: checking for suffix of executables | |
configure:3567: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5 | |
configure:3571: $? = 0 | |
configure:3593: result: | |
configure:3615: checking whether we are cross compiling | |
configure:3623: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5 | |
configure:3627: $? = 0 | |
configure:3634: ./conftest | |
configure:3638: $? = 0 | |
configure:3653: result: no | |
configure:3658: checking for suffix of object files | |
configure:3680: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:3684: $? = 0 | |
configure:3705: result: o | |
configure:3709: checking whether we are using the GNU C compiler | |
configure:3728: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:3728: $? = 0 | |
configure:3737: result: yes | |
configure:3746: checking whether /usr/bin/llvm-gcc accepts -g | |
configure:3766: /usr/bin/llvm-gcc -c -g -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:3766: $? = 0 | |
configure:3807: result: yes | |
configure:3824: checking for /usr/bin/llvm-gcc option to accept ISO C89 | |
configure:3888: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:3888: $? = 0 | |
configure:3901: result: none needed | |
configure:3932: checking for style of include used by make | |
configure:3960: result: GNU | |
configure:3985: checking dependency style of /usr/bin/llvm-gcc | |
configure:4095: result: none | |
configure:4142: checking build system type | |
configure:4156: result: i386-apple-darwin10.8.0 | |
configure:4176: checking host system type | |
configure:4189: result: i386-apple-darwin10.8.0 | |
configure:4209: checking for a sed that does not truncate output | |
configure:4273: result: /usr/bin/sed | |
configure:4291: checking for grep that handles long lines and -e | |
configure:4349: result: /usr/bin/grep | |
configure:4354: checking for egrep | |
configure:4416: result: /usr/bin/grep -E | |
configure:4421: checking for fgrep | |
configure:4483: result: /usr/bin/grep -F | |
configure:4518: checking for ld used by /usr/bin/llvm-gcc | |
configure:4585: result: /usr/bin/llvm-gcc | |
configure:4592: checking if the linker (/usr/bin/llvm-gcc) is GNU ld | |
configure:4607: result: no | |
configure:4619: checking for BSD- or MS-compatible name lister (nm) | |
configure:4668: result: /usr/bin/nm | |
configure:4786: checking the name lister (/usr/bin/nm) interface | |
configure:4793: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:4796: /usr/bin/nm "conftest.o" | |
configure:4799: output | |
0000000000000000 S _some_variable | |
configure:4806: result: BSD nm | |
configure:4810: checking the maximum length of command line arguments | |
configure:4930: result: 196608 | |
configure:4947: checking whether the shell understands some XSI constructs | |
configure:4957: result: yes | |
configure:4961: checking whether the shell understands "+=" | |
configure:4967: result: yes | |
configure:5002: checking for /usr/bin/llvm-gcc option to reload object files | |
configure:5009: result: -r | |
configure:5078: checking for objdump | |
configure:5108: result: no | |
configure:5137: checking how to recognize dependent libraries | |
configure:5333: result: pass_all | |
configure:5393: checking for ar | |
configure:5409: found /usr/bin/ar | |
configure:5420: result: ar | |
configure:5498: checking for strip | |
configure:5514: found /usr/bin/strip | |
configure:5525: result: strip | |
configure:5597: checking for ranlib | |
configure:5613: found /usr/bin/ranlib | |
configure:5624: result: ranlib | |
configure:5714: checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc object | |
configure:5832: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:5835: $? = 0 | |
configure:5839: /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:5842: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:5832: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:5835: $? = 0 | |
configure:5839: /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:5842: $? = 0 | |
configure:5896: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c conftstm.o >&5 | |
configure:5899: $? = 0 | |
configure:5937: result: ok | |
configure:6202: checking for dsymutil | |
configure:6218: found /usr/bin/dsymutil | |
configure:6229: result: dsymutil | |
configure:6294: checking for nmedit | |
configure:6310: found /usr/bin/nmedit | |
configure:6321: result: nmedit | |
configure:6386: checking for lipo | |
configure:6402: found /usr/bin/lipo | |
configure:6413: result: lipo | |
configure:6478: checking for otool | |
configure:6494: found /usr/bin/otool | |
configure:6505: result: otool | |
configure:6570: checking for otool64 | |
configure:6600: result: no | |
configure:6645: checking for -single_module linker flag | |
/usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4 -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:6672: result: yes | |
configure:6674: checking for -exported_symbols_list linker flag | |
configure:6694: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:6694: $? = 0 | |
configure:6704: result: yes | |
configure:6746: checking how to run the C preprocessor | |
configure:6777: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c | |
configure:6777: $? = 0 | |
configure:6791: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:6791: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk-doc" | |
| #define PACKAGE_TARNAME "gtk-doc" | |
| #define PACKAGE_VERSION "1.18" | |
| #define PACKAGE_STRING "gtk-doc 1.18" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gtk-doc" | |
| #define VERSION "1.18" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6816: result: /usr/bin/llvm-gcc -E | |
configure:6836: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c | |
configure:6836: $? = 0 | |
configure:6850: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:6850: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk-doc" | |
| #define PACKAGE_TARNAME "gtk-doc" | |
| #define PACKAGE_VERSION "1.18" | |
| #define PACKAGE_STRING "gtk-doc 1.18" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gtk-doc" | |
| #define VERSION "1.18" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6879: checking for ANSI C header files | |
configure:6899: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6899: $? = 0 | |
configure:6972: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5 | |
configure:6972: $? = 0 | |
configure:6972: ./conftest | |
configure:6972: $? = 0 | |
configure:6983: result: yes | |
configure:6996: checking for sys/types.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for sys/stat.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for stdlib.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for string.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for memory.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for strings.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for inttypes.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for stdint.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:6996: checking for unistd.h | |
configure:6996: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:6996: $? = 0 | |
configure:6996: result: yes | |
configure:7011: checking for dlfcn.h | |
configure:7011: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5 | |
configure:7011: $? = 0 | |
configure:7011: result: yes | |
configure:7195: checking for objdir | |
configure:7210: result: .libs | |
configure:7506: checking if /usr/bin/llvm-gcc supports -fno-rtti -fno-exceptions | |
configure:7524: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:7528: $? = 0 | |
configure:7541: result: yes | |
configure:7561: checking for /usr/bin/llvm-gcc option to produce PIC | |
configure:7833: result: -fno-common -DPIC | |
configure:7845: checking if /usr/bin/llvm-gcc PIC flag -fno-common -DPIC works | |
configure:7863: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:7867: $? = 0 | |
configure:7880: result: yes | |
configure:7904: checking if /usr/bin/llvm-gcc static flag -static works | |
configure:7932: result: no | |
configure:7947: checking if /usr/bin/llvm-gcc supports -c -o file.o | |
configure:7968: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include -o out/conftest2.o conftest.c >&5 | |
configure:7972: $? = 0 | |
configure:7994: result: yes | |
configure:8002: checking if /usr/bin/llvm-gcc supports -c -o file.o | |
configure:8049: result: yes | |
configure:8082: checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries | |
configure:9073: result: yes | |
configure:9312: checking dynamic linker characteristics | |
configure:9975: result: darwin10.8.0 dyld | |
configure:10077: checking how to hardcode library paths into programs | |
configure:10102: result: immediate | |
configure:10622: checking whether stripping libraries is possible | |
configure:10636: result: yes | |
configure:10662: checking if libtool supports shared libraries | |
configure:10664: result: yes | |
configure:10667: checking whether to build shared libraries | |
configure:10688: result: yes | |
configure:10691: checking whether to build static libraries | |
configure:10695: result: yes | |
configure:10780: checking for pkg-config | |
configure:10810: result: /usr/local/bin/pkg-config | |
configure:10835: checking pkg-config is at least version 0.19 | |
configure:10838: result: yes | |
configure:10850: checking for perl | |
configure:10868: found /usr/bin/perl | |
configure:10880: result: /usr/bin/perl | |
configure:10892: checking if Perl version >= 5.6.0 | |
configure:10895: result: yes | |
configure:10934: checking for a Python interpreter with version >= 2.3 | |
configure:10951: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) | |
configure:10954: $? = 0 | |
configure:10960: result: python | |
configure:10968: checking for python | |
configure:10986: found /usr/bin/python | |
configure:10998: result: /usr/bin/python | |
configure:11016: checking for python version | |
configure:11023: result: 2.6 | |
configure:11035: checking for python platform | |
configure:11042: result: darwin | |
configure:11049: checking for python script directory | |
configure:11078: result: ${prefix}/lib/python2.6/site-packages | |
configure:11087: checking for python extension module directory | |
configure:11116: result: ${exec_prefix}/lib/python2.6/site-packages | |
configure:11141: checking for openjade | |
configure:11174: result: no | |
configure:11183: checking for jade | |
configure:11216: result: no | |
configure:11222: WARNING: Could not find openjade or jade, so SGML is not supported | |
configure:11230: checking for xsltproc | |
configure:11248: found /usr/bin/xsltproc | |
configure:11260: result: /usr/bin/xsltproc | |
configure:11274: checking for dblatex | |
configure:11307: result: no | |
configure:11315: checking for fop | |
configure:11348: result: no | |
configure:11354: WARNING: neither dblatex nor fop found, so no pdf output from xml | |
configure:11372: checking for XML catalog (/usr/local/etc/xml/catalog) | |
configure:11375: result: found | |
configure:11386: checking for xmlcatalog | |
configure:11404: found /usr/local/Cellar/libxml2/2.7.8/bin/xmlcatalog | |
configure:11417: result: /usr/local/Cellar/libxml2/2.7.8/bin/xmlcatalog | |
configure:11436: checking for DocBook XML DTD V4.3 in XML catalog | |
configure:11439: $XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.3//EN" >&2 | |
file:///usr/local/Cellar/docbook/5.0/docbook/xml/4.3/docbookx.dtd | |
configure:11442: $? = 0 | |
configure:11444: result: found | |
configure:11453: checking for DocBook XSL Stylesheets in XML catalog | |
configure:11456: $XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" >&2 | |
file:///usr/local/Cellar/docbook/5.0/docbook/xsl/1.76.1/html/chunk.xsl | |
configure:11459: $? = 0 | |
configure:11461: result: found | |
configure:11488: checking for source-highlight | |
configure:11521: result: no | |
configure:11531: checking for highlight | |
configure:11564: result: no | |
configure:11574: checking for vim | |
configure:11592: found /usr/bin/vim | |
configure:11604: result: /usr/bin/vim | |
configure:11613: checking whether vim has +syntax feature | |
configure:11616: result: yes | |
configure:11717: checking for TEST_DEPS | |
configure:11725: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0" | |
configure:11728: $? = 0 | |
configure:11743: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0" | |
configure:11746: $? = 0 | |
configure:11788: result: yes | |
configure:11813: checking whether to enable runtime debugging code | |
configure:11822: result: no | |
configure:12041: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gtk-doc config.status 1.18, which was | |
generated by GNU Autoconf 2.65. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on jimbos.local | |
config.status:1064: creating Makefile | |
config.status:1064: creating gtk-doc.pc | |
config.status:1064: creating gtk-doc.dsl | |
config.status:1064: creating gtk-doc.spec | |
config.status:1064: creating gtk-doc.cat | |
config.status:1064: creating gtkdoc-common.pl | |
config.status:1064: creating help/Makefile | |
config.status:1064: creating help/manual/Makefile | |
config.status:1064: creating tests/Makefile | |
config.status:1064: creating tests/gobject/Makefile | |
config.status:1064: creating tests/gobject/src/Makefile | |
config.status:1064: creating tests/gobject/docs/Makefile | |
config.status:1064: creating tests/gobject/docs-tmpl/Makefile | |
config.status:1064: creating tests/bugs/Makefile | |
config.status:1064: creating tests/bugs/src/Makefile | |
config.status:1064: creating tests/bugs/docs/Makefile | |
config.status:1064: creating tests/annotations/Makefile | |
config.status:1064: creating tests/annotations/src/Makefile | |
config.status:1064: creating tests/annotations/docs/Makefile | |
config.status:1064: creating tests/fail/Makefile | |
config.status:1064: creating tests/fail/src/Makefile | |
config.status:1064: creating tests/fail/docs/Makefile | |
config.status:1064: creating tests/empty/Makefile | |
config.status:1064: creating tests/empty/src/Makefile | |
config.status:1064: creating tests/empty/docs/Makefile | |
config.status:1064: creating gtkdoc-check | |
config.status:1064: creating gtkdoc-depscan | |
config.status:1064: creating gtkdoc-fixxref | |
config.status:1064: creating gtkdoc-mkdb | |
config.status:1064: creating gtkdoc-mkhtml | |
config.status:1064: creating gtkdoc-mkman | |
config.status:1064: creating gtkdoc-mkpdf | |
config.status:1064: creating gtkdoc-mktmpl | |
config.status:1064: creating gtkdoc-rebase | |
config.status:1064: creating gtkdoc-scan | |
config.status:1064: creating gtkdoc-scangobj | |
config.status:1064: creating gtkdoc-scanobj | |
config.status:1064: creating gtkdocize | |
config.status:1064: creating tests/tools.sh | |
config.status:1227: executing depfiles commands | |
config.status:1227: executing libtool commands | |
configure:14112: | |
gtk-doc was configured with the following options: | |
================================================== | |
configure:14118: ** Python based tools enabled, using /usr/bin/python | |
configure:14125: SGML support disabled, no jade processor available | |
configure:14130: XML PDF support disabled, no fop available | |
configure:14133: ** Gnome-doc-utils support enabled | |
configure:14140: Scrollkeeper support disabled | |
configure:14143: ** Syntax highlighting of examples enabled, using /usr/bin/vim | |
configure:14148: ** Building regression tests | |
configure:14155: Debug tracing disabled | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i386-apple-darwin10.8.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/llvm-gcc | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2 -msse4' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include' | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib' | |
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_TEST_DEPS_CFLAGS_set= | |
ac_cv_env_TEST_DEPS_CFLAGS_value= | |
ac_cv_env_TEST_DEPS_LIBS_set= | |
ac_cv_env_TEST_DEPS_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_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_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=i386-apple-darwin10.8.0 | |
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_HIGHLIGHT=/usr/bin/vim | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_path_PYTHON=/usr/bin/python | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_XMLCATALOG=/usr/local/Cellar/libxml2/2.7.8/bin/xmlcatalog | |
ac_cv_path_XSLTPROC=/usr/bin/xsltproc | |
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/llvm-gcc -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc | |
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_g=yes | |
ac_cv_prog_make_make_set=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_pathless_PYTHON=python | |
am_cv_prog_tar_ustar=gnutar | |
am_cv_python_platform=darwin | |
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages' | |
am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages' | |
am_cv_python_version=2.6 | |
gdu_cv_have_gdu=yes | |
gdu_cv_version_required=0.3.2 | |
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/llvm-gcc | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=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_TEST_DEPS_CFLAGS='-I/usr/local/Cellar/glib/2.32.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include ' | |
pkg_cv_TEST_DEPS_LIBS='-L/usr/local/Cellar/glib/2.32.3/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lglib-2.0 -lintl ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/missing --run tar' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_VERBOSITY='0' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/missing --run automake-1.11' | |
AWK='awk' | |
BUILD_TESTS_FALSE='#' | |
BUILD_TESTS_TRUE='' | |
CC='/usr/bin/llvm-gcc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-Os -w -pipe -march=core2 -msse4 -Wall' | |
CPP='/usr/bin/llvm-gcc -E' | |
CPPFLAGS='-I/usr/local/Cellar/libffi/3.0.11/include -I/usr/local/Cellar/libxml2/2.7.8/include -I/usr/local/Cellar/gettext/0.18.1.1/include' | |
CYGPATH_W='echo' | |
DBLATEX='' | |
DEFS='-DPACKAGE_NAME=\"gtk-doc\" -DPACKAGE_TARNAME=\"gtk-doc\" -DPACKAGE_VERSION=\"1.18\" -DPACKAGE_STRING=\"gtk-doc\ 1.18\" -DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=gtk-doc\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gtk-doc\" -DVERSION=\"1.18\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"' | |
DEPDIR='.deps' | |
DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper ' | |
DOC_USER_FORMATS='' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_SK_FALSE='' | |
ENABLE_SK_TRUE='#' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FOP='' | |
GREP='/usr/bin/grep' | |
GTK_DOC_USE_LIBTOOL_FALSE='#' | |
GTK_DOC_USE_LIBTOOL_TRUE='' | |
HAVE_GNOME_DOC_UTILS_FALSE='#' | |
HAVE_GNOME_DOC_UTILS_TRUE='' | |
HAVE_PYTHON_FALSE='#' | |
HAVE_PYTHON_TRUE='' | |
HELP_DIR='${datadir}/gnome/help' | |
HIGHLIGHT='/usr/bin/vim' | |
HIGHLIGHT_OPTIONS='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
JADE='' | |
LD='/usr/bin/llvm-gcc' | |
LDFLAGS='-L/usr/local/Cellar/libffi/3.0.11/lib -L/usr/local/Cellar/libxml2/2.7.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAINT='' | |
MAINTAINER_MODE_FALSE='#' | |
MAINTAINER_MODE_TRUE='' | |
MAKEINFO='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/missing --run makeinfo' | |
MKDIR_P='build-aux/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OMF_DIR='${datadir}/omf' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='gtk-doc' | |
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc' | |
PACKAGE_DATA_DIR='/usr/local/Cellar/gtk-doc/1.18/share/gtk-doc/data' | |
PACKAGE_NAME='gtk-doc' | |
PACKAGE_STRING='gtk-doc 1.18' | |
PACKAGE_TARNAME='gtk-doc' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.18' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
PKG_CONFIG='/usr/local/bin/pkg-config' | |
PYTHON='/usr/bin/python' | |
PYTHON_EXEC_PREFIX='${exec_prefix}' | |
PYTHON_PLATFORM='darwin' | |
PYTHON_PREFIX='${prefix}' | |
PYTHON_VERSION='2.6' | |
RANLIB='ranlib' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SGML_FORMAT_TYPE='sgml' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
TEST_DEPS_CFLAGS='-I/usr/local/Cellar/glib/2.32.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include ' | |
TEST_DEPS_LIBS='-L/usr/local/Cellar/glib/2.32.3/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lglib-2.0 -lintl ' | |
TRACE='#' | |
VERSION='1.18' | |
XMLCATALOG='/usr/local/Cellar/libxml2/2.7.8/bin/xmlcatalog' | |
XML_CATALOG_FILE='/usr/local/etc/xml/catalog' | |
XSLTPROC='/usr/bin/xsltproc' | |
ac_ct_CC='/usr/bin/llvm-gcc' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
bindir='${exec_prefix}/bin' | |
build='i386-apple-darwin10.8.0' | |
build_alias='' | |
build_cpu='i386' | |
build_os='darwin10.8.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
glib_prefix='/usr/local/Cellar/glib/2.32.3' | |
host='i386-apple-darwin10.8.0' | |
host_alias='' | |
host_cpu='i386' | |
host_os='darwin10.8.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/homebrew-gtk-doc-1.18-I5vM/gtk-doc-1.18/build-aux/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)/build-aux/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgpyexecdir='${pyexecdir}/gtk-doc' | |
pkgpythondir='${pythondir}/gtk-doc' | |
prefix='/usr/local/Cellar/gtk-doc/1.18' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
pyexecdir='${exec_prefix}/lib/python2.6/site-packages' | |
pythondir='${prefix}/lib/python2.6/site-packages' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "gtk-doc" | |
#define PACKAGE_TARNAME "gtk-doc" | |
#define PACKAGE_VERSION "1.18" | |
#define PACKAGE_STRING "gtk-doc 1.18" | |
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc" | |
#define PACKAGE_URL "" | |
#define PACKAGE "gtk-doc" | |
#define VERSION "1.18" | |
#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_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment