[HarfBuzz] cd build && ../configure

Martin Hosken mhosken at gmail.com
Wed Aug 3 18:55:53 PDT 2011


Dear Behdad,

The enclosed patch fixes this not building

./autogensh
make distclean
mkdir build
cd build
../configure
make

diff --git a/test/Makefile.am b/test/Makefile.am
index b1a9b87..adf1ec8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -7,7 +7,7 @@ DISTCLEANFILES =
 MAINTAINERCLEANFILES =
 
 if HAVE_GLIB
-AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_srcdir)/src/ $(GLIB_CFLAGS) $(GT
+AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_builddir)/src/ -I$(top_srcdir)/s
 LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS) $(GTHREAD_LIBS)
 
 EXTRA_DIST += hb-test.h

Yours,
Martin



More information about the HarfBuzz mailing list