On Fri, 28 Oct 2016 20:29:54 +0200
Khaled Hosny <[email protected]> wrote:

> Then please attach the full build log, may be someone can spot the
> issue.

The command sequence in a new directory was:

git clone  https://github.com/behdad/harfbuzz.git harfbuzz-git1 2>&1 |
tee -a ~/hb.log cd harfbuzz-git1
./autogen.sh
mkdir jrw1
cd jrw1
CFLAGS=-g CXXFLAGS=-g ../configure 2>&1 | tee -a ~/hb.log
make distclean 2>&1 | tee -a ~/hb.log
CFLAGS=-g CXXFLAGS=-g ../configure 2>&1 | tee -a ~/hb.log
cd ..
make distclean 2>&1 | tee -a ~/hb.log
cd jrw1
CFLAGS=-g CXXFLAGS=-g ../configure 2>&1 | tee -a ~/hb.log
make 2>&1 | tee -a ~/hb.log
cd util
make 2>&1 | tee -a ~/hb.log
make hb-view 2>&1 | tee -a ~/hb.log

The log file hb.log is attached.  The only obvious problem until 'make
hb-view' completely failed was messages such as:

configure.ac:22: warning: AC_COMPILE_IFELSE was called before
AC_USE_SYSTEM_EXTENSIONS

Richard.
Cloning into 'harfbuzz-git1'...
checking for ragel... /usr/bin/ragel
checking for pkg-config... /usr/bin/pkg-config
checking for libtoolize... /usr/bin/libtoolize
checking for gtkdocize... /usr/bin/gtkdocize
checking for autoreconf... /usr/bin/autoreconf
running autoreconf --force --install --verbose
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
autoreconf: configure.ac: tracing
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
autoreconf: running: libtoolize --install --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
autoreconf: running: /usr/bin/autoconf --force
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
autoreconf: running: /usr/bin/autoheader --force
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:17: installing `./ar-lib'
configure.ac:24: installing `./compile'
configure.ac:12: installing `./missing'
src/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `.'
running configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
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 alignment of struct{char;}... 1
checking for native Win32... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... 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... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for GLIB... no
checking for CAIRO... yes
checking for CAIRO_FT... yes
checking for FONTCONFIG... yes
checking for ICU... yes
checking for FREETYPE... yes
checking for Intel atomic primitives... true
checking for Solaris atomic operations... false
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hb-version.h
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/fuzzing/Makefile
config.status: creating test/shaping/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating win32/Makefile
config.status: creating win32/config.h.win32
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:			false
	ICU:			true
	UCDN:			true

Font callbacks (the more the better):
	FreeType:		true

Tools used for command-line utilities:
	Cairo:			true
	Fontconfig:		true

Additional shapers (the more the better):
	Graphite2:		false

Platform shapers (not normally needed):
	CoreText:		false
	Uniscribe:		false
	DirectWrite:		false

