GNOME Bugzilla – Bug 342079
pangoatsui-private.h missing from release
Last modified: 2006-05-17 15:47:19 UTC
Hi, it seems that "pangoatsui-private.h" was not included in the pango-1.13.1 release tarball, preventing it from building on OSX. This file is present in the CVS tag for this release, but is not mentioned anywhere in the Makefile.am. Thanks.
Confirmed error. I will commit this patch if nobody finds a problem with it in the next 24 hours. cjcollier@norseth:~/src/gnome/pango-1.13.1$ diff -u pango/Makefile.am.orig pango/Makefile.am --- pango/Makefile.am.orig 2006-05-16 21:53:58.000000000 -0700 +++ pango/Makefile.am 2006-05-16 21:54:09.000000000 -0700 @@ -416,6 +416,7 @@ pango_querymodules_LDADD += libpango-$(PANGO_API_VERSION).la $(GLIB_LIBS) EXTRA_DIST = \ + pangoatsui-private.h \ pango-enum-types.h \ module-defs.h \ module-defs-fc.c.win32 \
No C.J., please never commit patches to modules that you don't have explicit permission to commit to.
2006-05-17 Behdad Esfahbod <behdad@gnome.org> Bug 342079 – pangoatsui-private.h missing from release * pango/Makefile.am (libpangocairo_1_0_la_SOURCES): Include pangoatsui-private.h.
Thanks Behdad. ACK that request. Didn't mean to step on anybody's toes.