[HarfBuzz] cd build && ../configure

Behdad Esfahbod behdad at behdad.org
Wed Aug 3 22:52:37 PDT 2011


On 08/03/11 21:55, Martin Hosken wrote:
> Dear Behdad,
> 
> The enclosed patch fixes this not building
> 
> ./autogensh
> make distclean
> mkdir build
> cd build
> ../configure
> make

Thanks.  Fixed (with a bunch of other out-of-tree-build issues).


behdad



> 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
> _______________________________________________
> HarfBuzz mailing list
> HarfBuzz at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/harfbuzz
> 



More information about the HarfBuzz mailing list