Created
April 21, 2013 22:39
-
-
Save jdar/5431355 to your computer and use it in GitHub Desktop.
logs for harfbuzz problem described in: https://github.com/mxcl/homebrew/issues/17567
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
› brew boxen-install pygtk -v | |
==> Installing pygtk dependency: harfbuzz | |
==> Downloading http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.15.tar.bz2 | |
Already downloaded: /opt/boxen/cache/homebrew/harfbuzz-0.9.15.tar.bz2 | |
tar xf /opt/boxen/cache/homebrew/harfbuzz-0.9.15.tar.bz2 | |
==> ./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.15 | |
./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.15 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... GNU | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking dependency style of cc... none | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /opt/boxen/homebrew/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.3.0 file names to x86_64-apple-darwin12.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking dependency style of cc... (cached) none | |
checking whether cc understands -c and -o together... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... none | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for pkg-config... /opt/boxen/homebrew/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.20... yes | |
checking for atexit... yes | |
checking for mprotect... yes | |
checking for sysconf... yes | |
checking for getpagesize... yes | |
checking for mmap... yes | |
checking for isatty... yes | |
checking for unistd.h... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for native Win32... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for GLIB... yes | |
checking for GOBJECT... yes | |
checking for CAIRO... no | |
checking for CAIRO_FT... no | |
checking for ICU... yes | |
checking for ICU_LE... yes | |
checking for GRAPHITE2... no | |
checking for FREETYPE... yes | |
checking for FT_Face_GetCharVariantIndex... yes | |
checking for ScriptShapeOpenType in usp10... no | |
checking for CTFontRef... yes | |
checking for Intel atomic primitives... true | |
checking for Solaris atomic operations... false | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating harfbuzz.pc | |
config.status: creating src/Makefile | |
config.status: creating src/hb-version.h | |
config.status: creating src/hb-icu-le/Makefile | |
config.status: creating src/hb-old/Makefile | |
config.status: creating src/hb-ucdn/Makefile | |
config.status: creating util/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/api/Makefile | |
config.status: creating test/shaping/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: | |
Build configuration: | |
Unicode callbacks (you want at least one): | |
Glib: true | |
ICU: true | |
UCDN: true | |
Font callbacks (the more the better): | |
FreeType: true | |
Tools used for command-line utilities: | |
Cairo: false | |
Additional shapers (the more the better): | |
Graphite2: false | |
Test / platform shapers (not normally needed): | |
CoreText: true | |
ICU Layout Engine: true | |
Old HarfBuzz: true | |
Uniscribe: false | |
==> make install | |
make install | |
Making install in src | |
GEN hb-gobject-enums.cc | |
/usr/bin/make install-recursive | |
Making install in hb-old | |
CC libhb_old_la-harfbuzz-buffer.lo | |
CC libhb_old_la-harfbuzz-stream.lo | |
CC libhb_old_la-harfbuzz-gdef.lo | |
CC libhb_old_la-harfbuzz-gpos.lo | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
CC libhb_old_la-harfbuzz-gsub.lo | |
CC libhb_old_la-harfbuzz-impl.lo | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
CC libhb_old_la-harfbuzz-open.lo | |
CXX libhb_old_la-harfbuzz-shaper.lo | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 -Wcast-align | |
CC libhb_old_la-harfbuzz-greek.lo | |
CC libhb_old_la-harfbuzz-tibetan.lo | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
CC libhb_old_la-harfbuzz-khmer.lo | |
CXX libhb_old_la-harfbuzz-indic.lo | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 -Wcast-align | |
CC libhb_old_la-harfbuzz-hebrew.lo | |
brew: superenv removed: -g -O2 | |
CC libhb_old_la-harfbuzz-arabic.lo | |
brew: superenv removed: -g -O2 | |
CC libhb_old_la-harfbuzz-hangul.lo | |
CC libhb_old_la-harfbuzz-myanmar.lo | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
CXXLD libhb-old.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in hb-icu-le | |
CXX libhb_icu_le_la-cmaps.lo | |
CXX libhb_icu_le_la-FontTableCache.lo | |
CXX libhb_icu_le_la-PortableFontInstance.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXXLD libhb-icu-le.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in hb-ucdn | |
CC ucdn.lo | |
brew: superenv removed: -g -O2 | |
CCLD libhb-ucdn.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
CXX libharfbuzz_la-hb-blob.lo | |
CXX libharfbuzz_la-hb-buffer-serialize.lo | |
CXX libharfbuzz_la-hb-buffer.lo | |
CXX libharfbuzz_la-hb-common.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-fallback-shape.lo | |
CXX libharfbuzz_la-hb-font.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-tag.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-set.lo | |
CXX libharfbuzz_la-hb-shape.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-shape-plan.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-shaper.lo | |
CXX libharfbuzz_la-hb-tt-font.lo | |
CXX libharfbuzz_la-hb-unicode.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-warning.lo | |
CXX libharfbuzz_la-hb-ot-layout.lo | |
CXX libharfbuzz_la-hb-ot-map.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape-complex-arabic.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape-complex-default.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape-complex-indic.lo | |
CXX libharfbuzz_la-hb-ot-shape-complex-indic-table.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape-complex-myanmar.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape-complex-sea.lo | |
CXX libharfbuzz_la-hb-ot-shape-complex-thai.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ot-shape-normalize.lo | |
CXX libharfbuzz_la-hb-ot-shape-fallback.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-glib.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-gobject-structs.lo | |
CXX libharfbuzz_la-hb-icu.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-ft.lo | |
CXX libharfbuzz_la-hb-coretext.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-old.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-icu-le.lo | |
CXX libharfbuzz_la-hb-ucdn.lo | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX libharfbuzz_la-hb-gobject-enums.lo | |
CXX main-main.o | |
brew: superenv removed: -g -O2 -Wcast-align | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX test-test.o | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX test_buffer_serialize-test-buffer-serialize.o | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX test_size_params-test-size-params.o | |
brew: superenv removed: -g -O2 -Wcast-align | |
CXX test_would_substitute-test-would-substitute.o | |
brew: superenv removed: -g -O2 -Wcast-align | |
GEN libharfbuzz.la | |
brew: superenv removed: -O2 | |
Undefined symbols for architecture x86_64: | |
"icu_50::LEFontInstance::getSubFont(unsigned short const*, int*, int, int, LEErrorCode&) const", referenced from: | |
vtable for PortableFontInstance in libhb-icu-le.a(libhb_icu_le_la-PortableFontInstance.o) | |
"icu_50::LEFontInstance::mapCharsToGlyphs(unsigned short const*, int, int, signed char, icu_50::LECharMapper const*, signed char, icu_50::LEGlyphStorage&) const", referenced from: | |
vtable for PortableFontInstance in libhb-icu-le.a(libhb_icu_le_la-PortableFontInstance.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[3]: *** [libharfbuzz.la] Error 1 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install] Error 2 | |
make: *** [install-recursive] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: d5e14fd1f696ba86c9ad8af5c02c70896383ae51 | |
HOMEBREW_PREFIX: /opt/boxen/homebrew | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.2 | |
CLT: 4.6.0.0.1.1362189000 | |
X11: 2.7.2 => /opt/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /opt/boxen/homebrew/opt/gettext:/opt/boxen/homebrew/opt/libffi:/opt/boxen/homebrew/opt/icu4c:/opt/boxen/homebrew | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /opt/boxen/homebrew/opt/libffi/lib/pkgconfig:/opt/boxen/homebrew/opt/glib/lib/pkgconfig:/opt/boxen/homebrew/opt/icu4c/lib/pkgconfig:/opt/boxen/homebrew/opt/freetype/lib/pkgconfig:/opt/boxen/homebrew/opt/fontconfig/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/boxen/homebrew/Library/ENV/pkgconfig/10.8 | |
ACLOCAL_PATH: /opt/boxen/homebrew/opt/gettext/share/aclocal:/opt/boxen/homebrew/share/aclocal | |
OBJC: cc | |
PATH: /opt/boxen/homebrew/Library/ENV/4.3:/opt/boxen/homebrew/opt/pkg-config/bin:/opt/boxen/homebrew/opt/gettext/bin:/opt/boxen/homebrew/opt/glib/bin:/opt/boxen/homebrew/opt/icu4c/bin:/opt/boxen/homebrew/opt/freetype/bin:/opt/boxen/homebrew/opt/fontconfig/bin:/opt/boxen/homebrew/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: harfbuzz did not build | |
Logs: /Users/jdar/Library/Logs/Homebrew/harfbuzz/config.log | |
config.log | |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by HarfBuzz configure 0.9.15, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/opt/boxen/homebrew/Cellar/harfbuzz/0.9.15 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = dalishi.local | |
uname -m = x86_64 | |
uname -r = 12.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 165 tasks, 927 threads, 4 processors | |
Load average: 1.81, Mach factor: 2.18 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /opt/boxen/homebrew/Library/ENV/4.3 | |
PATH: /opt/boxen/homebrew/opt/pkg-config/bin | |
PATH: /opt/boxen/homebrew/opt/gettext/bin | |
PATH: /opt/boxen/homebrew/opt/glib/bin | |
PATH: /opt/boxen/homebrew/opt/icu4c/bin | |
PATH: /opt/boxen/homebrew/opt/freetype/bin | |
PATH: /opt/boxen/homebrew/opt/fontconfig/bin | |
PATH: /opt/boxen/homebrew/opt/python/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2535: checking for a BSD-compatible install | |
configure:2603: result: /usr/bin/install -c | |
configure:2614: checking whether build environment is sane | |
configure:2664: result: yes | |
configure:2805: checking for a thread-safe mkdir -p | |
configure:2844: result: ./install-sh -c -d | |
configure:2857: checking for gawk | |
configure:2887: result: no | |
configure:2857: checking for mawk | |
configure:2887: result: no | |
configure:2857: checking for nawk | |
configure:2887: result: no | |
configure:2857: checking for awk | |
configure:2873: found /usr/bin/awk | |
configure:2884: result: awk | |
configure:2895: checking whether make sets $(MAKE) | |
configure:2917: result: yes | |
configure:2999: checking whether make supports nested variables | |
configure:3016: result: yes | |
configure:3041: checking for style of include used by make | |
configure:3069: result: GNU | |
configure:3140: checking for gcc | |
configure:3167: result: cc | |
configure:3396: checking for C compiler version | |
configure:3405: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:3416: $? = 0 | |
configure:3405: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /opt/boxen/homebrew/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /opt/boxen/homebrew/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-I /opt/boxen/homebrew/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/opt/boxen/homebrew/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/opt/boxen/homebrew/opt/libffi/lib' | |
... rest of stderr output deleted ... | |
configure:3416: $? = 0 | |
configure:3405: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/opt/boxen/homebrew/include' | |
clang: error: no input files | |
configure:3416: $? = 1 | |
configure:3405: cc -qversion >&5 | |
clang: error: no input files | |
configure:3416: $? = 1 | |
configure:3436: checking whether the C compiler works | |
configure:3458: cc conftest.c >&5 | |
configure:3462: $? = 0 | |
configure:3510: result: yes | |
configure:3513: checking for C compiler default output file name | |
configure:3515: result: a.out | |
configure:3521: checking for suffix of executables | |
configure:3528: cc -o conftest conftest.c >&5 | |
configure:3532: $? = 0 | |
configure:3554: result: | |
configure:3576: checking whether we are cross compiling | |
configure:3584: cc -o conftest conftest.c >&5 | |
configure:3588: $? = 0 | |
configure:3595: ./conftest | |
configure:3599: $? = 0 | |
configure:3614: result: no | |
configure:3619: checking for suffix of object files | |
configure:3641: cc -c conftest.c >&5 | |
configure:3645: $? = 0 | |
configure:3666: result: o | |
configure:3670: checking whether we are using the GNU C compiler | |
configure:3689: cc -c conftest.c >&5 | |
configure:3689: $? = 0 | |
configure:3698: result: yes | |
configure:3707: checking whether cc accepts -g | |
configure:3727: cc -c -g conftest.c >&5 | |
configure:3727: $? = 0 | |
configure:3768: result: yes | |
configure:3785: checking for cc option to accept ISO C89 | |
configure:3849: cc -c -g -O2 conftest.c >&5 | |
configure:3849: $? = 0 | |
configure:3862: result: none needed | |
configure:3884: checking dependency style of cc | |
configure:3995: result: none | |
configure:4060: checking for ar | |
configure:4076: found /usr/bin/ar | |
configure:4087: result: ar | |
configure:4113: checking the archiver (ar) interface | |
configure:4123: cc -c -g -O2 conftest.c >&5 | |
configure:4123: $? = 0 | |
configure:4125: ar cru libconftest.a conftest.o >&5 | |
configure:4128: $? = 0 | |
configure:4151: result: ar | |
configure:4201: checking build system type | |
configure:4215: result: x86_64-apple-darwin12.3.0 | |
configure:4235: checking host system type | |
configure:4248: result: x86_64-apple-darwin12.3.0 | |
configure:4289: checking how to print strings | |
configure:4316: result: printf | |
configure:4337: checking for a sed that does not truncate output | |
configure:4401: result: /opt/boxen/homebrew/Library/ENV/4.3/sed | |
configure:4419: checking for grep that handles long lines and -e | |
configure:4477: result: /usr/bin/grep | |
configure:4482: checking for egrep | |
configure:4544: result: /usr/bin/grep -E | |
configure:4549: checking for fgrep | |
configure:4611: result: /usr/bin/grep -F | |
configure:4646: checking for ld used by cc | |
configure:4713: result: /usr/bin/ld | |
configure:4720: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:4735: result: no | |
configure:4747: checking for BSD- or MS-compatible name lister (nm) | |
configure:4796: result: /usr/bin/nm | |
configure:4926: checking the name lister (/usr/bin/nm) interface | |
configure:4933: cc -c -g -O2 conftest.c >&5 | |
configure:4936: /usr/bin/nm "conftest.o" | |
configure:4939: output | |
0000000000000214 S _some_variable | |
configure:4946: result: BSD nm | |
configure:4949: checking whether ln -s works | |
configure:4953: result: yes | |
configure:4961: checking the maximum length of command line arguments | |
configure:5091: result: 196608 | |
configure:5108: checking whether the shell understands some XSI constructs | |
configure:5118: result: yes | |
configure:5122: checking whether the shell understands "+=" | |
configure:5128: result: yes | |
configure:5163: checking how to convert x86_64-apple-darwin12.3.0 file names to x86_64-apple-darwin12.3.0 format | |
configure:5203: result: func_convert_file_noop | |
configure:5210: checking how to convert x86_64-apple-darwin12.3.0 file names to toolchain format | |
configure:5230: result: func_convert_file_noop | |
configure:5237: checking for /usr/bin/ld option to reload object files | |
configure:5244: result: -r | |
configure:5318: checking for objdump | |
configure:5348: result: no | |
configure:5377: checking how to recognize dependent libraries | |
configure:5579: result: pass_all | |
configure:5664: checking for dlltool | |
configure:5694: result: no | |
configure:5724: checking how to associate runtime and link libraries | |
configure:5751: result: printf %s\n | |
configure:5875: checking for archiver @FILE support | |
configure:5892: cc -c -g -O2 conftest.c >&5 | |
configure:5892: $? = 0 | |
configure:5895: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:5898: $? = 1 | |
configure:5918: result: no | |
configure:5976: checking for strip | |
configure:5992: found /usr/bin/strip | |
configure:6003: result: strip | |
configure:6075: checking for ranlib | |
configure:6091: found /usr/bin/ranlib | |
configure:6102: result: ranlib | |
configure:6204: checking command to parse /usr/bin/nm output from cc object | |
configure:6324: cc -c -g -O2 conftest.c >&5 | |
configure:6327: $? = 0 | |
configure:6331: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6334: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6324: cc -c -g -O2 conftest.c >&5 | |
configure:6327: $? = 0 | |
configure:6331: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6334: $? = 0 | |
configure:6400: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6403: $? = 0 | |
configure:6441: result: ok | |
configure:6478: checking for sysroot | |
configure:6508: result: no | |
configure:6764: checking for mt | |
configure:6794: result: no | |
configure:6814: checking if : is a manifest tool | |
configure:6820: : '-?' | |
configure:6828: result: no | |
configure:6884: checking for dsymutil | |
configure:6900: found /usr/bin/dsymutil | |
configure:6911: result: dsymutil | |
configure:6976: checking for nmedit | |
configure:6992: found /usr/bin/nmedit | |
configure:7003: result: nmedit | |
configure:7068: checking for lipo | |
configure:7084: found /usr/bin/lipo | |
configure:7095: result: lipo | |
configure:7160: checking for otool | |
configure:7176: found /usr/bin/otool | |
configure:7187: result: otool | |
configure:7252: checking for otool64 | |
configure:7282: result: no | |
configure:7327: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7360: result: yes | |
configure:7363: checking for -exported_symbols_list linker flag | |
configure:7383: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7383: $? = 0 | |
configure:7393: result: yes | |
configure:7396: checking for -force_load linker flag | |
cc -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7428: result: yes | |
configure:7470: checking how to run the C preprocessor | |
configure:7501: cc -E conftest.c | |
configure:7501: $? = 0 | |
configure:7515: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7515: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7540: result: cc -E | |
configure:7560: cc -E conftest.c | |
configure:7560: $? = 0 | |
configure:7574: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7574: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7603: checking for ANSI C header files | |
configure:7623: cc -c -g -O2 conftest.c >&5 | |
configure:7623: $? = 0 | |
configure:7696: cc -o conftest -g -O2 conftest.c >&5 | |
configure:7696: $? = 0 | |
configure:7696: ./conftest | |
configure:7696: $? = 0 | |
configure:7707: result: yes | |
configure:7720: checking for sys/types.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for sys/stat.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for stdlib.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for string.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for memory.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for strings.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for inttypes.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for stdint.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7720: checking for unistd.h | |
configure:7720: cc -c -g -O2 conftest.c >&5 | |
configure:7720: $? = 0 | |
configure:7720: result: yes | |
configure:7734: checking for dlfcn.h | |
configure:7734: cc -c -g -O2 conftest.c >&5 | |
configure:7734: $? = 0 | |
configure:7734: result: yes | |
configure:7939: checking for objdir | |
configure:7954: result: .libs | |
configure:8225: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8243: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8247: $? = 0 | |
configure:8260: result: yes | |
configure:8587: checking for cc option to produce PIC | |
configure:8594: result: -fno-common -DPIC | |
configure:8602: checking if cc PIC flag -fno-common -DPIC works | |
configure:8620: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8624: $? = 0 | |
configure:8637: result: yes | |
configure:8666: checking if cc static flag -static works | |
configure:8694: result: no | |
configure:8709: checking if cc supports -c -o file.o | |
configure:8730: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:8734: $? = 0 | |
configure:8756: result: yes | |
configure:8764: checking if cc supports -c -o file.o | |
configure:8811: result: yes | |
configure:8844: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:10001: result: yes | |
configure:10241: checking dynamic linker characteristics | |
configure:10986: result: darwin12.3.0 dyld | |
configure:11093: checking how to hardcode library paths into programs | |
configure:11118: result: immediate | |
configure:11658: checking whether stripping libraries is possible | |
configure:11672: result: yes | |
configure:11698: checking if libtool supports shared libraries | |
configure:11700: result: yes | |
configure:11703: checking whether to build shared libraries | |
configure:11724: result: yes | |
configure:11727: checking whether to build static libraries | |
configure:11731: result: no | |
configure:11818: checking for gcc | |
configure:11845: result: cc | |
configure:12074: checking for C compiler version | |
configure:12083: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:12094: $? = 0 | |
configure:12083: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /opt/boxen/homebrew/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /opt/boxen/homebrew/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-I /opt/boxen/homebrew/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/opt/boxen/homebrew/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/opt/boxen/homebrew/opt/libffi/lib' | |
... rest of stderr output deleted ... | |
configure:12094: $? = 0 | |
configure:12083: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/opt/boxen/homebrew/include' | |
clang: error: no input files | |
configure:12094: $? = 1 | |
configure:12083: cc -qversion >&5 | |
clang: error: no input files | |
configure:12094: $? = 1 | |
configure:12098: checking whether we are using the GNU C compiler | |
configure:12126: result: yes | |
configure:12135: checking whether cc accepts -g | |
configure:12196: result: yes | |
configure:12213: checking for cc option to accept ISO C89 | |
configure:12290: result: none needed | |
configure:12312: checking dependency style of cc | |
configure:12423: result: none | |
configure:12442: checking whether cc understands -c and -o together | |
configure:12470: cc -c conftest.c -o conftest2.o >&5 | |
configure:12474: $? = 0 | |
configure:12480: cc -c conftest.c -o conftest2.o >&5 | |
configure:12484: $? = 0 | |
configure:12539: result: yes | |
configure:12676: checking for C++ compiler version | |
configure:12685: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:12696: $? = 0 | |
configure:12685: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /opt/boxen/homebrew/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /opt/boxen/homebrew/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-I /opt/boxen/homebrew/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/opt/boxen/homebrew/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/opt/boxen/homebrew/opt/libffi/lib' | |
... rest of stderr output deleted ... | |
configure:12696: $? = 0 | |
configure:12685: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/opt/boxen/homebrew/include' | |
clang: error: no input files | |
configure:12696: $? = 1 | |
configure:12685: c++ -qversion >&5 | |
clang: error: no input files | |
configure:12696: $? = 1 | |
configure:12700: checking whether we are using the GNU C++ compiler | |
configure:12719: c++ -c conftest.cpp >&5 | |
configure:12719: $? = 0 | |
configure:12728: result: yes | |
configure:12737: checking whether c++ accepts -g | |
configure:12757: c++ -c -g conftest.cpp >&5 | |
configure:12757: $? = 0 | |
configure:12798: result: yes | |
configure:12823: checking dependency style of c++ | |
configure:12934: result: none | |
configure:12967: checking how to run the C++ preprocessor | |
configure:12994: c++ -E conftest.cpp | |
configure:12994: $? = 0 | |
configure:13008: c++ -E conftest.cpp | |
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:13008: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13033: result: c++ -E | |
configure:13053: c++ -E conftest.cpp | |
configure:13053: $? = 0 | |
configure:13067: c++ -E conftest.cpp | |
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:13067: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13236: checking for ld used by c++ | |
configure:13303: result: /usr/bin/ld | |
configure:13310: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:13325: result: no | |
configure:13380: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:14385: result: yes | |
configure:14421: c++ -c -g -O2 conftest.cpp >&5 | |
configure:14424: $? = 0 | |
configure:14944: checking for c++ option to produce PIC | |
configure:14951: result: -fno-common -DPIC | |
configure:14959: checking if c++ PIC flag -fno-common -DPIC works | |
configure:14977: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14981: $? = 0 | |
configure:14994: result: yes | |
configure:15017: checking if c++ static flag -static works | |
configure:15045: result: no | |
configure:15057: checking if c++ supports -c -o file.o | |
configure:15078: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:15082: $? = 0 | |
configure:15104: result: yes | |
configure:15109: checking if c++ supports -c -o file.o | |
configure:15156: result: yes | |
configure:15186: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:15225: result: yes | |
configure:15366: checking dynamic linker characteristics | |
configure:16045: result: darwin12.3.0 dyld | |
configure:16098: checking how to hardcode library paths into programs | |
configure:16123: result: immediate | |
configure:16212: checking for pkg-config | |
configure:16230: found /opt/boxen/homebrew/opt/pkg-config/bin/pkg-config | |
configure:16242: result: /opt/boxen/homebrew/opt/pkg-config/bin/pkg-config | |
configure:16267: checking pkg-config is at least version 0.20 | |
configure:16270: result: yes | |
configure:16307: checking for atexit | |
configure:16307: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16307: $? = 0 | |
configure:16307: result: yes | |
configure:16307: checking for mprotect | |
configure:16307: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16307: $? = 0 | |
configure:16307: result: yes | |
configure:16307: checking for sysconf | |
configure:16307: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16307: $? = 0 | |
configure:16307: result: yes | |
configure:16307: checking for getpagesize | |
configure:16307: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16307: $? = 0 | |
configure:16307: result: yes | |
configure:16307: checking for mmap | |
configure:16307: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16307: $? = 0 | |
configure:16307: result: yes | |
configure:16307: checking for isatty | |
configure:16307: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16307: $? = 0 | |
configure:16307: result: yes | |
configure:16319: checking for unistd.h | |
configure:16319: result: yes | |
configure:16319: checking sys/mman.h usability | |
configure:16319: cc -c -g -O2 conftest.c >&5 | |
configure:16319: $? = 0 | |
configure:16319: result: yes | |
configure:16319: checking sys/mman.h presence | |
configure:16319: cc -E conftest.c | |
configure:16319: $? = 0 | |
configure:16319: result: yes | |
configure:16319: checking for sys/mman.h | |
configure:16319: result: yes | |
configure:16370: checking for native Win32 | |
configure:16377: result: no | |
configure:16508: checking whether pthreads work with -pthread | |
configure:16596: cc -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5 | |
configure:16596: $? = 0 | |
configure:16605: result: yes | |
configure:16624: checking for joinable pthread attribute | |
configure:16639: cc -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5 | |
configure:16639: $? = 0 | |
configure:16645: result: PTHREAD_CREATE_JOINABLE | |
configure:16655: checking if more special flags are required for pthreads | |
configure:16669: result: -D_THREAD_SAFE | |
configure:16675: checking for PTHREAD_PRIO_INHERIT | |
configure:16693: cc -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5 | |
configure:16693: $? = 0 | |
configure:16702: result: yes | |
configure:16850: checking for GLIB | |
configure:16858: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16" | |
configure:16861: $? = 0 | |
configure:16876: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16" | |
configure:16879: $? = 0 | |
configure:16915: result: yes | |
configure:16935: checking for GOBJECT | |
configure:16943: $PKG_CONFIG --exists --print-errors "gobject-2.0 glib-2.0 >= 2.16" | |
configure:16946: $? = 0 | |
configure:16961: $PKG_CONFIG --exists --print-errors "gobject-2.0 glib-2.0 >= 2.16" | |
configure:16964: $? = 0 | |
configure:17000: result: yes | |
configure:17023: checking for CAIRO | |
configure:17031: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0" | |
Package cairo was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `cairo.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'cairo' found | |
configure:17034: $? = 1 | |
configure:17049: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0" | |
Package cairo was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `cairo.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'cairo' found | |
configure:17052: $? = 1 | |
No package 'cairo' found | |
configure:17080: result: no | |
configure:17108: checking for CAIRO_FT | |
configure:17116: $PKG_CONFIG --exists --print-errors "cairo-ft" | |
Package cairo-ft was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `cairo-ft.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'cairo-ft' found | |
configure:17119: $? = 1 | |
configure:17134: $PKG_CONFIG --exists --print-errors "cairo-ft" | |
Package cairo-ft was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `cairo-ft.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'cairo-ft' found | |
configure:17137: $? = 1 | |
No package 'cairo-ft' found | |
configure:17165: result: no | |
configure:17194: checking for ICU | |
configure:17202: $PKG_CONFIG --exists --print-errors "icu-uc" | |
configure:17205: $? = 0 | |
configure:17220: $PKG_CONFIG --exists --print-errors "icu-uc" | |
configure:17223: $? = 0 | |
configure:17259: result: yes | |
configure:17393: checking for ICU_LE | |
configure:17401: $PKG_CONFIG --exists --print-errors "icu-le icu-uc" | |
configure:17404: $? = 0 | |
configure:17419: $PKG_CONFIG --exists --print-errors "icu-le icu-uc" | |
configure:17422: $? = 0 | |
configure:17458: result: yes | |
configure:17590: checking for GRAPHITE2 | |
configure:17598: $PKG_CONFIG --exists --print-errors "graphite2" | |
Package graphite2 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `graphite2.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'graphite2' found | |
configure:17601: $? = 1 | |
configure:17616: $PKG_CONFIG --exists --print-errors "graphite2" | |
Package graphite2 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `graphite2.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'graphite2' found | |
configure:17619: $? = 1 | |
No package 'graphite2' found | |
configure:17647: result: no | |
configure:17676: checking for FREETYPE | |
configure:17684: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.3.8" | |
configure:17687: $? = 0 | |
configure:17702: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.3.8" | |
configure:17705: $? = 0 | |
configure:17741: result: yes | |
configure:17755: checking for FT_Face_GetCharVariantIndex | |
configure:17755: cc -o conftest -g -O2 -I/opt/boxen/homebrew/Cellar/freetype/2.4.11/include/freetype2 -I/opt/boxen/homebrew/Cellar/freetype/2.4.11/include -Bsymbolic-functions conftest.c -L/opt/boxen/homebrew/Cellar/freetype/2.4.11/lib -lfreetype >&5 | |
configure:17755: $? = 0 | |
configure:17755: result: yes | |
configure:17777: checking for ScriptShapeOpenType in usp10 | |
configure:17796: cc -o conftest -g -O2 -Bsymbolic-functions conftest.c -lusp10 -lgdi32 >&5 | |
conftest.c:42:12: fatal error: 'windows.h' file not found | |
#include <windows.h> | |
^ | |
1 error generated. | |
configure:17796: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_ISATTY 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_OT 1 | |
| #define HAVE_HB_OLD 1 | |
| #define HAVE_UCDN 1 | |
| #define HAVE_GLIB 1 | |
| #define HAVE_GOBJECT 1 | |
| #define HAVE_ICU 1 | |
| #define HAVE_ICU_LE 1 | |
| #define HAVE_FREETYPE 1 | |
| #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #define _WIN32_WINNT 0x0600 | |
| #include <windows.h> | |
| #include <usp10.h> | |
| | |
| int | |
| main () | |
| { | |
| ScriptShapeOpenType | |
| ; | |
| return 0; | |
| } | |
configure:17800: result: no | |
configure:17825: checking for CTFontRef | |
configure:17825: cc -c -g -O2 conftest.c >&5 | |
configure:17825: $? = 0 | |
configure:17825: cc -c -g -O2 conftest.c >&5 | |
conftest.c:45:24: error: expected expression | |
if (sizeof ((CTFontRef))) | |
^ | |
1 error generated. | |
configure:17825: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_ISATTY 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_OT 1 | |
| #define HAVE_HB_OLD 1 | |
| #define HAVE_UCDN 1 | |
| #define HAVE_GLIB 1 | |
| #define HAVE_GOBJECT 1 | |
| #define HAVE_ICU 1 | |
| #define HAVE_ICU_LE 1 | |
| #define HAVE_FREETYPE 1 | |
| #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | |
| /* end confdefs.h. */ | |
| #include <ApplicationServices/ApplicationServices.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((CTFontRef))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17825: result: yes | |
configure:17852: checking for Intel atomic primitives | |
configure:17875: cc -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5 | |
configure:17875: $? = 0 | |
configure:17883: result: true | |
configure:17892: checking for Solaris atomic operations | |
configure:17917: cc -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5 | |
conftest.c:43:12: fatal error: 'atomic.h' file not found | |
#include <atomic.h> | |
^ | |
1 error generated. | |
configure:17917: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "HarfBuzz" | |
| #define PACKAGE_TARNAME "harfbuzz" | |
| #define PACKAGE_VERSION "0.9.15" | |
| #define PACKAGE_STRING "HarfBuzz 0.9.15" | |
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
| #define PACKAGE_URL "http://harfbuzz.org/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_ISATTY 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_OT 1 | |
| #define HAVE_HB_OLD 1 | |
| #define HAVE_UCDN 1 | |
| #define HAVE_GLIB 1 | |
| #define HAVE_GOBJECT 1 | |
| #define HAVE_ICU 1 | |
| #define HAVE_ICU_LE 1 | |
| #define HAVE_FREETYPE 1 | |
| #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | |
| #define HAVE_CORETEXT 1 | |
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <atomic.h> | |
| /* This requires Solaris Studio 12.2 or newer: */ | |
| #include <mbarrier.h> | |
| void memory_barrier (void) { __machine_rw_barrier (); } | |
| int atomic_add (volatile unsigned *i) { return atomic_add_int_nv (i, 1); } | |
| void *atomic_ptr_cmpxchg (volatile void **target, void *cmp, void *newval) { return atomic_cas_ptr (target, cmp, newval); } | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17925: result: false | |
configure:18212: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by HarfBuzz config.status 0.9.15, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on dalishi.local | |
config.status:1248: creating Makefile | |
config.status:1248: creating harfbuzz.pc | |
config.status:1248: creating src/Makefile | |
config.status:1248: creating src/hb-version.h | |
config.status:1248: creating src/hb-icu-le/Makefile | |
config.status:1248: creating src/hb-old/Makefile | |
config.status:1248: creating src/hb-ucdn/Makefile | |
config.status:1248: creating util/Makefile | |
config.status:1248: creating test/Makefile | |
config.status:1248: creating test/api/Makefile | |
config.status:1248: creating test/shaping/Makefile | |
config.status:1248: creating config.h | |
config.status:1477: executing depfiles commands | |
config.status:1477: executing libtool commands | |
configure:20750: | |
Build configuration: | |
Unicode callbacks (you want at least one): | |
Glib: true | |
ICU: true | |
UCDN: true | |
Font callbacks (the more the better): | |
FreeType: true | |
Tools used for command-line utilities: | |
Cairo: false | |
Additional shapers (the more the better): | |
Graphite2: false | |
Test / platform shapers (not normally needed): | |
CoreText: true | |
ICU Layout Engine: true | |
Old HarfBuzz: true | |
Uniscribe: false | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.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_FT_CFLAGS_set= | |
ac_cv_env_CAIRO_FT_CFLAGS_value= | |
ac_cv_env_CAIRO_FT_LIBS_set= | |
ac_cv_env_CAIRO_FT_LIBS_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=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_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_GOBJECT_CFLAGS_set= | |
ac_cv_env_GOBJECT_CFLAGS_value= | |
ac_cv_env_GOBJECT_LIBS_set= | |
ac_cv_env_GOBJECT_LIBS_value= | |
ac_cv_env_GRAPHITE2_CFLAGS_set= | |
ac_cv_env_GRAPHITE2_CFLAGS_value= | |
ac_cv_env_GRAPHITE2_LIBS_set= | |
ac_cv_env_GRAPHITE2_LIBS_value= | |
ac_cv_env_ICU_CFLAGS_set= | |
ac_cv_env_ICU_CFLAGS_value= | |
ac_cv_env_ICU_LE_CFLAGS_set= | |
ac_cv_env_ICU_LE_CFLAGS_value= | |
ac_cv_env_ICU_LE_LIBS_set= | |
ac_cv_env_ICU_LE_LIBS_value= | |
ac_cv_env_ICU_LIBS_set= | |
ac_cv_env_ICU_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_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_FT_Face_GetCharVariantIndex=yes | |
ac_cv_func_atexit=yes | |
ac_cv_func_getpagesize=yes | |
ac_cv_func_isatty=yes | |
ac_cv_func_mmap=yes | |
ac_cv_func_mprotect=yes | |
ac_cv_func_sysconf=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-darwin12.3.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_SED=/opt/boxen/homebrew/Library/ENV/4.3/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/opt/boxen/homebrew/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_cc_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_type_CTFontRef=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_ar_interface=ar | |
am_cv_make_support_nested_variables=yes | |
ax_cv_PTHREAD_PRIO_INHERIT=yes | |
hb_cv_have_intel_atomic_primitives=true | |
hb_cv_have_solaris_atomic_ops=false | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_LDCXX=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pkg_cv_FREETYPE_CFLAGS='-I/opt/boxen/homebrew/Cellar/freetype/2.4.11/include/freetype2 -I/opt/boxen/homebrew/Cellar/freetype/2.4.11/include ' | |
pkg_cv_FREETYPE_LIBS='-L/opt/boxen/homebrew/Cellar/freetype/2.4.11/lib -lfreetype ' | |
pkg_cv_GLIB_CFLAGS='-I/opt/boxen/homebrew/Cellar/glib/2.36.1/include/glib-2.0 -I/opt/boxen/homebrew/Cellar/glib/2.36.1/lib/glib-2.0/include -I/opt/boxen/homebrew/opt/gettext/include ' | |
pkg_cv_GLIB_LIBS='-L/opt/boxen/homebrew/Cellar/glib/2.36.1/lib -L/opt/boxen/homebrew/opt/gettext/lib -lglib-2.0 -lintl ' | |
pkg_cv_GOBJECT_CFLAGS='-I/opt/boxen/homebrew/Cellar/glib/2.36.1/include/glib-2.0 -I/opt/boxen/homebrew/Cellar/glib/2.36.1/lib/glib-2.0/include -I/opt/boxen/homebrew/opt/gettext/include ' | |
pkg_cv_GOBJECT_LIBS='-L/opt/boxen/homebrew/Cellar/glib/2.36.1/lib -L/opt/boxen/homebrew/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl ' | |
pkg_cv_ICU_CFLAGS='-I/opt/boxen/homebrew/Cellar/icu4c/50.1/include ' | |
pkg_cv_ICU_LE_CFLAGS='-I/opt/boxen/homebrew/Cellar/icu4c/50.1/include ' | |
pkg_cv_ICU_LE_LIBS='-L/opt/boxen/homebrew/Cellar/icu4c/50.1/lib -licule -licuuc -licudata ' | |
pkg_cv_ICU_LIBS='-L/opt/boxen/homebrew/Cellar/icu4c/50.1/lib -licuuc -licudata ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/harfbuzz-6nSj/harfbuzz-0.9.15/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/harfbuzz-6nSj/harfbuzz-0.9.15/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/harfbuzz-6nSj/harfbuzz-0.9.15/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/harfbuzz-6nSj/harfbuzz-0.9.15/missing --run automake-1.11' | |
AWK='awk' | |
CAIRO_CFLAGS='' | |
CAIRO_FT_CFLAGS='' | |
CAIRO_FT_LIBS='' | |
CAIRO_LIBS='' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CORETEXT_CFLAGS='' | |
CORETEXT_LIBS='-framework ApplicationServices' | |
CPP='cc -E' | |
CPPFLAGS='' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden ' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FREETYPE_CFLAGS='-I/opt/boxen/homebrew/Cellar/freetype/2.4.11/include/freetype2 -I/opt/boxen/homebrew/Cellar/freetype/2.4.11/include ' | |
FREETYPE_LIBS='-L/opt/boxen/homebrew/Cellar/freetype/2.4.11/lib -lfreetype ' | |
GLIB_CFLAGS='-I/opt/boxen/homebrew/Cellar/glib/2.36.1/include/glib-2.0 -I/opt/boxen/homebrew/Cellar/glib/2.36.1/lib/glib-2.0/include -I/opt/boxen/homebrew/opt/gettext/include ' | |
GLIB_LIBS='-L/opt/boxen/homebrew/Cellar/glib/2.36.1/lib -L/opt/boxen/homebrew/opt/gettext/lib -lglib-2.0 -lintl ' | |
GLIB_MKENUMS='glib-mkenums' | |
GOBJECT_CFLAGS='-I/opt/boxen/homebrew/Cellar/glib/2.36.1/include/glib-2.0 -I/opt/boxen/homebrew/Cellar/glib/2.36.1/lib/glib-2.0/include -I/opt/boxen/homebrew/opt/gettext/include ' | |
GOBJECT_LIBS='-L/opt/boxen/homebrew/Cellar/glib/2.36.1/lib -L/opt/boxen/homebrew/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl ' | |
GRAPHITE2_CFLAGS='' | |
GRAPHITE2_LIBS='' | |
GREP='/usr/bin/grep' | |
HAVE_CAIRO_FALSE='' | |
HAVE_CAIRO_FT_FALSE='' | |
HAVE_CAIRO_FT_TRUE='#' | |
HAVE_CAIRO_TRUE='#' | |
HAVE_CORETEXT_FALSE='#' | |
HAVE_CORETEXT_TRUE='' | |
HAVE_FREETYPE_FALSE='#' | |
HAVE_FREETYPE_TRUE='' | |
HAVE_GCC_FALSE='#' | |
HAVE_GCC_TRUE='' | |
HAVE_GLIB_FALSE='#' | |
HAVE_GLIB_TRUE='' | |
HAVE_GOBJECT_FALSE='#' | |
HAVE_GOBJECT_TRUE='' | |
HAVE_GRAPHITE2_FALSE='' | |
HAVE_GRAPHITE2_TRUE='#' | |
HAVE_HB_OLD_FALSE='#' | |
HAVE_HB_OLD_TRUE='' | |
HAVE_ICU_FALSE='#' | |
HAVE_ICU_LE_FALSE='#' | |
HAVE_ICU_LE_TRUE='' | |
HAVE_ICU_TRUE='' | |
HAVE_OT_FALSE='#' | |
HAVE_OT_TRUE='' | |
HAVE_PTHREAD_FALSE='#' | |
HAVE_PTHREAD_TRUE='' | |
HAVE_UCDN_FALSE='#' | |
HAVE_UCDN_TRUE='' | |
HAVE_UNISCRIBE_FALSE='' | |
HAVE_UNISCRIBE_TRUE='#' | |
HB_LIBTOOL_VERSION_INFO='915:0:915' | |
HB_VERSION='0.9.15' | |
HB_VERSION_MAJOR='0' | |
HB_VERSION_MICRO='15' | |
HB_VERSION_MINOR='9' | |
ICU_CFLAGS='-I/opt/boxen/homebrew/Cellar/icu4c/50.1/include ' | |
ICU_CONFIG='' | |
ICU_LE_CFLAGS='-I/opt/boxen/homebrew/Cellar/icu4c/50.1/include ' | |
ICU_LE_LIBS='-L/opt/boxen/homebrew/Cellar/icu4c/50.1/lib -licule -licuuc -licudata ' | |
ICU_LIBS='-L/opt/boxen/homebrew/Cellar/icu4c/50.1/lib -licuuc -licudata ' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/ld' | |
LDFLAGS=' -Bsymbolic-functions' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/harfbuzz-6nSj/harfbuzz-0.9.15/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OS_WIN32_FALSE='' | |
OS_WIN32_TRUE='#' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='harfbuzz' | |
PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz' | |
PACKAGE_NAME='HarfBuzz' | |
PACKAGE_STRING='HarfBuzz 0.9.15' | |
PACKAGE_TARNAME='harfbuzz' | |
PACKAGE_URL='http://harfbuzz.org/' | |
PACKAGE_VERSION='0.9.15' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/opt/boxen/homebrew/opt/pkg-config/bin/pkg-config' | |
PTHREAD_CC='cc' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' | |
PTHREAD_LIBS='' | |
RANLIB='ranlib' | |
SED='/opt/boxen/homebrew/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
UNISCRIBE_CFLAGS='' | |
UNISCRIBE_LIBS='' | |
VERSION='0.9.15' | |
ac_ct_AR='ar' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/harfbuzz-6nSj/harfbuzz-0.9.15/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/./install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/opt/boxen/homebrew/Cellar/harfbuzz/0.9.15' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "HarfBuzz" | |
#define PACKAGE_TARNAME "harfbuzz" | |
#define PACKAGE_VERSION "0.9.15" | |
#define PACKAGE_STRING "HarfBuzz 0.9.15" | |
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz" | |
#define PACKAGE_URL "http://harfbuzz.org/" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_ATEXIT 1 | |
#define HAVE_MPROTECT 1 | |
#define HAVE_SYSCONF 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_ISATTY 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_PTHREAD_PRIO_INHERIT 1 | |
#define HAVE_PTHREAD 1 | |
#define HAVE_OT 1 | |
#define HAVE_HB_OLD 1 | |
#define HAVE_UCDN 1 | |
#define HAVE_GLIB 1 | |
#define HAVE_GOBJECT 1 | |
#define HAVE_ICU 1 | |
#define HAVE_ICU_LE 1 | |
#define HAVE_FREETYPE 1 | |
#define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | |
#define HAVE_CORETEXT 1 | |
#define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment