freetype 2.8.1

exlhost

Verified User
Joined
Jan 13, 2017
Messages
136
After updating freetype 2.8.1 this morning ive got this error while ran ./build php n


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
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
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
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
sed: -e expression #1, char 0: no previous regular expression
sed: -e expression #1, char 0: no previous regular expression
grep: /freetype2/freetype/freetype.h: No such file or directory
grep: /freetype2/freetype/freetype.h: No such file or directory
grep: /freetype2/freetype/freetype.h: No such file or directory
Latest version of FreeType: 2.8.1
Installed version of FreeType: ..

FreeType .. to 2.8.1 update is available.

/usr/local/directadmin/custombuild/php-7.0.23/ext/gd/gd.c:77:24: fatal error: ft2build.h

make: *** [ext/gd/gd.lo] Error 1
make: *** Waiting for unfinished jobs....


Any had the same?
have this on 3 Centos 7.4 boxes
 
Last edited:
Thanks for your fast reply

downgraded back to 2.7.1 did the trick
./build php n - is working fine now.
 
We've pushed a fix, it should address this issue.
It's available on files1, 2, and 3 (all of files.directadmin.com).
For files4 and up, it's up to 24 hours.
I even tested on 5 different boxes, didn't hit the problem, sorry it slipped though the cracks!

We're looking for rev 1727
Code:
[root@server custombuild]# ./build version2.0.0 (rev: 1727)
John
 
FreeType 2.8.1 does not build on Debian 8.9

On my Debian 8.9, FreeType 2.8.1 does not build.

Code:
/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/rules.mk:74: recipe for target '/usr/local/directadmin/custombuild/freetype-2.8.1/objs/autofit.lo' failed
make: *** [/usr/local/directadmin/custombuild/freetype-2.8.1/objs/autofit.lo] Error 1
 
Last edited:
Thanks for looking into this. (long) output below

Code:
# ./build update_versions
Updating FreeType
Found /usr/local/directadmin/custombuild/freetype-2.8.1.tar.gz
Extracting ...
Done.
Configuring freetype-2.8.1...

FreeType build system -- automatic system detection

The following settings are used:

  platform                    unix
  compiler                    cc
  configuration directory     ./builds/unix
  configuration rules         ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (this needs python >= 2.6).