Other features:
	Documentation:		false
	GObject bindings:	false
	Introspection:		false

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
make: *** No rule to make target `distclean'. Stop.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
Making distclean in win32
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/win32'
rm -rf .libs _libs
rm -f *.lo
test -z "config.h.win32" || rm -f config.h.win32
test . = "." || test -z "" || rm -f 
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/win32'
Making distclean in docs
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/docs'
test -z "harfbuzz.args harfbuzz.hierarchy harfbuzz.interfaces harfbuzz.prerequisites harfbuzz.signals harfbuzz-undocumented.txt harfbuzz-undeclared.txt harfbuzz-unused.txt setup-build.stamp scan-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp sgml.stamp html.stamp pdf.stamp" || rm -f harfbuzz.args harfbuzz.hierarchy harfbuzz.interfaces harfbuzz.prerequisites harfbuzz.signals harfbuzz-undocumented.txt harfbuzz-undeclared.txt harfbuzz-unused.txt setup-build.stamp scan-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp sgml.stamp html.stamp pdf.stamp
rm -rf .libs _libs
rm -f *.lo
test -z "version.xml" || rm -f version.xml
test . = "." || test -z "" || rm -f 
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/docs'
Making distclean in test
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/test'
Making distclean in fuzzing
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test/fuzzing'
 rm -f hb-fuzzer
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test/fuzzing'
Making distclean in shaping
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test/shaping'
test -z "hb_test_tools.py[co] " || rm -f hb_test_tools.py[co] 
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test/shaping'
Making distclean in api
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test/api'
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test/api'
Making distclean in .
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test'
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/test'
Making distclean in util
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/util'
 rm -f
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/util'
Making distclean in src
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/src'
Making distclean in hb-ucdn
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/src/hb-ucdn'
rm -rf .libs _libs
test -z "libhb-ucdn.la" || rm -f libhb-ucdn.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/src/hb-ucdn'
Making distclean in .
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/src'
 rm -f test-ot-tag
test -z "libharfbuzz-fuzzing.la harfbuzz.pc harfbuzz-icu.pc  harfbuzz.def " || rm -f libharfbuzz-fuzzing.la harfbuzz.pc harfbuzz-icu.pc  harfbuzz.def 
test -z "libharfbuzz.la libharfbuzz-icu.la " || rm -f libharfbuzz.la libharfbuzz-icu.la 
rm -f "./so_locations"
rm -f "./so_locations"
rm -rf .libs _libs
 rm -f main test test-buffer-serialize test-size-params test-would-substitute
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "hb-version.h" || rm -f hb-version.h
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/src'
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/src'
Making distclean in .
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
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 alignment of struct{char;}... 1
checking for native Win32... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... 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... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for GLIB... no
checking for CAIRO... yes
checking for CAIRO_FT... yes
checking for FONTCONFIG... yes
checking for ICU... yes
checking for FREETYPE... yes
checking for Intel atomic primitives... true
checking for Solaris atomic operations... false
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hb-version.h
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/fuzzing/Makefile
config.status: creating test/shaping/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating win32/Makefile
config.status: creating win32/config.h.win32
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:			false
	ICU:			true
	UCDN:			true

Font callbacks (the more the better):
	FreeType:		true

Tools used for command-line utilities:
	Cairo:			true
	Fontconfig:		true

Additional shapers (the more the better):
	Graphite2:		false

Platform shapers (not normally needed):
	CoreText:		false
	Uniscribe:		false
	DirectWrite:		false

Other features:
	Documentation:		false
	GObject bindings:	false
	Introspection:		false

make  all-recursive
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1'
Making all in src
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
make  all-recursive
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
Making all in hb-ucdn
make[4]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src/hb-ucdn'
  CC     libhb_ucdn_la-ucdn.lo
  CCLD   libhb-ucdn.la
make[4]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src/hb-ucdn'
make[4]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
  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
  CXX    libharfbuzz_la-hb-face.lo
  CXX    libharfbuzz_la-hb-font.lo
  CXX    libharfbuzz_la-hb-ot-tag.lo
  CXX    libharfbuzz_la-hb-set.lo
  CXX    libharfbuzz_la-hb-shape.lo
  CXX    libharfbuzz_la-hb-shape-plan.lo
  CXX    libharfbuzz_la-hb-shaper.lo
  CXX    libharfbuzz_la-hb-unicode.lo
  CXX    libharfbuzz_la-hb-warning.lo
  CXX    libharfbuzz_la-hb-ot-font.lo
  CXX    libharfbuzz_la-hb-ot-layout.lo
  CXX    libharfbuzz_la-hb-ot-map.lo
  CXX    libharfbuzz_la-hb-ot-shape.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-arabic.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-default.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-hangul.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-hebrew.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-indic.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-indic-table.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-myanmar.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-thai.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-tibetan.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-use.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-use-table.lo
  CXX    libharfbuzz_la-hb-ot-shape-normalize.lo
  CXX    libharfbuzz_la-hb-ot-shape-fallback.lo
  CXX    libharfbuzz_la-hb-fallback-shape.lo
  CXX    libharfbuzz_la-hb-ft.lo
  CXX    libharfbuzz_la-hb-ucdn.lo
  GEN    libharfbuzz.la
  CXX    libharfbuzz_icu_la-hb-icu.lo
  CXXLD  libharfbuzz-icu.la
  CXX    main-main.o
  CXXLD  main
  CXX    test-test.o
  CXXLD  test
  CXX    test_buffer_serialize-test-buffer-serialize.o
  CXXLD  test-buffer-serialize
  CXX    test_size_params-test-size-params.o
  CXXLD  test-size-params
  CXX    test_would_substitute-test-would-substitute.o
  CXXLD  test-would-substitute
  GEN    harfbuzz.pc
  GEN    harfbuzz-icu.pc
make[4]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
Making all in util
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/util'
git.mk: Generating ../../util/.gitignore
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/util'
Making all in test
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
Making all in api
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test/api'
git.mk: Generating ../../../test/api/.gitignore
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test/api'
Making all in shaping
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test/shaping'
git.mk: Generating ../../../test/shaping/.gitignore
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test/shaping'
Making all in fuzzing
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test/fuzzing'
git.mk: Generating ../../../test/fuzzing/.gitignore
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test/fuzzing'
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
git.mk: Generating ../../test/.gitignore
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
Making all in docs
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/docs'
git.mk: Generating ../../docs/.gitignore
configure.ac:22: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
configure.ac:22: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:364: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:22: the top level
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/docs'
Making all in win32
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/win32'
git.mk: Generating ../../win32/.gitignore
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/win32'
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1'
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1'
  CXXLD  hb-view
g++: fatal error: no input files
compilation terminated.
make: *** [hb-view] Error 4
fatal: destination path 'harfbuzz-git1' already exists and is not an empty directory.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ../configure CFLAGS=-g CXXFLAGS=-g --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
make: *** [config.status] Error 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
Making distclean in win32
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/win32'
rm -rf .libs _libs
rm -f *.lo
test -z "config.h.win32" || rm -f config.h.win32
test . = "." || test -z "" || rm -f 
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/win32'
Making distclean in docs
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/docs'
test -z "harfbuzz.args harfbuzz.hierarchy harfbuzz.interfaces harfbuzz.prerequisites harfbuzz.signals harfbuzz-undocumented.txt harfbuzz-undeclared.txt harfbuzz-unused.txt setup-build.stamp scan-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp sgml.stamp html.stamp pdf.stamp" || rm -f harfbuzz.args harfbuzz.hierarchy harfbuzz.interfaces harfbuzz.prerequisites harfbuzz.signals harfbuzz-undocumented.txt harfbuzz-undeclared.txt harfbuzz-unused.txt setup-build.stamp scan-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp sgml.stamp html.stamp pdf.stamp
rm -rf .libs _libs
rm -f *.lo
test -z "version.xml" || rm -f version.xml
test . = "." || test -z "" || rm -f 
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/docs'
Making distclean in test
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/test'
Making distclean in fuzzing
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test/fuzzing'
 rm -f hb-fuzzer
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test/fuzzing'
Making distclean in shaping
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test/shaping'
test -z "hb_test_tools.py[co] " || rm -f hb_test_tools.py[co] 
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test/shaping'
Making distclean in api
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test/api'
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test/api'
Making distclean in .
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/test'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/test'
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/test'
Making distclean in util
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/util'
 rm -f
test -z "" || rm -f 
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/util'
Making distclean in src
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/src'
Making distclean in hb-ucdn
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/src/hb-ucdn'
rm -rf .libs _libs
test -z "libhb-ucdn.la" || rm -f libhb-ucdn.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/src/hb-ucdn'
Making distclean in .
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/src'
 rm -f test-ot-tag
test -z "libharfbuzz-fuzzing.la harfbuzz.pc harfbuzz-icu.pc  harfbuzz.def " || rm -f libharfbuzz-fuzzing.la harfbuzz.pc harfbuzz-icu.pc  harfbuzz.def 
test -z "libharfbuzz.la libharfbuzz-icu.la " || rm -f libharfbuzz.la libharfbuzz-icu.la 
rm -f "./so_locations"
rm -f "./so_locations"
rm -rf .libs _libs
 rm -f main test test-buffer-serialize test-size-params test-would-substitute
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "hb-version.h" || rm -f hb-version.h
test . = "." || test -z "" || rm -f 
test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/src'
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/src'
Making distclean in .
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
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 alignment of struct{char;}... 1
checking for native Win32... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... 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... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for GLIB... no
checking for CAIRO... yes
checking for CAIRO_FT... yes
checking for FONTCONFIG... yes
checking for ICU... yes
checking for FREETYPE... yes
checking for Intel atomic primitives... true
checking for Solaris atomic operations... false
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hb-version.h
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/fuzzing/Makefile
config.status: creating test/shaping/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating win32/Makefile
config.status: creating win32/config.h.win32
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure:

Build configuration:

Unicode callbacks (you want at least one):
	Glib:			false
	ICU:			true
	UCDN:			true

Font callbacks (the more the better):
	FreeType:		true

Tools used for command-line utilities:
	Cairo:			true
	Fontconfig:		true

Additional shapers (the more the better):
	Graphite2:		false

Platform shapers (not normally needed):
	CoreText:		false
	Uniscribe:		false
	DirectWrite:		false

Other features:
	Documentation:		false
	GObject bindings:	false
	Introspection:		false

make  all-recursive
make[1]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1'
Making all in src
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
make  all-recursive
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
Making all in hb-ucdn
make[4]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src/hb-ucdn'
make[4]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src/hb-ucdn'
make[4]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
  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
  CXX    libharfbuzz_la-hb-face.lo
  CXX    libharfbuzz_la-hb-font.lo
  CXX    libharfbuzz_la-hb-ot-tag.lo
  CXX    libharfbuzz_la-hb-set.lo
  CXX    libharfbuzz_la-hb-shape.lo
  CXX    libharfbuzz_la-hb-shape-plan.lo
  CXX    libharfbuzz_la-hb-shaper.lo
  CXX    libharfbuzz_la-hb-unicode.lo
  CXX    libharfbuzz_la-hb-warning.lo
  CXX    libharfbuzz_la-hb-ot-font.lo
  CXX    libharfbuzz_la-hb-ot-layout.lo
  CXX    libharfbuzz_la-hb-ot-map.lo
  CXX    libharfbuzz_la-hb-ot-shape.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-arabic.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-default.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-hangul.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-hebrew.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-indic.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-indic-table.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-myanmar.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-thai.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-tibetan.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-use.lo
  CXX    libharfbuzz_la-hb-ot-shape-complex-use-table.lo
  CXX    libharfbuzz_la-hb-ot-shape-normalize.lo
  CXX    libharfbuzz_la-hb-ot-shape-fallback.lo
  CXX    libharfbuzz_la-hb-fallback-shape.lo
  CXX    libharfbuzz_la-hb-ft.lo
  CXX    libharfbuzz_la-hb-ucdn.lo
  GEN    libharfbuzz.la
  CXX    libharfbuzz_icu_la-hb-icu.lo
  CXXLD  libharfbuzz-icu.la
  CXX    main-main.o
  CXXLD  main
  CXX    test-test.o
  CXXLD  test
  CXX    test_buffer_serialize-test-buffer-serialize.o
  CXXLD  test-buffer-serialize
  CXX    test_size_params-test-size-params.o
  CXXLD  test-size-params
  CXX    test_would_substitute-test-would-substitute.o
  CXXLD  test-would-substitute
  GEN    harfbuzz.pc
  GEN    harfbuzz-icu.pc
make[4]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/src'
Making all in util
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/util'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/util'
Making all in test
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
Making all in api
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test/api'
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test/api'
Making all in shaping
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test/shaping'
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test/shaping'
Making all in fuzzing
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test/fuzzing'
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test/fuzzing'
make[3]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/test'
Making all in docs
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/docs'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/docs'
Making all in win32
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1/win32'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1/win32'
make[2]: Entering directory `/home/richard/tham/harfbuzz-git1/jrw1'
make[2]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1'
make[1]: Leaving directory `/home/richard/tham/harfbuzz-git1/jrw1'
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to