harfbuzz/config.log

1561 lines
55 KiB
Plaintext

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 2.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ariza-osx
uname -m = x86_64
uname -r = 17.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~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 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64
Kernel configured for up to 12 processors.
6 processors are physically available.
12 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11
Primary memory available: 16.00 gigabytes
Default processor set: 366 tasks, 2746 threads, 12 processors
Load average: 1.90, Mach factor: 10.09
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Applications/VMware Fusion.app/Contents/Public
PATH: /Users/ariza/bin
PATH: /ant/bin
PATH: /p4/coretype/projects/cts/build/osx_xcode4/bin/Release
PATH: /Users/ariza/git/afdko/afdko/Tools/osx
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2961: checking for a BSD-compatible install
configure:3029: result: /usr/bin/install -c
configure:3040: checking whether build environment is sane
configure:3095: result: yes
configure:3246: checking for a thread-safe mkdir -p
configure:3285: result: ./install-sh -c -d
configure:3292: checking for gawk
configure:3322: result: no
configure:3292: checking for mawk
configure:3322: result: no
configure:3292: checking for nawk
configure:3322: result: no
configure:3292: checking for awk
configure:3308: found /usr/bin/awk
configure:3319: result: awk
configure:3330: checking whether make sets $(MAKE)
configure:3352: result: yes
configure:3381: checking whether make supports nested variables
configure:3398: result: yes
configure:3478: checking whether UID '501' is supported by ustar format
configure:3481: result: yes
configure:3488: checking whether GID '20' is supported by ustar format
configure:3491: result: yes
configure:3499: checking how to create a ustar tar archive
configure:3510: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3513: $? = 0
configure:3553: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3556: $? = 0
configure:3560: tar -xf - <conftest.tar
configure:3563: $? = 0
configure:3565: cat conftest.dir/file
GrepMe
configure:3568: $? = 0
configure:3581: result: gnutar
configure:3642: checking whether make supports nested variables
configure:3659: result: yes
configure:3670: checking for a sed that does not truncate output
configure:3734: result: /usr/bin/sed
configure:3752: checking whether to build with code coverage support
configure:3772: result: no
configure:4121: checking for style of include used by make
configure:4149: result: GNU
configure:4220: checking for gcc
configure:4236: found /usr/bin/gcc
configure:4247: result: gcc
configure:4476: checking for C compiler version
configure:4485: gcc --version >&5
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:4496: $? = 0
configure:4485: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4496: $? = 0
configure:4485: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4496: $? = 1
configure:4485: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:4496: $? = 1
configure:4516: checking whether the C compiler works
configure:4538: gcc conftest.c >&5
configure:4542: $? = 0
configure:4590: result: yes
configure:4593: checking for C compiler default output file name
configure:4595: result: a.out
configure:4601: checking for suffix of executables
configure:4608: gcc -o conftest conftest.c >&5
configure:4612: $? = 0
configure:4634: result:
configure:4656: checking whether we are cross compiling
configure:4664: gcc -o conftest conftest.c >&5
configure:4668: $? = 0
configure:4675: ./conftest
configure:4679: $? = 0
configure:4694: result: no
configure:4699: checking for suffix of object files
configure:4721: gcc -c conftest.c >&5
configure:4725: $? = 0
configure:4746: result: o
configure:4750: checking whether we are using the GNU C compiler
configure:4769: gcc -c conftest.c >&5
configure:4769: $? = 0
configure:4778: result: yes
configure:4787: checking whether gcc accepts -g
configure:4807: gcc -c -g conftest.c >&5
configure:4807: $? = 0
configure:4848: result: yes
configure:4865: checking for gcc option to accept ISO C89
configure:4928: gcc -c -g -O2 conftest.c >&5
configure:4928: $? = 0
configure:4941: result: none needed
configure:4966: checking whether gcc understands -c and -o together
configure:4988: gcc -c conftest.c -o conftest2.o
configure:4991: $? = 0
configure:4988: gcc -c conftest.c -o conftest2.o
configure:4991: $? = 0
configure:5003: result: yes
configure:5022: checking dependency style of gcc
configure:5133: result: gcc3
configure:5154: checking how to run the C preprocessor
configure:5185: gcc -E conftest.c
configure:5185: $? = 0
configure:5199: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #define PACKAGE_URL "http://harfbuzz.org/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5224: result: gcc -E
configure:5244: gcc -E conftest.c
configure:5244: $? = 0
configure:5258: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5258: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #define PACKAGE_URL "http://harfbuzz.org/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5287: checking for grep that handles long lines and -e
configure:5345: result: /usr/bin/grep
configure:5350: checking for egrep
configure:5412: result: /usr/bin/grep -E
configure:5417: checking for ANSI C header files
configure:5437: gcc -c -g -O2 conftest.c >&5
configure:5437: $? = 0
configure:5510: gcc -o conftest -g -O2 conftest.c >&5
configure:5510: $? = 0
configure:5510: ./conftest
configure:5510: $? = 0
configure:5521: result: yes
configure:5534: checking for sys/types.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for sys/stat.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for stdlib.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for string.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for memory.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for strings.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for inttypes.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for stdint.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5534: checking for unistd.h
configure:5534: gcc -c -g -O2 conftest.c >&5
configure:5534: $? = 0
configure:5534: result: yes
configure:5547: checking minix/config.h usability
configure:5547: gcc -c -g -O2 conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:5547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5547: result: no
configure:5547: checking minix/config.h presence
configure:5547: gcc -E conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:5547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:5547: result: no
configure:5547: checking for minix/config.h
configure:5547: result: no
configure:5568: checking whether it is safe to define __EXTENSIONS__
configure:5586: gcc -c -g -O2 conftest.c >&5
configure:5586: $? = 0
configure:5593: result: yes
configure:5658: checking for ar
configure:5674: found /usr/bin/ar
configure:5685: result: ar
configure:5711: checking the archiver (ar) interface
configure:5727: gcc -c -g -O2 conftest.c >&5
configure:5727: $? = 0
configure:5729: ar cru libconftest.a conftest.o >&5
configure:5732: $? = 0
configure:5760: result: ar
configure:5810: checking build system type
configure:5824: result: x86_64-apple-darwin17.4.0
configure:5844: checking host system type
configure:5857: result: x86_64-apple-darwin17.4.0
configure:5898: checking how to print strings
configure:5925: result: printf
configure:5946: checking for a sed that does not truncate output
configure:6010: result: /usr/bin/sed
configure:6028: checking for fgrep
configure:6090: result: /usr/bin/grep -F
configure:6125: checking for ld used by gcc
configure:6192: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:6199: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:6214: result: no
configure:6226: checking for BSD- or MS-compatible name lister (nm)
configure:6280: result: /usr/bin/nm -B
configure:6410: checking the name lister (/usr/bin/nm -B) interface
configure:6417: gcc -c -g -O2 conftest.c >&5
configure:6420: /usr/bin/nm -B "conftest.o"
configure:6423: output
00000000000001c4 S _some_variable
configure:6430: result: BSD nm
configure:6433: checking whether ln -s works
configure:6437: result: yes
configure:6445: checking the maximum length of command line arguments
configure:6576: result: 196608
configure:6624: checking how to convert x86_64-apple-darwin17.4.0 file names to x86_64-apple-darwin17.4.0 format
configure:6664: result: func_convert_file_noop
configure:6671: checking how to convert x86_64-apple-darwin17.4.0 file names to toolchain format
configure:6691: result: func_convert_file_noop
configure:6698: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:6705: result: -r
configure:6779: checking for objdump
configure:6795: found /usr/bin/objdump
configure:6806: result: objdump
configure:6838: checking how to recognize dependent libraries
configure:7038: result: pass_all
configure:7123: checking for dlltool
configure:7153: result: no
configure:7183: checking how to associate runtime and link libraries
configure:7210: result: printf %s\n
configure:7334: checking for archiver @FILE support
configure:7351: gcc -c -g -O2 conftest.c >&5
configure:7351: $? = 0
configure:7354: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7357: $? = 1
configure:7377: result: no
configure:7435: checking for strip
configure:7451: found /usr/bin/strip
configure:7462: result: strip
configure:7534: checking for ranlib
configure:7550: found /usr/bin/ranlib
configure:7561: result: ranlib
configure:7663: checking command to parse /usr/bin/nm -B output from gcc object
configure:7816: gcc -c -g -O2 conftest.c >&5
configure:7819: $? = 0
configure:7823: /usr/bin/nm -B 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:7826: $? = 0
cannot find nm_test_var in conftest.nm
configure:7816: gcc -c -g -O2 conftest.c >&5
configure:7819: $? = 0
configure:7823: /usr/bin/nm -B 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:7826: $? = 0
configure:7892: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:7895: $? = 0
configure:7933: result: ok
configure:7980: checking for sysroot
configure:8010: result: no
configure:8017: checking for a working dd
configure:8055: result: /bin/dd
configure:8059: checking how to truncate binary pipes
configure:8074: result: /bin/dd bs=4096 count=1
configure:8403: checking for mt
configure:8433: result: no
configure:8453: checking if : is a manifest tool
configure:8459: : '-?'
configure:8467: result: no
configure:8523: checking for dsymutil
configure:8539: found /usr/bin/dsymutil
configure:8550: result: dsymutil
configure:8615: checking for nmedit
configure:8631: found /usr/bin/nmedit
configure:8642: result: nmedit
configure:8707: checking for lipo
configure:8723: found /usr/bin/lipo
configure:8734: result: lipo
configure:8799: checking for otool
configure:8815: found /usr/bin/otool
configure:8826: result: otool
configure:8891: checking for otool64
configure:8921: result: no
configure:8966: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8999: result: yes
configure:9002: checking for -exported_symbols_list linker flag
configure:9022: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:9022: $? = 0
configure:9032: result: yes
configure:9035: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:9067: result: yes
configure:9141: checking for dlfcn.h
configure:9141: gcc -c -g -O2 conftest.c >&5
configure:9141: $? = 0
configure:9141: result: yes
configure:9396: checking for objdir
configure:9411: result: .libs
configure:9675: checking if gcc supports -fno-rtti -fno-exceptions
configure:9693: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:9697: $? = 0
configure:9710: result: yes
configure:10068: checking for gcc option to produce PIC
configure:10075: result: -fno-common -DPIC
configure:10083: checking if gcc PIC flag -fno-common -DPIC works
configure:10101: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:10105: $? = 0
configure:10118: result: yes
configure:10147: checking if gcc static flag -static works
configure:10175: result: no
configure:10190: checking if gcc supports -c -o file.o
configure:10211: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10215: $? = 0
configure:10237: result: yes
configure:10245: checking if gcc supports -c -o file.o
configure:10292: result: yes
configure:10325: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:11584: result: yes
configure:11824: checking dynamic linker characteristics
configure:12642: result: darwin17.4.0 dyld
configure:12764: checking how to hardcode library paths into programs
configure:12789: result: immediate
configure:13337: checking whether stripping libraries is possible
configure:13351: result: yes
configure:13377: checking if libtool supports shared libraries
configure:13379: result: yes
configure:13382: checking whether to build shared libraries
configure:13407: result: yes
configure:13410: checking whether to build static libraries
configure:13414: result: no
configure:13501: checking for gcc
configure:13528: result: gcc
configure:13757: checking for C compiler version
configure:13766: gcc --version >&5
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:13777: $? = 0
configure:13766: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:13777: $? = 0
configure:13766: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:13777: $? = 1
configure:13766: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:13777: $? = 1
configure:13781: checking whether we are using the GNU C compiler
configure:13809: result: yes
configure:13818: checking whether gcc accepts -g
configure:13879: result: yes
configure:13896: checking for gcc option to accept ISO C89
configure:13972: result: none needed
configure:13997: checking whether gcc understands -c and -o together
configure:14034: result: yes
configure:14053: checking dependency style of gcc
configure:14164: result: gcc3
configure:14179: checking for gcc option to accept ISO C99
configure:14328: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14341: result: none needed
configure:14415: checking for g++
configure:14431: found /usr/bin/g++
configure:14442: result: g++
configure:14469: checking for C++ compiler version
configure:14478: g++ --version >&5
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:14489: $? = 0
configure:14478: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:14489: $? = 0
configure:14478: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:14489: $? = 1
configure:14478: g++ -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:14489: $? = 1
configure:14493: checking whether we are using the GNU C++ compiler
configure:14512: g++ -c conftest.cpp >&5
configure:14512: $? = 0
configure:14521: result: yes
configure:14530: checking whether g++ accepts -g
configure:14550: g++ -c -g conftest.cpp >&5
configure:14550: $? = 0
configure:14591: result: yes
configure:14616: checking dependency style of g++
configure:14727: result: gcc3
configure:14760: checking how to run the C++ preprocessor
configure:14787: g++ -E conftest.cpp
configure:14787: $? = 0
configure:14801: g++ -E conftest.cpp
conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:14801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14826: result: g++ -E
configure:14846: g++ -E conftest.cpp
configure:14846: $? = 0
configure:14860: g++ -E conftest.cpp
conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:14860: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15022: checking for ld used by g++
configure:15089: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:15096: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:15111: result: no
configure:15166: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:16239: result: yes
configure:16275: g++ -c -g -O2 conftest.cpp >&5
configure:16278: $? = 0
configure:16759: checking for g++ option to produce PIC
configure:16766: result: -fno-common -DPIC
configure:16774: checking if g++ PIC flag -fno-common -DPIC works
configure:16792: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:16796: $? = 0
configure:16809: result: yes
configure:16832: checking if g++ static flag -static works
configure:16860: result: no
configure:16872: checking if g++ supports -c -o file.o
configure:16893: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:16897: $? = 0
configure:16919: result: yes
configure:16924: checking if g++ supports -c -o file.o
configure:16971: result: yes
configure:17001: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:17041: result: yes
configure:17182: checking dynamic linker characteristics
configure:17927: result: darwin17.4.0 dyld
configure:17992: checking how to hardcode library paths into programs
configure:18017: result: immediate
configure:18064: checking for special C compiler options needed for large files
configure:18109: result: no
configure:18115: checking for _FILE_OFFSET_BITS value needed for large files
configure:18140: gcc -c -g -O2 conftest.c >&5
configure:18140: $? = 0
configure:18172: result: no
configure:18311: checking for pkg-config
configure:18329: found /usr/local/bin/pkg-config
configure:18341: result: /usr/local/bin/pkg-config
configure:18366: checking pkg-config is at least version 0.20
configure:18369: result: yes
configure:18440: checking for atexit
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for mprotect
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for sysconf
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for getpagesize
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for mmap
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for isatty
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for newlocale
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for strtod_l
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18440: checking for posix_memalign
configure:18440: gcc -o conftest -g -O2 conftest.c >&5
configure:18440: $? = 0
configure:18440: result: yes
configure:18454: checking for round
configure:18454: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
char round ();
^
conftest.c:58:6: note: 'round' is a builtin with type 'double (double)'
1 warning generated.
configure:18454: $? = 0
configure:18454: result: yes
configure:18481: checking for unistd.h
configure:18481: result: yes
configure:18481: checking sys/mman.h usability
configure:18481: gcc -c -g -O2 conftest.c >&5
configure:18481: $? = 0
configure:18481: result: yes
configure:18481: checking sys/mman.h presence
configure:18481: gcc -E conftest.c
configure:18481: $? = 0
configure:18481: result: yes
configure:18481: checking for sys/mman.h
configure:18481: result: yes
configure:18481: checking xlocale.h usability
configure:18481: gcc -c -g -O2 conftest.c >&5
configure:18481: $? = 0
configure:18481: result: yes
configure:18481: checking xlocale.h presence
configure:18481: gcc -E conftest.c
configure:18481: $? = 0
configure:18481: result: yes
configure:18481: checking for xlocale.h
configure:18481: result: yes
configure:18481: checking stdbool.h usability
configure:18481: gcc -c -g -O2 conftest.c >&5
configure:18481: $? = 0
configure:18481: result: yes
configure:18481: checking stdbool.h presence
configure:18481: gcc -E conftest.c
configure:18481: $? = 0
configure:18481: result: yes
configure:18481: checking for stdbool.h
configure:18481: result: yes
configure:18496: checking alignment of struct{char;}
configure:18501: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:76:33: warning: declaration does not declare anything [-Wmissing-declarations]
typedef struct { char x; struct{char;} y; } ac__type_alignof_;
^~~~
1 warning generated.
configure:18501: $? = 0
configure:18501: ./conftest
configure:18501: $? = 0
configure:18519: result: 1
configure:18532: checking whether the linker accepts -Bsymbolic-functions
configure:18551: gcc -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5
configure:18551: $? = 0
configure:18560: result: yes
configure:18609: checking for native Win32
configure:18616: result: no
configure:18812: checking whether gcc is Clang
configure:18837: result: yes
configure:18884: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
configure:18909: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -Bsymbolic-functions conftest.c >&5
configure:18909: $? = 0
configure:18915: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -Bsymbolic-functions conftest.o >&5)
====
configure:18915: $? = 0
configure:18933: result: no
configure:19082: checking for joinable pthread attribute
configure:19100: gcc -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5
configure:19100: $? = 0
configure:19108: result: PTHREAD_CREATE_JOINABLE
configure:19122: checking whether more special flags are required for pthreads
configure:19135: result: no
configure:19143: checking for PTHREAD_PRIO_INHERIT
configure:19159: gcc -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5
configure:19159: $? = 0
configure:19168: result: yes
configure:19314: checking for glib-2.0 >= 2.19.1
configure:19321: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS"
configure:19324: $? = 0
configure:19338: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS"
configure:19341: $? = 0
configure:19379: result: yes
configure:19532: checking for cairo >= 1.8.0
configure:19539: $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:19542: $? = 1
configure:19556: $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:19559: $? = 1
configure:19573: result: no
No package 'cairo' found
configure:19720: checking for fontconfig
configure:19727: $PKG_CONFIG --exists --print-errors "fontconfig"
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
configure:19730: $? = 1
configure:19744: $PKG_CONFIG --exists --print-errors "fontconfig"
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
configure:19747: $? = 1
configure:19761: result: no
No package 'fontconfig' found
configure:19820: checking for icu-uc
configure:19827: $PKG_CONFIG --exists --print-errors "icu-uc"
Package icu-uc was not found in the pkg-config search path.
Perhaps you should add the directory containing `icu-uc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'icu-uc' found
configure:19830: $? = 1
configure:19844: $PKG_CONFIG --exists --print-errors "icu-uc"
Package icu-uc was not found in the pkg-config search path.
Perhaps you should add the directory containing `icu-uc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'icu-uc' found
configure:19847: $? = 1
configure:19861: result: no
No package 'icu-uc' found
configure:19934: checking for icu-config
configure:19964: result: no
configure:19983: checking for ICU by using icu-config fallback
configure:19997: result: no
configure:20196: checking for freetype2 >= 12.0.6
configure:20203: $PKG_CONFIG --exists --print-errors "$FREETYPE_DEPS"
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
configure:20206: $? = 1
configure:20220: $PKG_CONFIG --exists --print-errors "$FREETYPE_DEPS"
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
configure:20223: $? = 1
configure:20237: result: no
No package 'freetype2' found
configure:20463: checking for Intel atomic primitives
configure:20486: gcc -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5
configure:20486: $? = 0
configure:20494: result: true
configure:20503: checking for Solaris atomic operations
configure:20528: gcc -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5
conftest.c:48:12: fatal error: 'atomic.h' file not found
#include <atomic.h>
^~~~~~~~~~
1 error generated.
configure:20528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "HarfBuzz 2.0.2"
| #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define 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_NEWLOCALE 1
| #define HAVE_STRTOD_L 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_ROUND 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_STDBOOL_H 1
| #define ALIGNOF_STRUCT_CHAR__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_FALLBACK 1
| #define HAVE_GLIB 1
| #define HAVE_UCDN 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:20536: result: false
configure:20730: checking that generated files are newer than configure
configure:20736: result: done
configure:20851: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by HarfBuzz config.status 2.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ariza-osx
config.status:1376: creating Makefile
config.status:1376: creating src/Makefile
config.status:1376: creating src/harfbuzz-config.cmake
config.status:1376: creating src/hb-ucdn/Makefile
config.status:1376: creating util/Makefile
config.status:1376: creating test/Makefile
config.status:1376: creating test/api/Makefile
config.status:1376: creating test/fuzzing/Makefile
config.status:1376: creating test/shaping/Makefile
config.status:1376: creating test/shaping/data/Makefile
config.status:1376: creating test/shaping/data/in-house/Makefile
config.status:1376: creating test/shaping/data/text-rendering-tests/Makefile
config.status:1376: creating test/subset/Makefile
config.status:1376: creating test/subset/data/Makefile
config.status:1376: creating docs/Makefile
config.status:1376: creating docs/version.xml
config.status:1376: creating config.h
config.status:1605: executing depfiles commands
config.status:1605: executing libtool commands
configure:23304:
Build configuration:
Unicode callbacks (you want at least one):
Builtin (UCDN): true
Glib: true
ICU: false
Font callbacks (the more the merrier):
FreeType: false
Tools used for command-line utilities:
Cairo: false
Fontconfig: false
Additional shapers (the more the merrier):
Graphite2: false
Platform shapers (not normally needed):
CoreText: false
DirectWrite: false
Uniscribe: false
Other features:
Documentation:
GObject bindings: false
Introspection: false
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_alignof_struct_char__=1
ac_cv_build=x86_64-apple-darwin17.4.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=
ac_cv_env_CC_value=
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=
ac_cv_env_CXX_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_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_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_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_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_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_newlocale=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_round=yes
ac_cv_func_strtod_l=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_minix_config_h=no
ac_cv_header_stdbool_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_header_xlocale_h=yes
ac_cv_host=x86_64-apple-darwin17.4.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=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
ax_cv_PTHREAD_CLANG=yes
ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_SPECIAL_FLAGS=no
ax_cv_check_ldflags___Bsymbolic_functions=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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
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][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.56.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
pkg_cv_GLIB_LIBS='-L/usr/local/Cellar/glib/2.56.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
## ----------------- ##
## Output variables. ##
## ----------------- ##
@echo "Need to reconfigure with --enable-code-coverage"
@echo "Need to reconfigure with --enable-code-coverage"
$(CODE_COVERAGE_IGNORE_PATTERN);
$(CODE_COVERAGE_OUTPUT_FILE);
#
#
# $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
# $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
# (Default: $(top_builddir))
# (Default: empty)
# Multiple directories may be specified, separated by whitespace.
# by lcov for code coverage. (Default:
# collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
# genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
# instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
# instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
# instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
# instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
# instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
# lcov instance. (Default: empty)
# reports to be created. (Default:
# set to 0 to disable it and leave empty to stay with the default.
# - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
# - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
# - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
# - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
# - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
# - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
# - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
# - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
# - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
# - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
# - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
# - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
# - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
# - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
# $(PACKAGE_VERSION). In order to add the current git hash to the title,
# Capture code coverage data
# Code coverage
# Hook rule executed before code-coverage-capture, overridable by the user
# Optional variables
# Optional:
# The generated report will be titled using the $(PACKAGE_NAME) and
# Use recursive makes in order to ignore errors during check
# sanitizes the test-name: replaces with underscores: dashes and dots
# use the git-version-gen script, available online.
$(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
'
--rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
--rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
.PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
ACLOCAL='${SHELL} /Users/ariza/git/harfbuzz/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
AM_DISTCHECK_CONFIGURE_FLAGS ?=
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /Users/ariza/git/harfbuzz/missing autoconf'
AUTOHEADER='${SHELL} /Users/ariza/git/harfbuzz/missing autoheader'
AUTOMAKE='${SHELL} /Users/ariza/git/harfbuzz/missing automake-1.15'
AWK='awk'
CAIRO_CFLAGS=''
CAIRO_FT_CFLAGS=''
CAIRO_FT_LIBS=''
CAIRO_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CODE_COVERAGE_BRANCH_COVERAGE ?=
CODE_COVERAGE_CFLAGS=''
CODE_COVERAGE_CPPFLAGS=''
CODE_COVERAGE_CXXFLAGS=''
CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
CODE_COVERAGE_ENABLED='no'
CODE_COVERAGE_ENABLED_FALSE=''
CODE_COVERAGE_ENABLED_TRUE='#'
CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\
CODE_COVERAGE_IGNORE_PATTERN ?=
CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
CODE_COVERAGE_LDFLAGS=''
CODE_COVERAGE_LIBS=''
CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
CODE_COVERAGE_RULES='
CORETEXT_CFLAGS=''
CORETEXT_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-fno-rtti -g -O2 -fno-exceptions -fno-threadsafe-statics -Wcast-align -fvisibility-inlines-hidden'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRECTWRITE_CXXFLAGS=''
DIRECTWRITE_LIBS=''
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_DEPS='freetype2 >= 12.0.6'
FREETYPE_LIBS=''
GCOV=''
GENHTML=''
GIT='${SHELL} /Users/ariza/git/harfbuzz/missing git'
GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
GITIGNOREFILES ?=
GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.56.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
GLIB_DEPS='glib-2.0 >= 2.19.1'
GLIB_LIBS='-L/usr/local/Cellar/glib/2.56.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
GLIB_MKENUMS=''
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GRAPHITE2_CFLAGS=''
GRAPHITE2_DEPS='graphite2 >= 1.2.0'
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_DIRECTWRITE_FALSE=''
HAVE_DIRECTWRITE_TRUE='#'
HAVE_FALLBACK_FALSE='#'
HAVE_FALLBACK_TRUE=''
HAVE_FONTCONFIG_FALSE=''
HAVE_FONTCONFIG_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_ICU_BUILTIN_FALSE=''
HAVE_ICU_BUILTIN_TRUE='#'
HAVE_ICU_FALSE=''
HAVE_ICU_TRUE='#'
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE='#'
HAVE_PTHREAD_FALSE='#'
HAVE_PTHREAD_TRUE=''
HAVE_UCDN_FALSE='#'
HAVE_UCDN_TRUE=''
HAVE_UNISCRIBE_FALSE=''
HAVE_UNISCRIBE_TRUE='#'
HB_LIBTOOL_VERSION_INFO='20000:2:20000'
HB_VERSION='2.0.2'
HB_VERSION_MAJOR='2'
HB_VERSION_MICRO='2'
HB_VERSION_MINOR='0'
ICU_CFLAGS=''
ICU_CONFIG='no'
ICU_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LCOV=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' -Bsymbolic-functions'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /Users/ariza/git/harfbuzz/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='harfbuzz'
PACKAGE_BUGREPORT='https://github.com/harfbuzz/harfbuzz/issues/new'
PACKAGE_NAME='HarfBuzz'
PACKAGE_STRING='HarfBuzz 2.0.2'
PACKAGE_TARNAME='harfbuzz'
PACKAGE_URL='http://harfbuzz.org/'
PACKAGE_VERSION='2.0.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RAGEL='${SHELL} /Users/ariza/git/harfbuzz/missing ragel'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UNISCRIBE_CFLAGS=''
UNISCRIBE_LIBS=''
VERSION='2.0.2'
WITH_LIBSTDCXX_FALSE=''
WITH_LIBSTDCXX_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin17.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin17.4.0'
build_vendor='apple'
check-code-coverage:
code-coverage-capture-hook:
code-coverage-capture: code-coverage-capture-hook
code_coverage_quiet = $(code_coverage_quiet_$(V))
code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
code_coverage_quiet_0 = --quiet
code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))
code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_gobject='false'
host='x86_64-apple-darwin17.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin17.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/ariza/git/harfbuzz/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
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 "2.0.2"
#define PACKAGE_STRING "HarfBuzz 2.0.2"
#define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define 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_NEWLOCALE 1
#define HAVE_STRTOD_L 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_ROUND 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_XLOCALE_H 1
#define HAVE_STDBOOL_H 1
#define ALIGNOF_STRUCT_CHAR__ 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_FALLBACK 1
#define HAVE_GLIB 1
#define HAVE_UCDN 1
#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
configure: exit 0