[HarfBuzz] Building hb-view

Richard Wordingham richard.wordingham at ntlworld.com
Thu Nov 10 21:31:44 UTC 2016


On Fri, 28 Oct 2016 20:29:54 +0200
Khaled Hosny <khaledhosny at eglug.org> wrote:

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

The command sequence in a new directory was:

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

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

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

Richard.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hb.log
Type: text/x-log
Size: 48027 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/harfbuzz/attachments/20161110/869c41ad/attachment-0001.bin>


More information about the HarfBuzz mailing list