Generating modules list in ./objs/ftmodule.h...
* module: truetype  (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1     (Postscript font files with extension *.pfa or *.pfb)
* module: cff       (OpenType fonts with extension *.otf)
* module: cid       (Postscript CID-keyed fonts, no known extension)
* module: pfr       (PFR/TrueDoc font files with extension *.pfr)
* module: type42    (Type 42 font files with no known extension)
* module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf       (pcf bitmap fonts)
* module: bdf       (bdf bitmap fonts)
* module: sfnt      (helper module for TrueType & OpenType formats)
* module: autofit   (automatic hinting module)
* module: pshinter  (Postscript hinter module)
* module: raster    (monochrome bitmap renderer)
* module: smooth    (anti-aliased bitmap renderer)
* module: smooth    (anti-aliased bitmap renderer for LCDs)
* module: smooth    (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux     (Postscript Type 1 & Type 2 helper module)
* module: psnames   (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; \
        ./configure 
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-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 how to run the C preprocessor... gcc -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.24... yes
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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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 -m elf_x86_64) 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... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 8
checking for unsigned long long int... yes
checking for long long int... yes
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -pedantic to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS
checking for ZLIB... yes
checking for BZIP2... no
checking for BZ2_bzDecompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for LIBPNG... yes
checking for HARFBUZZ... yes
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:

Library configuration:
  external zlib: yes (pkg-config)
  bzip2:         yes (autoconf test)
  libpng:        yes (pkg-config)
  harfbuzz:      yes (pkg-config)

make: Nothing to be done for 'unix'.
Done. Making freetype-2.8.1...
Trying to make FreeType...
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftsystem.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftsystem.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftdebug.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftdebug.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftdebug.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftdebug.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftdebug.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftdebug.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftinit.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftinit.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftinit.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftinit.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftinit.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftinit.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbase.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbase.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbase.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftbase.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbase.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbase.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbbox.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbbox.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbbox.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftbbox.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbbox.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbbox.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbdf.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbdf.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbdf.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftbdf.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbdf.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbdf.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbitmap.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbitmap.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbitmap.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftbitmap.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftbitmap.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftbitmap.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftcid.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftcid.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftcid.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftcid.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftcid.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftcid.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftfntfmt.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftfntfmt.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftfntfmt.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftfntfmt.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftfntfmt.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftfntfmt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftfstype.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftfstype.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftfstype.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftfstype.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftfstype.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftfstype.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftgasp.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftgasp.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftgasp.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftgasp.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftgasp.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftgasp.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftglyph.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftglyph.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftglyph.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftglyph.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftglyph.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftglyph.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftgxval.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftgxval.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftgxval.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftgxval.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftgxval.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftgxval.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftlcdfil.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftlcdfil.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftlcdfil.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftlcdfil.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftlcdfil.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftlcdfil.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftmm.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftmm.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftmm.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftmm.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftmm.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftmm.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftotval.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftotval.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftotval.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftotval.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftotval.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftotval.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftpatent.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftpatent.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftpatent.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftpatent.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftpatent.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftpatent.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftpfr.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftpfr.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftpfr.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftpfr.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftpfr.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftpfr.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftstroke.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftstroke.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftstroke.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftstroke.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftstroke.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftstroke.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftsynth.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftsynth.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftsynth.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftsynth.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftsynth.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftsynth.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/fttype1.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/fttype1.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/fttype1.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/fttype1.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/fttype1.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/fttype1.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftwinfnt.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftwinfnt.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftwinfnt.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/ftwinfnt.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/base -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/base/ftwinfnt.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/ftwinfnt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/truetype -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/truetype.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/truetype/truetype.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/truetype -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/truetype/truetype.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/truetype.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/truetype -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/truetype/truetype.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/truetype.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/type1 -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/type1.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/type1/type1.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/type1 -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/type1/type1.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/type1.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/type1 -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/type1/type1.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/type1.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/cff -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/cff.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/cff/cff.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/cff -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/cff/cff.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/cff.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/cff -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/cff/cff.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/cff.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/cid -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/type1cid.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/cid/type1cid.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/cid -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/cid/type1cid.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/type1cid.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/cid -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/cid/type1cid.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/type1cid.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/pfr -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/pfr.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/pfr/pfr.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/pfr -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/pfr/pfr.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/pfr.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/pfr -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/pfr/pfr.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/pfr.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/type42 -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/type42.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/type42/type42.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/type42 -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/type42/type42.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/type42.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/type42 -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/type42/type42.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/type42.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/winfonts -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/winfnt.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/winfonts/winfnt.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/winfonts -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/winfonts/winfnt.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/winfnt.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/winfonts -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/winfonts/winfnt.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/winfnt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/pcf -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/pcf.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/pcf/pcf.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/pcf -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/pcf/pcf.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/pcf.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/pcf -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/pcf/pcf.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/pcf.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/bdf -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/bdf.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/bdf/bdf.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/bdf -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/bdf/bdf.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/bdf.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/bdf -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/bdf/bdf.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/bdf.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/sfnt -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/sfnt.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/sfnt/sfnt.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/sfnt -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/sfnt/sfnt.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/sfnt.o
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/sfnt -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/sfnt/sfnt.c -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/sfnt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include  -c -Wall -g -O2 -I/usr/local/include  -DFT_CONFIG_OPTION_SYSTEM_ZLIB  -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include  -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz  -DFT_CONFIG_OPTION_USE_HARFBUZZ -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/autofit.lo /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/autofit.c
libtool: compile:  gcc -pedantic -ansi -I/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit -I/usr/local/directadmin/custombuild/freetype-2.8.1/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.8.1/include -c -Wall -g -O2 -I/usr/local/include -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/local/include/libpng16 -I/usr/local/include -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/autofit.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.8.1/objs/.libs/autofit.o
In file included from /usr/include/harfbuzz/hb-blob.h:34:0,
                 from /usr/include/harfbuzz/hb.h:31,
                 from /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afshaper.h:29,
                 from /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afglobal.h:26,
                 from /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afcjk.c:29,
                 from /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/autofit.c:24:
/usr/include/harfbuzz/hb-common.h:93:29: warning: ISO C restricts enumerator values to range of ‘int’ [-Wpedantic]
 #define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
                             ^
/usr/include/harfbuzz/hb-common.h:97:20: note: in expansion of macro ‘HB_TAG’
 #define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
                    ^
/usr/include/harfbuzz/hb-common.h:309:29: note: in expansion of macro ‘HB_TAG_MAX’
   _HB_SCRIPT_MAX_VALUE    = HB_TAG_MAX, /*< skip >*/
                             ^
In file included from /usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/autofit.c:35:0:
/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afscript.h:35:11: error: ‘HB_SCRIPT_ADLAM’ undeclared here (not in a function)
           HB_SCRIPT_ADLAM,
           ^
/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afshaper.c:90:38: note: in definition of macro ‘SCRIPT’
 #define SCRIPT( s, S, d, h, H, ss )  h,
                                      ^
/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afscript.h:278:11: error: ‘HB_SCRIPT_OSAGE’ undeclared here (not in a function)
           HB_SCRIPT_OSAGE,
           ^
/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/afshaper.c:90:38: note: in definition of macro ‘SCRIPT’
 #define SCRIPT( s, S, d, h, H, ss )  h,
                                      ^
/usr/local/directadmin/custombuild/freetype-2.8.1/src/autofit/rules.mk:74: recipe for target '/usr/local/directadmin/custombuild/freetype-2.8.1/objs/autofit.lo' failed
make: *** [/usr/local/directadmin/custombuild/freetype-2.8.1/objs/autofit.lo] Error 1

*** The make has failed, would you like to try to make again? (y,n): 
n

#
 
Thanks for the info. Looks like it cannot find libharfbuzz0b.

Check:
Code:
dpkg --get-selections | grep harfbuzz
to see if you have libharfbuzz0b or not.

Found this in relation to it:
https://github.com/mxe/mxe/issues/1865

where it claims it was fixed in 2.8.0, so either it wasn't fixed, or the above library is simply a missing requirement for the new version of freetype.

John
 
It seems available?

Code:
# dpkg --get-selections | grep harfbuzz
libharfbuzz-dev					install
libharfbuzz-gobject0:amd64			install
libharfbuzz-icu0:amd64				install
libharfbuzz0b:amd64				install
 
Hi,

Any update on this? Strange that on some Debian 8.9 it compiles fine and on others it doesn't...

I've tried to look into the issue some more (I don't know C programming). My '/usr/include/harfbuzz/hb-common.h' indeed does not include `HB_SCRIPT_ADLAM`. The definitions stop at /* 7.0 */ while `HB_SCRIPT_ADLAM` is part of /* 9.0 */, see https://github.com/behdad/harfbuzz/src/hb-common.h

The installed version is 0.9.35-2 with apt (I think because I installed imagick?)

Code:
/*
 * Copyright © 2007,2008,2009  Red Hat, Inc.
 * Copyright © 2011,2012  Google, Inc.
 *
 *  This is part of HarfBuzz, a text shaping library.
 *
 * Permission is hereby granted, without written agreement and without
 * license or royalty fees, to use, copy, modify, and distribute this
 * software and its documentation for any purpose, provided that the
 * above copyright notice and the following two paragraphs appear in
 * all copies of this software.
 *
 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 * DAMAGE.
 *
 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 *
 * Red Hat Author(s): Behdad Esfahbod
 * Google Author(s): Behdad Esfahbod
 */

#ifndef HB_H_IN
#error "Include <hb.h> instead."
#endif

#ifndef HB_COMMON_H
#define HB_COMMON_H

#ifndef HB_BEGIN_DECLS
# ifdef __cplusplus
#  define HB_BEGIN_DECLS	extern "C" {
#  define HB_END_DECLS		}
# else /* !__cplusplus */
#  define HB_BEGIN_DECLS
#  define HB_END_DECLS
# endif /* !__cplusplus */
#endif

#if !defined (HB_DONT_DEFINE_STDINT)

#if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || \
    defined (_sgi) || defined (__sun) || defined (sun) || \
    defined (__digital__) || defined (__HP_cc)
#  include <inttypes.h>
#elif defined (_AIX)
#  include <sys/inttypes.h>
/* VS 2010 (_MSC_VER 1600) has stdint.h */
#elif defined (_MSC_VER) && _MSC_VER < 1600
typedef __int8 int8_t;
typedef unsigned __int8 uint8_t;
typedef __int16 int16_t;
typedef unsigned __int16 uint16_t;
typedef __int32 int32_t;
typedef unsigned __int32 uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#else
#  include <stdint.h>
#endif

#endif

HB_BEGIN_DECLS


typedef int hb_bool_t;

typedef uint32_t hb_codepoint_t;
typedef int32_t hb_position_t;
typedef uint32_t hb_mask_t;

typedef union _hb_var_int_t {
  uint32_t u32;
  int32_t i32;
  uint16_t u16[2];
  int16_t i16[2];
  uint8_t u8[4];
  int8_t i8[4];
} hb_var_int_t;


/* hb_tag_t */

typedef uint32_t hb_tag_t;

#define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
#define HB_UNTAG(tag)   ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((uint8_t)(tag))

#define HB_TAG_NONE HB_TAG(0,0,0,0)
#define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
#define HB_TAG_MAX_SIGNED HB_TAG(0x7f,0xff,0xff,0xff)

/* len=-1 means str is NUL-terminated. */
hb_tag_t
hb_tag_from_string (const char *str, int len);

/* buf should have 4 bytes. */
void
hb_tag_to_string (hb_tag_t tag, char *buf);


/* hb_direction_t */

typedef enum {
  HB_DIRECTION_INVALID = 0,
  HB_DIRECTION_LTR = 4,
  HB_DIRECTION_RTL,
  HB_DIRECTION_TTB,
  HB_DIRECTION_BTT
} hb_direction_t;

/* len=-1 means str is NUL-terminated */
hb_direction_t
hb_direction_from_string (const char *str, int len);

const char *
hb_direction_to_string (hb_direction_t direction);

#define HB_DIRECTION_IS_VALID(dir)	((((unsigned int) (dir)) & ~3U) == 4)
/* Direction must be valid for the following */
#define HB_DIRECTION_IS_HORIZONTAL(dir)	((((unsigned int) (dir)) & ~1U) == 4)
#define HB_DIRECTION_IS_VERTICAL(dir)	((((unsigned int) (dir)) & ~1U) == 6)
#define HB_DIRECTION_IS_FORWARD(dir)	((((unsigned int) (dir)) & ~2U) == 4)
#define HB_DIRECTION_IS_BACKWARD(dir)	((((unsigned int) (dir)) & ~2U) == 5)
#define HB_DIRECTION_REVERSE(dir)	((hb_direction_t) (((unsigned int) (dir)) ^ 1))


/* hb_language_t */

typedef const struct hb_language_impl_t *hb_language_t;

/* len=-1 means str is NUL-terminated */
hb_language_t
hb_language_from_string (const char *str, int len);

const char *
hb_language_to_string (hb_language_t language);

#define HB_LANGUAGE_INVALID ((hb_language_t) NULL)

hb_language_t
hb_language_get_default (void);


/* hb_script_t */

/* http://unicode.org/iso15924/ */
/* http://*******/x9ilM */
/* Unicode Character Database property: Script (sc) */
typedef enum
{
  /*1.1*/ HB_SCRIPT_COMMON			= HB_TAG ('Z','y','y','y'),
  /*1.1*/ HB_SCRIPT_INHERITED			= HB_TAG ('Z','i','n','h'),
  /*5.0*/ HB_SCRIPT_UNKNOWN			= HB_TAG ('Z','z','z','z'),

  /*1.1*/ HB_SCRIPT_ARABIC			= HB_TAG ('A','r','a','b'),
  /*1.1*/ HB_SCRIPT_ARMENIAN			= HB_TAG ('A','r','m','n'),
  /*1.1*/ HB_SCRIPT_BENGALI			= HB_TAG ('B','e','n','g'),
  /*1.1*/ HB_SCRIPT_CYRILLIC			= HB_TAG ('C','y','r','l'),
  /*1.1*/ HB_SCRIPT_DEVANAGARI			= HB_TAG ('D','e','v','a'),
  /*1.1*/ HB_SCRIPT_GEORGIAN			= HB_TAG ('G','e','o','r'),
  /*1.1*/ HB_SCRIPT_GREEK			= HB_TAG ('G','r','e','k'),
  /*1.1*/ HB_SCRIPT_GUJARATI			= HB_TAG ('G','u','j','r'),
  /*1.1*/ HB_SCRIPT_GURMUKHI			= HB_TAG ('G','u','r','u'),
  /*1.1*/ HB_SCRIPT_HANGUL			= HB_TAG ('H','a','n','g'),
  /*1.1*/ HB_SCRIPT_HAN				= HB_TAG ('H','a','n','i'),
  /*1.1*/ HB_SCRIPT_HEBREW			= HB_TAG ('H','e','b','r'),
  /*1.1*/ HB_SCRIPT_HIRAGANA			= HB_TAG ('H','i','r','a'),
  /*1.1*/ HB_SCRIPT_KANNADA			= HB_TAG ('K','n','d','a'),
  /*1.1*/ HB_SCRIPT_KATAKANA			= HB_TAG ('K','a','n','a'),
  /*1.1*/ HB_SCRIPT_LAO				= HB_TAG ('L','a','o','o'),
  /*1.1*/ HB_SCRIPT_LATIN			= HB_TAG ('L','a','t','n'),
  /*1.1*/ HB_SCRIPT_MALAYALAM			= HB_TAG ('M','l','y','m'),
  /*1.1*/ HB_SCRIPT_ORIYA			= HB_TAG ('O','r','y','a'),
  /*1.1*/ HB_SCRIPT_TAMIL			= HB_TAG ('T','a','m','l'),
  /*1.1*/ HB_SCRIPT_TELUGU			= HB_TAG ('T','e','l','u'),
  /*1.1*/ HB_SCRIPT_THAI			= HB_TAG ('T','h','a','i'),

  /*2.0*/ HB_SCRIPT_TIBETAN			= HB_TAG ('T','i','b','t'),

  /*3.0*/ HB_SCRIPT_BOPOMOFO			= HB_TAG ('B','o','p','o'),
  /*3.0*/ HB_SCRIPT_BRAILLE			= HB_TAG ('B','r','a','i'),
  /*3.0*/ HB_SCRIPT_CANADIAN_SYLLABICS		= HB_TAG ('C','a','n','s'),
  /*3.0*/ HB_SCRIPT_CHEROKEE			= HB_TAG ('C','h','e','r'),
  /*3.0*/ HB_SCRIPT_ETHIOPIC			= HB_TAG ('E','t','h','i'),
  /*3.0*/ HB_SCRIPT_KHMER			= HB_TAG ('K','h','m','r'),
  /*3.0*/ HB_SCRIPT_MONGOLIAN			= HB_TAG ('M','o','n','g'),
  /*3.0*/ HB_SCRIPT_MYANMAR			= HB_TAG ('M','y','m','r'),
  /*3.0*/ HB_SCRIPT_OGHAM			= HB_TAG ('O','g','a','m'),
  /*3.0*/ HB_SCRIPT_RUNIC			= HB_TAG ('R','u','n','r'),
  /*3.0*/ HB_SCRIPT_SINHALA			= HB_TAG ('S','i','n','h'),
  /*3.0*/ HB_SCRIPT_SYRIAC			= HB_TAG ('S','y','r','c'),
  /*3.0*/ HB_SCRIPT_THAANA			= HB_TAG ('T','h','a','a'),
  /*3.0*/ HB_SCRIPT_YI				= HB_TAG ('Y','i','i','i'),

  /*3.1*/ HB_SCRIPT_DESERET			= HB_TAG ('D','s','r','t'),
  /*3.1*/ HB_SCRIPT_GOTHIC			= HB_TAG ('G','o','t','h'),
  /*3.1*/ HB_SCRIPT_OLD_ITALIC			= HB_TAG ('I','t','a','l'),

  /*3.2*/ HB_SCRIPT_BUHID			= HB_TAG ('B','u','h','d'),
  /*3.2*/ HB_SCRIPT_HANUNOO			= HB_TAG ('H','a','n','o'),
  /*3.2*/ HB_SCRIPT_TAGALOG			= HB_TAG ('T','g','l','g'),
  /*3.2*/ HB_SCRIPT_TAGBANWA			= HB_TAG ('T','a','g','b'),

  /*4.0*/ HB_SCRIPT_CYPRIOT			= HB_TAG ('C','p','r','t'),
  /*4.0*/ HB_SCRIPT_LIMBU			= HB_TAG ('L','i','m','b'),
  /*4.0*/ HB_SCRIPT_LINEAR_B			= HB_TAG ('L','i','n','b'),
  /*4.0*/ HB_SCRIPT_OSMANYA			= HB_TAG ('O','s','m','a'),
  /*4.0*/ HB_SCRIPT_SHAVIAN			= HB_TAG ('S','h','a','w'),
  /*4.0*/ HB_SCRIPT_TAI_LE			= HB_TAG ('T','a','l','e'),
  /*4.0*/ HB_SCRIPT_UGARITIC			= HB_TAG ('U','g','a','r'),

  /*4.1*/ HB_SCRIPT_BUGINESE			= HB_TAG ('B','u','g','i'),
  /*4.1*/ HB_SCRIPT_COPTIC			= HB_TAG ('C','o','p','t'),
  /*4.1*/ HB_SCRIPT_GLAGOLITIC			= HB_TAG ('G','l','a','g'),
  /*4.1*/ HB_SCRIPT_KHAROSHTHI			= HB_TAG ('K','h','a','r'),
  /*4.1*/ HB_SCRIPT_NEW_TAI_LUE			= HB_TAG ('T','a','l','u'),
  /*4.1*/ HB_SCRIPT_OLD_PERSIAN			= HB_TAG ('X','p','e','o'),
  /*4.1*/ HB_SCRIPT_SYLOTI_NAGRI		= HB_TAG ('S','y','l','o'),
  /*4.1*/ HB_SCRIPT_TIFINAGH			= HB_TAG ('T','f','n','g'),

  /*5.0*/ HB_SCRIPT_BALINESE			= HB_TAG ('B','a','l','i'),
  /*5.0*/ HB_SCRIPT_CUNEIFORM			= HB_TAG ('X','s','u','x'),
  /*5.0*/ HB_SCRIPT_NKO				= HB_TAG ('N','k','o','o'),
  /*5.0*/ HB_SCRIPT_PHAGS_PA			= HB_TAG ('P','h','a','g'),
  /*5.0*/ HB_SCRIPT_PHOENICIAN			= HB_TAG ('P','h','n','x'),

  /*5.1*/ HB_SCRIPT_CARIAN			= HB_TAG ('C','a','r','i'),
  /*5.1*/ HB_SCRIPT_CHAM			= HB_TAG ('C','h','a','m'),
  /*5.1*/ HB_SCRIPT_KAYAH_LI			= HB_TAG ('K','a','l','i'),
  /*5.1*/ HB_SCRIPT_LEPCHA			= HB_TAG ('L','e','p','c'),
  /*5.1*/ HB_SCRIPT_LYCIAN			= HB_TAG ('L','y','c','i'),
  /*5.1*/ HB_SCRIPT_LYDIAN			= HB_TAG ('L','y','d','i'),
  /*5.1*/ HB_SCRIPT_OL_CHIKI			= HB_TAG ('O','l','c','k'),
  /*5.1*/ HB_SCRIPT_REJANG			= HB_TAG ('R','j','n','g'),
  /*5.1*/ HB_SCRIPT_SAURASHTRA			= HB_TAG ('S','a','u','r'),
  /*5.1*/ HB_SCRIPT_SUNDANESE			= HB_TAG ('S','u','n','d'),
  /*5.1*/ HB_SCRIPT_VAI				= HB_TAG ('V','a','i','i'),

  /*5.2*/ HB_SCRIPT_AVESTAN			= HB_TAG ('A','v','s','t'),
  /*5.2*/ HB_SCRIPT_BAMUM			= HB_TAG ('B','a','m','u'),
  /*5.2*/ HB_SCRIPT_EGYPTIAN_HIEROGLYPHS	= HB_TAG ('E','g','y','p'),
  /*5.2*/ HB_SCRIPT_IMPERIAL_ARAMAIC		= HB_TAG ('A','r','m','i'),
  /*5.2*/ HB_SCRIPT_INSCRIPTIONAL_PAHLAVI	= HB_TAG ('P','h','l','i'),
  /*5.2*/ HB_SCRIPT_INSCRIPTIONAL_PARTHIAN	= HB_TAG ('P','r','t','i'),
  /*5.2*/ HB_SCRIPT_JAVANESE			= HB_TAG ('J','a','v','a'),
  /*5.2*/ HB_SCRIPT_KAITHI			= HB_TAG ('K','t','h','i'),
  /*5.2*/ HB_SCRIPT_LISU			= HB_TAG ('L','i','s','u'),
  /*5.2*/ HB_SCRIPT_MEETEI_MAYEK		= HB_TAG ('M','t','e','i'),
  /*5.2*/ HB_SCRIPT_OLD_SOUTH_ARABIAN		= HB_TAG ('S','a','r','b'),
  /*5.2*/ HB_SCRIPT_OLD_TURKIC			= HB_TAG ('O','r','k','h'),
  /*5.2*/ HB_SCRIPT_SAMARITAN			= HB_TAG ('S','a','m','r'),
  /*5.2*/ HB_SCRIPT_TAI_THAM			= HB_TAG ('L','a','n','a'),
  /*5.2*/ HB_SCRIPT_TAI_VIET			= HB_TAG ('T','a','v','t'),

  /*6.0*/ HB_SCRIPT_BATAK			= HB_TAG ('B','a','t','k'),
  /*6.0*/ HB_SCRIPT_BRAHMI			= HB_TAG ('B','r','a','h'),
  /*6.0*/ HB_SCRIPT_MANDAIC			= HB_TAG ('M','a','n','d'),

  /*6.1*/ HB_SCRIPT_CHAKMA			= HB_TAG ('C','a','k','m'),
  /*6.1*/ HB_SCRIPT_MEROITIC_CURSIVE		= HB_TAG ('M','e','r','c'),
  /*6.1*/ HB_SCRIPT_MEROITIC_HIEROGLYPHS	= HB_TAG ('M','e','r','o'),
  /*6.1*/ HB_SCRIPT_MIAO			= HB_TAG ('P','l','r','d'),
  /*6.1*/ HB_SCRIPT_SHARADA			= HB_TAG ('S','h','r','d'),
  /*6.1*/ HB_SCRIPT_SORA_SOMPENG		= HB_TAG ('S','o','r','a'),
  /*6.1*/ HB_SCRIPT_TAKRI			= HB_TAG ('T','a','k','r'),

  /*7.0*/ HB_SCRIPT_BASSA_VAH			= HB_TAG ('B','a','s','s'),
  /*7.0*/ HB_SCRIPT_CAUCASIAN_ALBANIAN		= HB_TAG ('A','g','h','b'),
  /*7.0*/ HB_SCRIPT_DUPLOYAN			= HB_TAG ('D','u','p','l'),
  /*7.0*/ HB_SCRIPT_ELBASAN			= HB_TAG ('E','l','b','a'),
  /*7.0*/ HB_SCRIPT_GRANTHA			= HB_TAG ('G','r','a','n'),
  /*7.0*/ HB_SCRIPT_KHOJKI			= HB_TAG ('K','h','o','j'),
  /*7.0*/ HB_SCRIPT_KHUDAWADI			= HB_TAG ('S','i','n','d'),
  /*7.0*/ HB_SCRIPT_LINEAR_A			= HB_TAG ('L','i','n','a'),
  /*7.0*/ HB_SCRIPT_MAHAJANI			= HB_TAG ('M','a','h','j'),
  /*7.0*/ HB_SCRIPT_MANICHAEAN			= HB_TAG ('M','a','n','i'),
  /*7.0*/ HB_SCRIPT_MENDE_KIKAKUI		= HB_TAG ('M','e','n','d'),
  /*7.0*/ HB_SCRIPT_MODI			= HB_TAG ('M','o','d','i'),
  /*7.0*/ HB_SCRIPT_MRO				= HB_TAG ('M','r','o','o'),
  /*7.0*/ HB_SCRIPT_NABATAEAN			= HB_TAG ('N','b','a','t'),
  /*7.0*/ HB_SCRIPT_OLD_NORTH_ARABIAN		= HB_TAG ('N','a','r','b'),
  /*7.0*/ HB_SCRIPT_OLD_PERMIC			= HB_TAG ('P','e','r','m'),
  /*7.0*/ HB_SCRIPT_PAHAWH_HMONG		= HB_TAG ('H','m','n','g'),
  /*7.0*/ HB_SCRIPT_PALMYRENE			= HB_TAG ('P','a','l','m'),
  /*7.0*/ HB_SCRIPT_PAU_CIN_HAU			= HB_TAG ('P','a','u','c'),
  /*7.0*/ HB_SCRIPT_PSALTER_PAHLAVI		= HB_TAG ('P','h','l','p'),
  /*7.0*/ HB_SCRIPT_SIDDHAM			= HB_TAG ('S','i','d','d'),
  /*7.0*/ HB_SCRIPT_TIRHUTA			= HB_TAG ('T','i','r','h'),
  /*7.0*/ HB_SCRIPT_WARANG_CITI			= HB_TAG ('W','a','r','a'),

  /* No script set. */
  HB_SCRIPT_INVALID				= HB_TAG_NONE,

  /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
   * without risking undefined behavior.  Include both a signed and unsigned max,
   * since technically enums are int, and indeed, hb_script_t ends up being signed.
   * See this thread for technicalities:
   *
   *   http://lists.freedesktop.org/archives/harfbuzz/2014-March/004150.html
   */
  _HB_SCRIPT_MAX_VALUE				= HB_TAG_MAX, /*< skip >*/
  _HB_SCRIPT_MAX_VALUE_SIGNED			= HB_TAG_MAX_SIGNED /*< skip >*/

} hb_script_t;


/* Script functions */

hb_script_t
hb_script_from_iso15924_tag (hb_tag_t tag);

/* sugar for tag_from_string() then script_from_iso15924_tag */
/* len=-1 means s is NUL-terminated */
hb_script_t
hb_script_from_string (const char *s, int len);

hb_tag_t
hb_script_to_iso15924_tag (hb_script_t script);

hb_direction_t
hb_script_get_horizontal_direction (hb_script_t script);


/* User data */

typedef struct hb_user_data_key_t {
  /*< private >*/
  char unused;
} hb_user_data_key_t;

typedef void (*hb_destroy_func_t) (void *user_data);


HB_END_DECLS

#endif /* HB_COMMON_H */
 
Maybe fixed it?

Ok, tested some more and maybe found the problem.

@HolyDiver: Maybe you don't have Harfbuzz available on your system? Then when building, you will probably find `checking for HARFBUZZ... no`.

When I do `./build freetype` I get `checking for HARFBUZZ... yes` and I get a compile error.

When I go into the freetype-2.8.1 directory, run `./configure --with-harfbuzz=no` and then run `make install`, everything goes fine and FreeType 2.8.1 is finally installed!
 
Ok, tested some more and maybe found the problem.

@HolyDiver: Maybe you don't have Harfbuzz available on your system? Then when building, you will probably find `checking for HARFBUZZ... no`.
Correct, I don't have Harfbuzz available on my system
 
@MMarko: I would say it's a FreeType configure/build issue.

The FreeType configure script only checks for the availability of Harfbuzz, not the installed version of Harfbuzz. My installed version (via apt) is 0.9.35-2, FreeType 2.8 expects 1.

A quick way to fix this in CustomBuild is to add `--with-harfbuzz=no` to the configure command effectively disabling Harbuzz support for everybody.
 
Back
Top