public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* pangp
@ 2008-06-23  8:48 d.henman
  2008-06-23 10:14 ` pangp Dave Korn
  0 siblings, 1 reply; 14+ messages in thread
From: d.henman @ 2008-06-23  8:48 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]


I tried to build the latest pango version,1.21.3, but encountered problems.
Platform:  CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34
     gcc:  gcc (GCC) 4.3.1    (cygwin gcc does give a good build either)

Here is how I configured the source for building with make.
$ ./configure LDFLAGS='-no-undefined' --prefix=
$   ...    backends: Cairo Win32 FreeType X

$ make
# for full make output see appended .txt file of redirect make output

----

* In short it looks like a problem in:
      pangocairo-win32font.c   and   pangocairo-win32fontmap.c

* Reported undefined references: 
      undefined reference to `__pango_win32_font_get_type'
      undefined reference to `__pango_win32_font_map_get_type'
      undefined reference to `__pango_win32_fontmap_cache_remove'
      undefined reference to `__pango_win32_make_matching_logfontw'

-------------------------------- 

If any of you out there have any experience in building this new pangp (Jun 2008) release, I'd like to hear your experiences and solutions if you have any.

Any advice and help in solving this so I can achieve a success build, would be greatly assisted.  I didn't see anything in the archives for the new source code formasts, etc.

Thanks,
  henman

---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: make result --]
[-- Type: text/x-c, Size: 95106 bytes --]

make  all-recursive
make[1]: Entering directory `/usr/src/pango/pango-1.21.3'
Making all in pango
make[2]: Entering directory `/usr/src/pango/pango-1.21.3/pango'
( cd . && glib-mkenums \
			--fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define __PANGO_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
			--fprod "/* enumerations from \"@filename@\" */\n" \
			--vhead "GType @enum_name@_get_type (void);\n#define PANGO_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" 	\
			--ftail "G_END_DECLS\n\n#endif /* __PANGO_ENUM_TYPES_H__ */" \
		pango.h pango-attributes.h pango-bidi-type.h pango-break.h pango-context.h pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h pango-gravity.h pango-item.h pango-language.h pango-layout.h pango-matrix.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h pango-types.h pango-utils.h ) > tmp-pango-enum-types.h \
	&& (cmp -s tmp-pango-enum-types.h pango-enum-types.h || cp tmp-pango-enum-types.h pango-enum-types.h ) \
	&& rm -f tmp-pango-enum-types.h	\
	&& echo timestamp > s-enum-types-h
( cd . && glib-mkenums \
			--fhead "#include <pango.h>" \
			--fprod "\n/* enumerations from \"@filename@\" */" \
			--vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {" 	\
			--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
			--vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n  }\n  return etype;\n}\n" \
		pango.h pango-attributes.h pango-bidi-type.h pango-break.h pango-context.h pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h pango-gravity.h pango-item.h pango-language.h pango-layout.h pango-matrix.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h pango-types.h pango-utils.h ) > tmp-pango-enum-types.c \
	&& (cmp -s tmp-pango-enum-types.c pango-enum-types.c || cp tmp-pango-enum-types.c pango-enum-types.c ) \
	&& rm -f tmp-pango-enum-types.c \
	&& echo timestamp > s-enum-types-c
make  all-recursive
make[3]: Entering directory `/usr/src/pango/pango-1.21.3/pango'
Making all in opentype
make[4]: Entering directory `/usr/src/pango/pango-1.21.3/pango/opentype'
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/freetype2     -I .    -g -O2 -Wall -MT harfbuzz.lo -MD -MP -MF .deps/harfbuzz.Tpo -c -o harfbuzz.lo harfbuzz.c
mkdir .libs
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/freetype2 -I . -g -O2 -Wall -MT harfbuzz.lo -MD -MP -MF .deps/harfbuzz.Tpo -c harfbuzz.c  -DDLL_EXPORT -DPIC -o .libs/harfbuzz.o
In file included from harfbuzz.c:29:
harfbuzz-gpos.c: In function 'HB_Load_GPOS_Table':
harfbuzz-gpos.c:99: warning: assignment from incompatible pointer type
mv -f .deps/harfbuzz.Tpo .deps/harfbuzz.Plo
/bin/sh ../../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall  -no-undefined -o libharfbuzz-1.la  harfbuzz.lo   -lfreetype -lz   -lfontconfig -lexpat   
ar cru .libs/libharfbuzz-1.a .libs/harfbuzz.o
ranlib .libs/libharfbuzz-1.a
creating libharfbuzz-1.la
(cd .libs && rm -f libharfbuzz-1.la && ln -s ../libharfbuzz-1.la libharfbuzz-1.la)
/usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/freetype2     -I .    -g -O2 -Wall -MT harfbuzz-dump.o -MD -MP -MF .deps/harfbuzz-dump.Tpo -c -o harfbuzz-dump.o harfbuzz-dump.c
mv -f .deps/harfbuzz-dump.Tpo .deps/harfbuzz-dump.Po
/usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/freetype2     -I .    -g -O2 -Wall -MT harfbuzz-dump-main.o -MD -MP -MF .deps/harfbuzz-dump-main.Tpo -c -o harfbuzz-dump-main.o harfbuzz-dump-main.c
mv -f .deps/harfbuzz-dump-main.Tpo .deps/harfbuzz-dump-main.Po
/bin/sh ../../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall  -no-undefined -o harfbuzz-dump.exe harfbuzz-dump.o harfbuzz-dump-main.o -lfreetype -lz   -lfontconfig -lexpat   libharfbuzz-1.la 
/usr/local/bin/gcc -g -O2 -Wall -o harfbuzz-dump.exe harfbuzz-dump.o harfbuzz-dump-main.o  ./.libs/libharfbuzz-1.a /usr/lib/libfontconfig.dll.a /usr/lib/libfreetype.dll.a -lz /usr/lib/libexpat.dll.a  
make[4]: Leaving directory `/usr/src/pango/pango-1.21.3/pango/opentype'
Making all in mini-fribidi
make[4]: Entering directory `/usr/src/pango/pango-1.21.3/pango/mini-fribidi'
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -DPANGO_ENABLE_DEBUG -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -Wall -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c -o fribidi.lo fribidi.c
mkdir .libs
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -DPANGO_ENABLE_DEBUG -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c fribidi.c  -DDLL_EXPORT -DPIC -o .libs/fribidi.o
mv -f .deps/fribidi.Tpo .deps/fribidi.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -DPANGO_ENABLE_DEBUG -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -Wall -MT fribidi_char_type.lo -MD -MP -MF .deps/fribidi_char_type.Tpo -c -o fribidi_char_type.lo fribidi_char_type.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -DPANGO_ENABLE_DEBUG -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -MT fribidi_char_type.lo -MD -MP -MF .deps/fribidi_char_type.Tpo -c fribidi_char_type.c  -DDLL_EXPORT -DPIC -o .libs/fribidi_char_type.o
mv -f .deps/fribidi_char_type.Tpo .deps/fribidi_char_type.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -DPANGO_ENABLE_DEBUG -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -g -O2 -Wall -MT fribidi_types.lo -MD -MP -MF .deps/fribidi_types.Tpo -c -o fribidi_types.lo fribidi_types.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -DPANGO_ENABLE_DEBUG -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -MT fribidi_types.lo -MD -MP -MF .deps/fribidi_types.Tpo -c fribidi_types.c  -DDLL_EXPORT -DPIC -o .libs/fribidi_types.o
mv -f .deps/fribidi_types.Tpo .deps/fribidi_types.Plo
/bin/sh ../../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall  -no-undefined -o libmini-fribidi.la  fribidi.lo fribidi_char_type.lo fribidi_types.lo  
ar cru .libs/libmini-fribidi.a .libs/fribidi.o .libs/fribidi_char_type.o .libs/fribidi_types.o
ranlib .libs/libmini-fribidi.a
creating libmini-fribidi.la
(cd .libs && rm -f libmini-fribidi.la && ln -s ../libmini-fribidi.la libmini-fribidi.la)
make[4]: Leaving directory `/usr/src/pango/pango-1.21.3/pango/mini-fribidi'
make[4]: Entering directory `/usr/src/pango/pango-1.21.3/pango'
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT break.lo -MD -MP -MF .deps/break.Tpo -c -o break.lo break.c
mkdir .libs
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT break.lo -MD -MP -MF .deps/break.Tpo -c break.c  -DDLL_EXPORT -DPIC -o .libs/break.o
break.c: In function 'pango_default_break':
break.c:654: warning: enumeration value 'G_UNICODE_UNASSIGNED' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_PRIVATE_USE' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_SURROGATE' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_LOWERCASE_LETTER' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_TITLECASE_LETTER' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_UPPERCASE_LETTER' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_DECIMAL_NUMBER' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_LETTER_NUMBER' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_OTHER_NUMBER' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_CONNECT_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_DASH_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_CLOSE_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_FINAL_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_INITIAL_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_OTHER_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_OPEN_PUNCTUATION' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_CURRENCY_SYMBOL' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_MODIFIER_SYMBOL' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_MATH_SYMBOL' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_OTHER_SYMBOL' not handled in switch
break.c:654: warning: enumeration value 'G_UNICODE_SPACE_SEPARATOR' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_MANDATORY' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_CARRIAGE_RETURN' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_LINE_FEED' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_COMBINING_MARK' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_SURROGATE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_ZERO_WIDTH_SPACE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_INSEPARABLE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_NON_BREAKING_GLUE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_CONTINGENT' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_SPACE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_AFTER' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_BEFORE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_BEFORE_AND_AFTER' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_HYPHEN' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_NON_STARTER' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_OPEN_PUNCTUATION' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_CLOSE_PUNCTUATION' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_QUOTATION' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_EXCLAMATION' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_IDEOGRAPHIC' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_SYMBOL' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_ALPHABETIC' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_PREFIX' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_POSTFIX' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_COMPLEX_CONTEXT' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_AMBIGUOUS' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_UNKNOWN' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_NEXT_LINE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_WORD_JOINER' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_HANGUL_L_JAMO' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_HANGUL_V_JAMO' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_HANGUL_T_JAMO' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_HANGUL_LV_SYLLABLE' not handled in switch
break.c:772: warning: enumeration value 'G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_UNASSIGNED' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_PRIVATE_USE' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_SURROGATE' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_DECIMAL_NUMBER' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_OTHER_NUMBER' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_DASH_PUNCTUATION' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_CLOSE_PUNCTUATION' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_OPEN_PUNCTUATION' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_CURRENCY_SYMBOL' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_MODIFIER_SYMBOL' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_MATH_SYMBOL' not handled in switch
break.c:785: warning: enumeration value 'G_UNICODE_SPACE_SEPARATOR' not handled in switch
mv -f .deps/break.Tpo .deps/break.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c -o ellipsize.lo ellipsize.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c ellipsize.c  -DDLL_EXPORT -DPIC -o .libs/ellipsize.o
mv -f .deps/ellipsize.Tpo .deps/ellipsize.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c -o fonts.lo fonts.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c fonts.c  -DDLL_EXPORT -DPIC -o .libs/fonts.o
mv -f .deps/fonts.Tpo .deps/fonts.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo -c -o glyphstring.lo glyphstring.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo -c glyphstring.c  -DDLL_EXPORT -DPIC -o .libs/glyphstring.o
mv -f .deps/glyphstring.Tpo .deps/glyphstring.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c -o modules.lo modules.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c modules.c  -DDLL_EXPORT -DPIC -o .libs/modules.o
mv -f .deps/modules.Tpo .deps/modules.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-attributes.lo -MD -MP -MF .deps/pango-attributes.Tpo -c -o pango-attributes.lo pango-attributes.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-attributes.lo -MD -MP -MF .deps/pango-attributes.Tpo -c pango-attributes.c  -DDLL_EXPORT -DPIC -o .libs/pango-attributes.o
mv -f .deps/pango-attributes.Tpo .deps/pango-attributes.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-bidi-type.lo -MD -MP -MF .deps/pango-bidi-type.Tpo -c -o pango-bidi-type.lo pango-bidi-type.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-bidi-type.lo -MD -MP -MF .deps/pango-bidi-type.Tpo -c pango-bidi-type.c  -DDLL_EXPORT -DPIC -o .libs/pango-bidi-type.o
pango-bidi-type.c: In function 'pango_log2vis_get_embedding_levels':
pango-bidi-type.c:130: warning: implicit declaration of function 'strlen'
pango-bidi-type.c:130: warning: incompatible implicit declaration of built-in function 'strlen'
pango-bidi-type.c:131: warning: pointer targets in assignment differ in signedness
mv -f .deps/pango-bidi-type.Tpo .deps/pango-bidi-type.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-color.lo -MD -MP -MF .deps/pango-color.Tpo -c -o pango-color.lo pango-color.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-color.lo -MD -MP -MF .deps/pango-color.Tpo -c pango-color.c  -DDLL_EXPORT -DPIC -o .libs/pango-color.o
mv -f .deps/pango-color.Tpo .deps/pango-color.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-context.lo -MD -MP -MF .deps/pango-context.Tpo -c -o pango-context.lo pango-context.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-context.lo -MD -MP -MF .deps/pango-context.Tpo -c pango-context.c  -DDLL_EXPORT -DPIC -o .libs/pango-context.o
mv -f .deps/pango-context.Tpo .deps/pango-context.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-coverage.lo -MD -MP -MF .deps/pango-coverage.Tpo -c -o pango-coverage.lo pango-coverage.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-coverage.lo -MD -MP -MF .deps/pango-coverage.Tpo -c pango-coverage.c  -DDLL_EXPORT -DPIC -o .libs/pango-coverage.o
mv -f .deps/pango-coverage.Tpo .deps/pango-coverage.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-engine.lo -MD -MP -MF .deps/pango-engine.Tpo -c -o pango-engine.lo pango-engine.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-engine.lo -MD -MP -MF .deps/pango-engine.Tpo -c pango-engine.c  -DDLL_EXPORT -DPIC -o .libs/pango-engine.o
mv -f .deps/pango-engine.Tpo .deps/pango-engine.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-fontmap.lo -MD -MP -MF .deps/pango-fontmap.Tpo -c -o pango-fontmap.lo pango-fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-fontmap.lo -MD -MP -MF .deps/pango-fontmap.Tpo -c pango-fontmap.c  -DDLL_EXPORT -DPIC -o .libs/pango-fontmap.o
mv -f .deps/pango-fontmap.Tpo .deps/pango-fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-fontset.lo -MD -MP -MF .deps/pango-fontset.Tpo -c -o pango-fontset.lo pango-fontset.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-fontset.lo -MD -MP -MF .deps/pango-fontset.Tpo -c pango-fontset.c  -DDLL_EXPORT -DPIC -o .libs/pango-fontset.o
mv -f .deps/pango-fontset.Tpo .deps/pango-fontset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-glyph-item.lo -MD -MP -MF .deps/pango-glyph-item.Tpo -c -o pango-glyph-item.lo pango-glyph-item.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-glyph-item.lo -MD -MP -MF .deps/pango-glyph-item.Tpo -c pango-glyph-item.c  -DDLL_EXPORT -DPIC -o .libs/pango-glyph-item.o
mv -f .deps/pango-glyph-item.Tpo .deps/pango-glyph-item.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-gravity.lo -MD -MP -MF .deps/pango-gravity.Tpo -c -o pango-gravity.lo pango-gravity.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-gravity.lo -MD -MP -MF .deps/pango-gravity.Tpo -c pango-gravity.c  -DDLL_EXPORT -DPIC -o .libs/pango-gravity.o
mv -f .deps/pango-gravity.Tpo .deps/pango-gravity.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-item.lo -MD -MP -MF .deps/pango-item.Tpo -c -o pango-item.lo pango-item.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-item.lo -MD -MP -MF .deps/pango-item.Tpo -c pango-item.c  -DDLL_EXPORT -DPIC -o .libs/pango-item.o
mv -f .deps/pango-item.Tpo .deps/pango-item.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-language.lo -MD -MP -MF .deps/pango-language.Tpo -c -o pango-language.lo pango-language.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-language.lo -MD -MP -MF .deps/pango-language.Tpo -c pango-language.c  -DDLL_EXPORT -DPIC -o .libs/pango-language.o
mv -f .deps/pango-language.Tpo .deps/pango-language.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-layout.lo -MD -MP -MF .deps/pango-layout.Tpo -c -o pango-layout.lo pango-layout.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-layout.lo -MD -MP -MF .deps/pango-layout.Tpo -c pango-layout.c  -DDLL_EXPORT -DPIC -o .libs/pango-layout.o
mv -f .deps/pango-layout.Tpo .deps/pango-layout.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-markup.lo -MD -MP -MF .deps/pango-markup.Tpo -c -o pango-markup.lo pango-markup.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-markup.lo -MD -MP -MF .deps/pango-markup.Tpo -c pango-markup.c  -DDLL_EXPORT -DPIC -o .libs/pango-markup.o
pango-markup.c: In function 'span_parse_func':
pango-markup.c:1247: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type
pango-markup.c:1267: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type
pango-markup.c:1277: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type
mv -f .deps/pango-markup.Tpo .deps/pango-markup.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-matrix.lo -MD -MP -MF .deps/pango-matrix.Tpo -c -o pango-matrix.lo pango-matrix.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-matrix.lo -MD -MP -MF .deps/pango-matrix.Tpo -c pango-matrix.c  -DDLL_EXPORT -DPIC -o .libs/pango-matrix.o
mv -f .deps/pango-matrix.Tpo .deps/pango-matrix.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-renderer.lo -MD -MP -MF .deps/pango-renderer.Tpo -c -o pango-renderer.lo pango-renderer.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-renderer.lo -MD -MP -MF .deps/pango-renderer.Tpo -c pango-renderer.c  -DDLL_EXPORT -DPIC -o .libs/pango-renderer.o
mv -f .deps/pango-renderer.Tpo .deps/pango-renderer.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-script.lo -MD -MP -MF .deps/pango-script.Tpo -c -o pango-script.lo pango-script.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-script.lo -MD -MP -MF .deps/pango-script.Tpo -c pango-script.c  -DDLL_EXPORT -DPIC -o .libs/pango-script.o
mv -f .deps/pango-script.Tpo .deps/pango-script.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-tabs.lo -MD -MP -MF .deps/pango-tabs.Tpo -c -o pango-tabs.lo pango-tabs.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-tabs.lo -MD -MP -MF .deps/pango-tabs.Tpo -c pango-tabs.c  -DDLL_EXPORT -DPIC -o .libs/pango-tabs.o
mv -f .deps/pango-tabs.Tpo .deps/pango-tabs.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-utils.lo -MD -MP -MF .deps/pango-utils.Tpo -c -o pango-utils.lo pango-utils.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-utils.lo -MD -MP -MF .deps/pango-utils.Tpo -c pango-utils.c  -DDLL_EXPORT -DPIC -o .libs/pango-utils.o
mv -f .deps/pango-utils.Tpo .deps/pango-utils.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT reorder-items.lo -MD -MP -MF .deps/reorder-items.Tpo -c -o reorder-items.lo reorder-items.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT reorder-items.lo -MD -MP -MF .deps/reorder-items.Tpo -c reorder-items.c  -DDLL_EXPORT -DPIC -o .libs/reorder-items.o
mv -f .deps/reorder-items.Tpo .deps/reorder-items.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c -o shape.lo shape.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c shape.c  -DDLL_EXPORT -DPIC -o .libs/shape.o
mv -f .deps/shape.Tpo .deps/shape.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-enum-types.lo -MD -MP -MF .deps/pango-enum-types.Tpo -c -o pango-enum-types.lo pango-enum-types.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-enum-types.lo -MD -MP -MF .deps/pango-enum-types.Tpo -c pango-enum-types.c  -DDLL_EXPORT -DPIC -o .libs/pango-enum-types.o
mv -f .deps/pango-enum-types.Tpo .deps/pango-enum-types.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT module-defs-lang.lo -MD -MP -MF .deps/module-defs-lang.Tpo -c -o module-defs-lang.lo module-defs-lang.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT module-defs-lang.lo -MD -MP -MF .deps/module-defs-lang.Tpo -c module-defs-lang.c  -DDLL_EXPORT -DPIC -o .libs/module-defs-lang.o
mv -f .deps/module-defs-lang.Tpo .deps/module-defs-lang.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall -version-info 2101:2:2101 -export-symbols-regex "^pango_.*"  -no-undefined -o libpango-1.0.la -rpath /lib break.lo ellipsize.lo fonts.lo glyphstring.lo modules.lo pango-attributes.lo pango-bidi-type.lo pango-color.lo pango-context.lo pango-coverage.lo pango-engine.lo pango-fontmap.lo pango-fontset.lo pango-glyph-item.lo pango-gravity.lo pango-item.lo pango-language.lo pango-layout.lo pango-markup.lo pango-matrix.lo pango-renderer.lo pango-script.lo pango-tabs.lo pango-utils.lo reorder-items.lo shape.lo pango-enum-types.lo module-defs-lang.lo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -lm  mini-fribidi/libmini-fribidi.la 
generating symbol list for `libpango-1.0.la'
/bin/nm -B  .libs/break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/modules.o .libs/pango-attributes.o .libs/pango-bidi-type.o .libs/pango-color.o .libs/pango-context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango-fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum-types.o .libs/module-defs-lang.o  mini-fribidi/.libs/libmini-fribidi.a | sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpango-1.0.exp
/bin/grep -E -e "^pango_.*" ".libs/libpango-1.0.exp" > ".libs/libpango-1.0.expT"
mv -f ".libs/libpango-1.0.expT" ".libs/libpango-1.0.exp"
if test "x`/bin/sed 1q .libs/libpango-1.0.exp`" = xEXPORTS; then cp .libs/libpango-1.0.exp .libs/cygpango-1.0-0.dll.def; else echo EXPORTS > .libs/cygpango-1.0-0.dll.def; cat .libs/libpango-1.0.exp >> .libs/cygpango-1.0-0.dll.def; fi
 /usr/local/bin/gcc -shared .libs/cygpango-1.0-0.dll.def  .libs/break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/modules.o .libs/pango-attributes.o .libs/pango-bidi-type.o .libs/pango-color.o .libs/pango-context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango-fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum-types.o .libs/module-defs-lang.o -Wl,--whole-archive mini-fribidi/.libs/libmini-fribidi.a -Wl,--no-whole-archive  /usr/lib/libgobject-2.0.dll.a -L/usr/lib /usr/lib/libgmodule-2.0.dll.a /usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a  -o .libs/cygpango-1.0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpango-1.0.dll.a
Creating library file: .libs/libpango-1.0.dll.a
creating libpango-1.0.la
(cd .libs && rm -f libpango-1.0.la && ln -s ../libpango-1.0.la libpango-1.0.la)
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT module-defs-x.lo -MD -MP -MF .deps/module-defs-x.Tpo -c -o module-defs-x.lo module-defs-x.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT module-defs-x.lo -MD -MP -MF .deps/module-defs-x.Tpo -c module-defs-x.c  -DDLL_EXPORT -DPIC -o .libs/module-defs-x.o
mv -f .deps/module-defs-x.Tpo .deps/module-defs-x.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangox.lo -MD -MP -MF .deps/pangox.Tpo -c -o pangox.lo pangox.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangox.lo -MD -MP -MF .deps/pangox.Tpo -c pangox.c  -DDLL_EXPORT -DPIC -o .libs/pangox.o
mv -f .deps/pangox.Tpo .deps/pangox.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangox-fontcache.lo -MD -MP -MF .deps/pangox-fontcache.Tpo -c -o pangox-fontcache.lo pangox-fontcache.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangox-fontcache.lo -MD -MP -MF .deps/pangox-fontcache.Tpo -c pangox-fontcache.c  -DDLL_EXPORT -DPIC -o .libs/pangox-fontcache.o
mv -f .deps/pangox-fontcache.Tpo .deps/pangox-fontcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangox-fontmap.lo -MD -MP -MF .deps/pangox-fontmap.Tpo -c -o pangox-fontmap.lo pangox-fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangox-fontmap.lo -MD -MP -MF .deps/pangox-fontmap.Tpo -c pangox-fontmap.c  -DDLL_EXPORT -DPIC -o .libs/pangox-fontmap.o
mv -f .deps/pangox-fontmap.Tpo .deps/pangox-fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall -version-info 2101:2:2101 -export-symbols-regex "^pango_.*" -no-undefined -o libpangox-1.0.la -rpath /lib module-defs-x.lo pangox.lo pangox-fontcache.lo pangox-fontmap.lo libpango-1.0.la  -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -L/usr/X11R6/lib -lX11   
generating symbol list for `libpangox-1.0.la'
/bin/nm -B  .libs/module-defs-x.o .libs/pangox.o .libs/pangox-fontcache.o .libs/pangox-fontmap.o  | sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpangox-1.0.exp
/bin/grep -E -e "^pango_.*" ".libs/libpangox-1.0.exp" > ".libs/libpangox-1.0.expT"
mv -f ".libs/libpangox-1.0.expT" ".libs/libpangox-1.0.exp"
if test "x`/bin/sed 1q .libs/libpangox-1.0.exp`" = xEXPORTS; then cp .libs/libpangox-1.0.exp .libs/cygpangox-1.0-0.dll.def; else echo EXPORTS > .libs/cygpangox-1.0-0.dll.def; cat .libs/libpangox-1.0.exp >> .libs/cygpangox-1.0-0.dll.def; fi
 /usr/local/bin/gcc -shared .libs/cygpangox-1.0-0.dll.def  .libs/module-defs-x.o .libs/pangox.o .libs/pangox-fontcache.o .libs/pangox-fontmap.o  ./.libs/libpango-1.0.dll.a -L/usr/lib /usr/lib/libgobject-2.0.dll.a /usr/lib/libgmodule-2.0.dll.a /usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a -L/usr/X11R6/lib -lX11  -o .libs/cygpangox-1.0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpangox-1.0.dll.a
Creating library file: .libs/libpangox-1.0.dll.a
creating libpangox-1.0.la
(cd .libs && rm -f libpangox-1.0.la && ln -s ../libpangox-1.0.la libpangox-1.0.la)
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT module-defs-fc.lo -MD -MP -MF .deps/module-defs-fc.Tpo -c -o module-defs-fc.lo module-defs-fc.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT module-defs-fc.lo -MD -MP -MF .deps/module-defs-fc.Tpo -c module-defs-fc.c  -DDLL_EXPORT -DPIC -o .libs/module-defs-fc.o
mv -f .deps/module-defs-fc.Tpo .deps/module-defs-fc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangofc-font.lo -MD -MP -MF .deps/pangofc-font.Tpo -c -o pangofc-font.lo pangofc-font.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangofc-font.lo -MD -MP -MF .deps/pangofc-font.Tpo -c pangofc-font.c  -DDLL_EXPORT -DPIC -o .libs/pangofc-font.o
mv -f .deps/pangofc-font.Tpo .deps/pangofc-font.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangofc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c -o pangofc-fontmap.lo pangofc-fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangofc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c pangofc-fontmap.c  -DDLL_EXPORT -DPIC -o .libs/pangofc-fontmap.o
pangofc-fontmap.c: In function 'pango_fc_font_map_list_families':
pangofc-fontmap.c:685: warning: pointer targets in passing argument 1 of 'is_alias_family' differ in signedness
pangofc-fontmap.c:688: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
pangofc-fontmap.c: In function 'pango_fc_make_pattern':
pangofc-fontmap.c:842: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness
pangofc-fontmap.c:852: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness
pangofc-fontmap.c: In function 'pango_fc_font_map_get_patterns':
pangofc-fontmap.c:1044: warning: unused variable 'matrix'
pangofc-fontmap.c: In function 'pango_fc_font_description_from_pattern':
pangofc-fontmap.c:1623: warning: pointer targets in passing argument 2 of 'g_enum_get_value_by_nick' differ in signedness
pangofc-fontmap.c: In function 'pango_fc_face_list_sizes':
pangofc-fontmap.c:1728: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness
pangofc-fontmap.c:1729: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness
pangofc-fontmap.c: In function 'pango_fc_family_list_faces':
pangofc-fontmap.c:1922: warning: pointer targets in assignment differ in signedness
pangofc-fontmap.c:1927: warning: pointer targets in assignment differ in signedness
pangofc-fontmap.c:1935: warning: pointer targets in assignment differ in signedness
pangofc-fontmap.c:1940: warning: pointer targets in assignment differ in signedness
pangofc-fontmap.c:1946: warning: pointer targets in passing argument 2 of 'create_face' differ in signedness
mv -f .deps/pangofc-fontmap.Tpo .deps/pangofc-fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangofc-decoder.lo -MD -MP -MF .deps/pangofc-decoder.Tpo -c -o pangofc-decoder.lo pangofc-decoder.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangofc-decoder.lo -MD -MP -MF .deps/pangofc-decoder.Tpo -c pangofc-decoder.c  -DDLL_EXPORT -DPIC -o .libs/pangofc-decoder.o
mv -f .deps/pangofc-decoder.Tpo .deps/pangofc-decoder.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangoft2.lo -MD -MP -MF .deps/pangoft2.Tpo -c -o pangoft2.lo pangoft2.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangoft2.lo -MD -MP -MF .deps/pangoft2.Tpo -c pangoft2.c  -DDLL_EXPORT -DPIC -o .libs/pangoft2.o
pangoft2.c: In function 'pango_ft2_font_get_face':
pangoft2.c:242: warning: pointer targets in passing argument 2 of 'load_fallback_face' differ in signedness
mv -f .deps/pangoft2.Tpo .deps/pangoft2.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangoft2-fontmap.lo -MD -MP -MF .deps/pangoft2-fontmap.Tpo -c -o pangoft2-fontmap.lo pangoft2-fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangoft2-fontmap.lo -MD -MP -MF .deps/pangoft2-fontmap.Tpo -c pangoft2-fontmap.c  -DDLL_EXPORT -DPIC -o .libs/pangoft2-fontmap.o
mv -f .deps/pangoft2-fontmap.Tpo .deps/pangoft2-fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangoft2-render.lo -MD -MP -MF .deps/pangoft2-render.Tpo -c -o pangoft2-render.lo pangoft2-render.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangoft2-render.lo -MD -MP -MF .deps/pangoft2-render.Tpo -c pangoft2-render.c  -DDLL_EXPORT -DPIC -o .libs/pangoft2-render.o
mv -f .deps/pangoft2-render.Tpo .deps/pangoft2-render.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-ot-buffer.lo -MD -MP -MF .deps/pango-ot-buffer.Tpo -c -o pango-ot-buffer.lo pango-ot-buffer.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-ot-buffer.lo -MD -MP -MF .deps/pango-ot-buffer.Tpo -c pango-ot-buffer.c  -DDLL_EXPORT -DPIC -o .libs/pango-ot-buffer.o
mv -f .deps/pango-ot-buffer.Tpo .deps/pango-ot-buffer.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-ot-info.lo -MD -MP -MF .deps/pango-ot-info.Tpo -c -o pango-ot-info.lo pango-ot-info.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-ot-info.lo -MD -MP -MF .deps/pango-ot-info.Tpo -c pango-ot-info.c  -DDLL_EXPORT -DPIC -o .libs/pango-ot-info.o
mv -f .deps/pango-ot-info.Tpo .deps/pango-ot-info.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-ot-ruleset.lo -MD -MP -MF .deps/pango-ot-ruleset.Tpo -c -o pango-ot-ruleset.lo pango-ot-ruleset.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-ot-ruleset.lo -MD -MP -MF .deps/pango-ot-ruleset.Tpo -c pango-ot-ruleset.c  -DDLL_EXPORT -DPIC -o .libs/pango-ot-ruleset.o
pango-ot-ruleset.c: In function 'pango_ot_ruleset_finalize':
pango-ot-ruleset.c:96: warning: passing argument 2 of 'g_object_remove_weak_pointer' from incompatible pointer type
pango-ot-ruleset.c: In function 'pango_ot_ruleset_new':
pango-ot-ruleset.c:178: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type
mv -f .deps/pango-ot-ruleset.Tpo .deps/pango-ot-ruleset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pango-ot-tag.lo -MD -MP -MF .deps/pango-ot-tag.Tpo -c -o pango-ot-tag.lo pango-ot-tag.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pango-ot-tag.lo -MD -MP -MF .deps/pango-ot-tag.Tpo -c pango-ot-tag.c  -DDLL_EXPORT -DPIC -o .libs/pango-ot-tag.o
mv -f .deps/pango-ot-tag.Tpo .deps/pango-ot-tag.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall -version-info 2101:2:2101 -export-symbols-regex "^pango_.*"  -no-undefined -o libpangoft2-1.0.la -rpath /lib module-defs-fc.lo pangofc-font.lo pangofc-fontmap.lo pangofc-decoder.lo pangoft2.lo pangoft2-fontmap.lo pangoft2-render.lo pango-ot-buffer.lo pango-ot-info.lo pango-ot-ruleset.lo pango-ot-tag.lo opentype/libharfbuzz-1.la libpango-1.0.la  -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -lfreetype -lz   -lfontconfig -lexpat   -lm 
generating symbol list for `libpangoft2-1.0.la'
/bin/nm -B  .libs/module-defs-fc.o .libs/pangofc-font.o .libs/pangofc-fontmap.o .libs/pangofc-decoder.o .libs/pangoft2.o .libs/pangoft2-fontmap.o .libs/pangoft2-render.o .libs/pango-ot-buffer.o .libs/pango-ot-info.o .libs/pango-ot-ruleset.o .libs/pango-ot-tag.o  opentype/.libs/libharfbuzz-1.a | sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpangoft2-1.0.exp
/bin/grep -E -e "^pango_.*" ".libs/libpangoft2-1.0.exp" > ".libs/libpangoft2-1.0.expT"
mv -f ".libs/libpangoft2-1.0.expT" ".libs/libpangoft2-1.0.exp"
if test "x`/bin/sed 1q .libs/libpangoft2-1.0.exp`" = xEXPORTS; then cp .libs/libpangoft2-1.0.exp .libs/cygpangoft2-1.0-0.dll.def; else echo EXPORTS > .libs/cygpangoft2-1.0-0.dll.def; cat .libs/libpangoft2-1.0.exp >> .libs/cygpangoft2-1.0-0.dll.def; fi
 /usr/local/bin/gcc -shared .libs/cygpangoft2-1.0-0.dll.def  .libs/module-defs-fc.o .libs/pangofc-font.o .libs/pangofc-fontmap.o .libs/pangofc-decoder.o .libs/pangoft2.o .libs/pangoft2-fontmap.o .libs/pangoft2-render.o .libs/pango-ot-buffer.o .libs/pango-ot-info.o .libs/pango-ot-ruleset.o .libs/pango-ot-tag.o -Wl,--whole-archive opentype/.libs/libharfbuzz-1.a -Wl,--no-whole-archive  ./.libs/libpango-1.0.dll.a -L/usr/lib /usr/lib/libgobject-2.0.dll.a /usr/lib/libgmodule-2.0.dll.a /usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a /usr/lib/libfreetype.dll.a -lz /usr/lib/libfontconfig.dll.a /usr/lib/libexpat.dll.a  -o .libs/cygpangoft2-1.0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpangoft2-1.0.dll.a
Creating library file: .libs/libpangoft2-1.0.dll.a
creating libpangoft2-1.0.la
(cd .libs && rm -f libpangoft2-1.0.la && ln -s ../libpangoft2-1.0.la libpangoft2-1.0.la)
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-context.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-context.Tpo -c -o libpangocairo_1_0_la-pangocairo-context.lo `test -f 'pangocairo-context.c' || echo './'`pangocairo-context.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-context.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-context.Tpo -c pangocairo-context.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-context.o
mv -f .deps/libpangocairo_1_0_la-pangocairo-context.Tpo .deps/libpangocairo_1_0_la-pangocairo-context.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-font.Tpo -c -o libpangocairo_1_0_la-pangocairo-font.lo `test -f 'pangocairo-font.c' || echo './'`pangocairo-font.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-font.Tpo -c pangocairo-font.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-font.o
mv -f .deps/libpangocairo_1_0_la-pangocairo-font.Tpo .deps/libpangocairo_1_0_la-pangocairo-font.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo -c -o libpangocairo_1_0_la-pangocairo-fontmap.lo `test -f 'pangocairo-fontmap.c' || echo './'`pangocairo-fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo -c pangocairo-fontmap.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-fontmap.o
mv -f .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo .deps/libpangocairo_1_0_la-pangocairo-fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-render.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-render.Tpo -c -o libpangocairo_1_0_la-pangocairo-render.lo `test -f 'pangocairo-render.c' || echo './'`pangocairo-render.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-render.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-render.Tpo -c pangocairo-render.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-render.o
mv -f .deps/libpangocairo_1_0_la-pangocairo-render.Tpo .deps/libpangocairo_1_0_la-pangocairo-render.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-win32font.Tpo -c -o libpangocairo_1_0_la-pangocairo-win32font.lo `test -f 'pangocairo-win32font.c' || echo './'`pangocairo-win32font.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-win32font.Tpo -c pangocairo-win32font.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-win32font.o
pangocairo-win32font.c: In function 'pango_cairo_win32_font_create_metrics_for_context':
pangocairo-win32font.c:122: warning: passing argument 1 of 'pango_cairo_font_get_scaled_font' from incompatible pointer type
mv -f .deps/libpangocairo_1_0_la-pangocairo-win32font.Tpo .deps/libpangocairo_1_0_la-pangocairo-win32font.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-win32fontmap.Tpo -c -o libpangocairo_1_0_la-pangocairo-win32fontmap.lo `test -f 'pangocairo-win32fontmap.c' || echo './'`pangocairo-win32fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-win32fontmap.Tpo -c pangocairo-win32fontmap.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-win32fontmap.o
pangocairo-win32fontmap.c: In function 'pango_cairo_win32_font_map_finalize':
pangocairo-win32fontmap.c:73: warning: unused variable 'cwfontmap'
mv -f .deps/libpangocairo_1_0_la-pangocairo-win32fontmap.Tpo .deps/libpangocairo_1_0_la-pangocairo-win32fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fcfont.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fcfont.Tpo -c -o libpangocairo_1_0_la-pangocairo-fcfont.lo `test -f 'pangocairo-fcfont.c' || echo './'`pangocairo-fcfont.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fcfont.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fcfont.Tpo -c pangocairo-fcfont.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-fcfont.o
mv -f .deps/libpangocairo_1_0_la-pangocairo-fcfont.Tpo .deps/libpangocairo_1_0_la-pangocairo-fcfont.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fcfontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fcfontmap.Tpo -c -o libpangocairo_1_0_la-pangocairo-fcfontmap.lo `test -f 'pangocairo-fcfontmap.c' || echo './'`pangocairo-fcfontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-fcfontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fcfontmap.Tpo -c pangocairo-fcfontmap.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-fcfontmap.o
mv -f .deps/libpangocairo_1_0_la-pangocairo-fcfontmap.Tpo .deps/libpangocairo_1_0_la-pangocairo-fcfontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT module-defs-win32.lo -MD -MP -MF .deps/module-defs-win32.Tpo -c -o module-defs-win32.lo module-defs-win32.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT module-defs-win32.lo -MD -MP -MF .deps/module-defs-win32.Tpo -c module-defs-win32.c  -DDLL_EXPORT -DPIC -o .libs/module-defs-win32.o
mv -f .deps/module-defs-win32.Tpo .deps/module-defs-win32.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangowin32.lo -MD -MP -MF .deps/pangowin32.Tpo -c -o pangowin32.lo pangowin32.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangowin32.lo -MD -MP -MF .deps/pangowin32.Tpo -c pangowin32.c  -DDLL_EXPORT -DPIC -o .libs/pangowin32.o
pangowin32.c: In function 'pango_win32_render_layout_line':
pangowin32.c:1009: warning: 'bg_color.color.red' may be used uninitialized in this function
pangowin32.c:1009: warning: 'bg_color.color.green' may be used uninitialized in this function
pangowin32.c:1009: warning: 'bg_color.color.blue' may be used uninitialized in this function
pangowin32.c:1009: warning: 'fg_color.color.red' may be used uninitialized in this function
pangowin32.c:1009: warning: 'fg_color.color.green' may be used uninitialized in this function
pangowin32.c:1009: warning: 'fg_color.color.blue' may be used uninitialized in this function
mv -f .deps/pangowin32.Tpo .deps/pangowin32.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangowin32-fontcache.lo -MD -MP -MF .deps/pangowin32-fontcache.Tpo -c -o pangowin32-fontcache.lo pangowin32-fontcache.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangowin32-fontcache.lo -MD -MP -MF .deps/pangowin32-fontcache.Tpo -c pangowin32-fontcache.c  -DDLL_EXPORT -DPIC -o .libs/pangowin32-fontcache.o
pangowin32-fontcache.c: In function 'logfontw_equal':
pangowin32-fontcache.c:122: warning: implicit declaration of function 'wcscmp'
pangowin32-fontcache.c: In function 'pango_win32_font_cache_loadw':
pangowin32-fontcache.c:301: warning: implicit declaration of function 'wcscpy'
mv -f .deps/pangowin32-fontcache.Tpo .deps/pangowin32-fontcache.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT pangowin32-fontmap.lo -MD -MP -MF .deps/pangowin32-fontmap.Tpo -c -o pangowin32-fontmap.lo pangowin32-fontmap.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT pangowin32-fontmap.lo -MD -MP -MF .deps/pangowin32-fontmap.Tpo -c pangowin32-fontmap.c  -DDLL_EXPORT -DPIC -o .libs/pangowin32-fontmap.o
pangowin32-fontmap.c: In function 'get_family_nameW':
pangowin32-fontmap.c:945: warning: implicit declaration of function 'wcslen'
mv -f .deps/pangowin32-fontmap.Tpo .deps/pangowin32-fontmap.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall -version-info 2101:2:2101 -export-symbols-regex "^pango_.*"  -no-undefined -o libpangowin32-1.0.la -rpath /lib module-defs-win32.lo pangowin32.lo pangowin32-fontcache.lo pangowin32-fontmap.lo libpango-1.0.la  -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -lgdi32 
generating symbol list for `libpangowin32-1.0.la'
/bin/nm -B  .libs/module-defs-win32.o .libs/pangowin32.o .libs/pangowin32-fontcache.o .libs/pangowin32-fontmap.o  | sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpangowin32-1.0.exp
/bin/grep -E -e "^pango_.*" ".libs/libpangowin32-1.0.exp" > ".libs/libpangowin32-1.0.expT"
mv -f ".libs/libpangowin32-1.0.expT" ".libs/libpangowin32-1.0.exp"
if test "x`/bin/sed 1q .libs/libpangowin32-1.0.exp`" = xEXPORTS; then cp .libs/libpangowin32-1.0.exp .libs/cygpangowin32-1.0-0.dll.def; else echo EXPORTS > .libs/cygpangowin32-1.0-0.dll.def; cat .libs/libpangowin32-1.0.exp >> .libs/cygpangowin32-1.0-0.dll.def; fi
 /usr/local/bin/gcc -shared .libs/cygpangowin32-1.0-0.dll.def  .libs/module-defs-win32.o .libs/pangowin32.o .libs/pangowin32-fontcache.o .libs/pangowin32-fontmap.o  ./.libs/libpango-1.0.dll.a -L/usr/lib /usr/lib/libgobject-2.0.dll.a /usr/lib/libgmodule-2.0.dll.a /usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a -lgdi32  -o .libs/cygpangowin32-1.0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpangowin32-1.0.dll.a
Creating library file: .libs/libpangowin32-1.0.dll.a
creating libpangowin32-1.0.la
(cd .libs && rm -f libpangowin32-1.0.la && ln -s ../libpangowin32-1.0.la libpangowin32-1.0.la)
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/bin/gcc  -g -O2 -Wall -version-info 2101:2:2101 -export-symbols-regex "^pango_.*"   -no-undefined -o libpangocairo-1.0.la -rpath /lib libpangocairo_1_0_la-pangocairo-context.lo libpangocairo_1_0_la-pangocairo-font.lo libpangocairo_1_0_la-pangocairo-fontmap.lo libpangocairo_1_0_la-pangocairo-render.lo libpangocairo_1_0_la-pangocairo-win32font.lo libpangocairo_1_0_la-pangocairo-win32fontmap.lo libpangocairo_1_0_la-pangocairo-fcfont.lo libpangocairo_1_0_la-pangocairo-fcfontmap.lo  libpango-1.0.la -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -L/lib -L/usr/X11R6/lib -lcairo -lXrender -lSM -lICE -lX11 -lfreetype -lfontconfig -lexpat -lpng12 -lz -lpixman-1   -lm libpangowin32-1.0.la -lgdi32 libpangoft2-1.0.la -lfreetype -lz   -lfontconfig -lexpat    
generating symbol list for `libpangocairo-1.0.la'
/bin/nm -B  .libs/libpangocairo_1_0_la-pangocairo-context.o .libs/libpangocairo_1_0_la-pangocairo-font.o .libs/libpangocairo_1_0_la-pangocairo-fontmap.o .libs/libpangocairo_1_0_la-pangocairo-render.o .libs/libpangocairo_1_0_la-pangocairo-win32font.o .libs/libpangocairo_1_0_la-pangocairo-win32fontmap.o .libs/libpangocairo_1_0_la-pangocairo-fcfont.o .libs/libpangocairo_1_0_la-pangocairo-fcfontmap.o  | sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libpangocairo-1.0.exp
/bin/grep -E -e "^pango_.*" ".libs/libpangocairo-1.0.exp" > ".libs/libpangocairo-1.0.expT"
mv -f ".libs/libpangocairo-1.0.expT" ".libs/libpangocairo-1.0.exp"
if test "x`/bin/sed 1q .libs/libpangocairo-1.0.exp`" = xEXPORTS; then cp .libs/libpangocairo-1.0.exp .libs/cygpangocairo-1.0-0.dll.def; else echo EXPORTS > .libs/cygpangocairo-1.0-0.dll.def; cat .libs/libpangocairo-1.0.exp >> .libs/cygpangocairo-1.0-0.dll.def; fi
 /usr/local/bin/gcc -shared .libs/cygpangocairo-1.0-0.dll.def  .libs/libpangocairo_1_0_la-pangocairo-context.o .libs/libpangocairo_1_0_la-pangocairo-font.o .libs/libpangocairo_1_0_la-pangocairo-fontmap.o .libs/libpangocairo_1_0_la-pangocairo-render.o .libs/libpangocairo_1_0_la-pangocairo-win32font.o .libs/libpangocairo_1_0_la-pangocairo-win32fontmap.o .libs/libpangocairo_1_0_la-pangocairo-fcfont.o .libs/libpangocairo_1_0_la-pangocairo-fcfontmap.o  -L/usr/src/pango/pango-1.21.3/pango/.libs ./.libs/libpango-1.0.dll.a -L/usr/lib /usr/lib/libgobject-2.0.dll.a /usr/lib/libgmodule-2.0.dll.a /usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a -L/lib -L/usr/X11R6/lib /lib/libcairo.dll.a -lXrender -lSM -lICE -lX11 -lpng12 /lib/libpixman-1.dll.a ./.libs/libpangowin32-1.0.dll.a -lgdi32 ./.libs/libpangoft2-1.0.dll.a /usr/lib/libfreetype.dll.a -lz /usr/lib/libfontconfig.dll.a /usr/lib/libexpat.dll.a  -o .libs/cygpangocairo-1.0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libpangocairo-1.0.dll.a
Creating library file: .libs/libpangocairo-1.0.dll.a.libs/libpangocairo_1_0_la-pangocairo-win32font.o: In function `pango_cairo_win32_font_get_type':
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:70: undefined reference to `__pango_win32_font_get_type'
.libs/libpangocairo_1_0_la-pangocairo-win32font.o: In function `_pango_cairo_win32_font_new':
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:271: undefined reference to `__pango_win32_font_map_get_type'
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:281: undefined reference to `__pango_win32_fontmap_cache_remove'
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:289: undefined reference to `__pango_win32_font_get_type'
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:305: undefined reference to `__pango_win32_make_matching_logfontw'
.libs/libpangocairo_1_0_la-pangocairo-win32font.o: In function `pango_cairo_win32_font_class_init':
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:215: undefined reference to `__pango_win32_font_get_type'
.libs/libpangocairo_1_0_la-pangocairo-win32font.o: In function `pango_cairo_win32_font_get_metrics_factor':
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32font.c:204: undefined reference to `__pango_win32_font_get_type'
.libs/libpangocairo_1_0_la-pangocairo-win32fontmap.o: In function `pango_cairo_win32_font_map_get_type':
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32fontmap.c:67: undefined reference to `__pango_win32_font_map_get_type'
.libs/libpangocairo_1_0_la-pangocairo-win32fontmap.o: In function `pango_cairo_win32_font_map_class_init':
/usr/src/pango/pango-1.21.3/pango/pangocairo-win32fontmap.c:92: undefined reference to `__pango_win32_font_map_get_type'
collect2: ld returned 1 exit status

make[4]: *** [libpangocairo-1.0.la] Error 1
make[4]: Leaving directory `/usr/src/pango/pango-1.21.3/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/pango/pango-1.21.3/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/pango/pango-1.21.3/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pango/pango-1.21.3'
make: *** [all] Error 2


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: pangp
  2008-06-23  8:48 pangp d.henman
@ 2008-06-23 10:14 ` Dave Korn
  2008-06-23 18:43   ` pangp d.henman
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Korn @ 2008-06-23 10:14 UTC (permalink / raw)
  To: cygwin

d.henman wrote on 23 June 2008 09:32:


  Take a look in the output of "nm ./.libs/libpangowin32-1.0.dll.a" and see
if those symbols are there?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: pangp
  2008-06-23 10:14 ` pangp Dave Korn
@ 2008-06-23 18:43   ` d.henman
  2008-06-23 19:16     ` pangp Dave Korn
  0 siblings, 1 reply; 14+ messages in thread
From: d.henman @ 2008-06-23 18:43 UTC (permalink / raw)
  To: cygwin


Dave, thanks for your response.

 None of the symbols:
`__pango_win32_font_get_type',      `__pango_win32_font_map_get_type', 
`__pango_win32_fontmap_cache_remove', and `__pango_win32_make_matching_logfontw'

                 are not in: "libpangowin32-1.0.dll.a" 's symbol table, or
                are they in: "cygpangowin32-1.0-0.dll.def", or any other .def file.
           but, they are in: "cygpangowin32-1.0-0.dll"  as "T" symbols.

I wish I new more about the mechanics of this.  Maybe a simple export in the file they are defined in would suffice to cure the problem?

regards,
   henman

Dave Korn <dave.korn@artimi.com> wrote:
> d.henman wrote on 23 June 2008 09:32:
>>  Re: Buiding Pango 1.21.3
> 
>   Take a look in the output of "nm ./.libs/libpangowin32-1.0.dll.a" and see
> if those symbols are there?
> 
>     cheers,
>       DaveK
> -- 
> Can't think of a witty .sigline today....
> --

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: pangp
  2008-06-23 18:43   ` pangp d.henman
@ 2008-06-23 19:16     ` Dave Korn
  2008-06-23 20:26       ` pangp Yaakov (Cygwin Ports)
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Korn @ 2008-06-23 19:16 UTC (permalink / raw)
  To: cygwin

d.henman wrote on 23 June 2008 13:21:

> Dave, thanks for your response.
> 
>  None of the symbols:
> `__pango_win32_font_get_type',      `__pango_win32_font_map_get_type',
> `__pango_win32_fontmap_cache_remove', and
> `__pango_win32_make_matching_logfontw' 
> 
>                  are not in: "libpangowin32-1.0.dll.a" 's symbol table, or
>                 are they in: "cygpangowin32-1.0-0.dll.def", or any other
>            .def file. but, they are in: "cygpangowin32-1.0-0.dll"  as "T"
> symbols. 

  So, they're in the DLL itself, but for some reason not marked as exports
in the DEF file, and hence no available stubs for them in the import .a
library.

  A simple workaround might be to build with --disable-shared
--enable-static instead.

> I wish I new more about the mechanics of this.  Maybe a simple export in
> the file they are defined in would suffice to cure the problem? 

  The DEF file is generated at this point in your make.out log:


generating symbol list for `libpangowin32-1.0.la'
/bin/nm -B  .libs/module-defs-win32.o .libs/pangowin32.o
.libs/pangowin32-fontcache.o .libs/pangowin32-fontmap.o  | sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][
]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq >
.libs/libpangowin32-1.0.exp
/bin/grep -E -e "^pango_.*" ".libs/libpangowin32-1.0.exp" >
".libs/libpangowin32-1.0.expT"
mv -f ".libs/libpangowin32-1.0.expT" ".libs/libpangowin32-1.0.exp"
if test "x`/bin/sed 1q .libs/libpangowin32-1.0.exp`" = xEXPORTS; then cp
.libs/libpangowin32-1.0.exp .libs/cygpangowin32-1.0-0.dll.def; else echo
EXPORTS > .libs/cygpangowin32-1.0-0.dll.def; cat .libs/libpangowin32-1.0.exp
>> .libs/cygpangowin32-1.0-0.dll.def; fi
 /usr/local/bin/gcc -shared .libs/cygpangowin32-1.0-0.dll.def
.libs/module-defs-win32.o .libs/pangowin32.o .libs/pangowin32-fontcache.o
.libs/pangowin32-fontmap.o  ./.libs/libpango-1.0.dll.a -L/usr/lib
/usr/lib/libgobject-2.0.dll.a /usr/lib/libgmodule-2.0.dll.a
/usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a
-lgdi32  -o .libs/cygpangowin32-1.0-0.dll -Wl,--enable-auto-image-base
-Xlinker --out-implib -Xlinker .libs/libpangowin32-1.0.dll.a
Creating library file: .libs/libpangowin32-1.0.dll.a


  You could take a look in the .libs/libpangowin32-1.0.exp; probably it
doesn't contain anything that isn't also in
.libs/cygpangowin32-1.0-0.dll.def, but it would be intersteing if it didn't.
And it might be interesting to compare the nm output from those .o files
before and after it gets passed through that sed|sort|uniq pipeline.

  Also, you should check that nothing went wrong at configure time that
caused it to disable font support in the built code - maybe it couldn't find
a dependency it needed.


  Hmmm.  There's various pango and pang-devel packages in the distro.  Do
you have any/all/none of those installed?  Is this a source build from the
distro source tarballs, or are you trying the upstream sources?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-23 19:16     ` pangp Dave Korn
@ 2008-06-23 20:26       ` Yaakov (Cygwin Ports)
  2008-06-24  3:34         ` pangp d.henman
                           ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-23 20:26 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dave Korn wrote:
|   So, they're in the DLL itself, but for some reason not marked as exports
| in the DEF file, and hence no available stubs for them in the import .a
| library.

It's because of the -export-symbols-regex "^pango_.*" flag, hence
_pango_* internal symbols aren't being exported.  This isn't supposed to
be used when building a Win32 Pango, as you'll see from the configure.in
where this flag is declared; now you know why.

My questions are:
1) What is /usr/local/bin/gcc that the OP is using?
2) Has the OP built cairo from sources with the Win32 backend instead of
the X11 as in our distro?

I can attest that there are no issues building pango with the X11 cairo.

|   A simple workaround might be to build with --disable-shared
| --enable-static instead.

NO, don't do that!!  Pango must be built dynamic.

|   Hmmm.  There's various pango and pang-devel packages in the distro.  Do
| you have any/all/none of those installed?  Is this a source build from the
| distro source tarballs, or are you trying the upstream sources?

1.21.3 is from SVN trunk; the latest upstream version is 1.20.3, also in
Ports.  It's irrelevant though, as this flag has been used for years.

(Why isn't the distro Pango updated?  X11R7.)


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhf7tYACgkQpiWmPGlmQSOg7gCfe9qQ2usTHh7kKiWAv4f8bPQ4
1vMAn3e+KoxG7pw/HvfTXHxayrAD1i1+
=oAgA
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-23 20:26       ` pangp Yaakov (Cygwin Ports)
@ 2008-06-24  3:34         ` d.henman
  2008-06-24 15:15           ` pangp Yaakov (Cygwin Ports)
  2008-06-24  9:40         ` pangp d.henman
                           ` (2 subsequent siblings)
  3 siblings, 1 reply; 14+ messages in thread
From: d.henman @ 2008-06-24  3:34 UTC (permalink / raw)
  To: cygwin


Yaakov (Cygwin Ports) <yselkowitz@users.sourceforge.net> wrote:
> Dave Korn wrote:
> |   So, they're in the DLL itself, but for some reason not marked as exports
> | in the DEF file, and hence no available stubs for them in the import .a
> | library.
> 
> It's because of the -export-symbols-regex "^pango_.*" flag, hence
> _pango_* internal symbols aren't being exported.  This isn't supposed to
> be used when building a Win32 Pango, as you'll see from the configure.in
> where this flag is declared; now you know why.
> 
> My questions are:
> 1) What is /usr/local/bin/gcc that the OP is using?

/usr/local/bin/gcc is: gcc (GCC) 4.3.1 20080529 (prerelease)
I get the same results using cygin's 
/bin/gcc  (gcc 3.4.4 cygming special)


> 2) Has the OP built cairo from sources with the Win32 backend instead of
> the X11 as in our distro?
cairo 1.6.4 was configured as follows:
   ./configure CC=/usr/local/bin/gcc --with-x  --prefix=
 
> I can attest that there are no issues building pango with the X11 cairo.
What version of pango are you talking about?
Doesn't using the configure option for cairo of "--with-x" build the X11 cairo?

> |   A simple workaround might be to build with --disable-shared
> | --enable-static instead.
> 
> NO, don't do that!!  Pango must be built dynamic.
> 
> |   Hmmm.  There's various pango and pang-devel packages in the distro.  Do
> | you have any/all/none of those installed?  Is this a source build from the
> | distro source tarballs, or are you trying the upstream sources?
> 
> 1.21.3 is from SVN trunk; the latest upstream version is 1.20.3, also in
> Ports.  It's irrelevant though, as this flag has been used for years.
> 
> (Why isn't the distro Pango updated?  X11R7.)
> 
> Yaakov
> --
Regards,
  Henman

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-23 20:26       ` pangp Yaakov (Cygwin Ports)
  2008-06-24  3:34         ` pangp d.henman
@ 2008-06-24  9:40         ` d.henman
  2008-06-24 15:33           ` pangp Yaakov (Cygwin Ports)
  2008-06-24 10:56         ` pangp d.henman
  2008-06-24 14:55         ` pango solution d.henman
  3 siblings, 1 reply; 14+ messages in thread
From: d.henman @ 2008-06-24  9:40 UTC (permalink / raw)
  To: cygwin


Yaakov (Cygwin Ports) <yselkowitz@users.sourceforge.net> wrote:
> Dave Korn wrote:
> |   So, they're in the DLL itself, but for some reason not marked as exports
> | in the DEF file, and hence no available stubs for them in the import .a
> | library.

   Yes, Dave is right here.  His idea gives a way to building a multi-capable pango.

> It's because of the -export-symbols-regex "^pango_.*" flag, hence
> _pango_* internal symbols aren't being exported.
Well, YO, could have said that he manually, exluded win32 in the configuration.

>  This isn't supposed to
> be used when building a Win32 Pango, as you'll see from the configure.in
> where this flag is declared; now you know why.
Well Yaakov, you know why.  I expected cairo and pango built a configuration
of --with-x would be fine, and it should be.  You neglected to mention that it was trying to build a win32 and cygwin.dll version at the same time, which it can't, as far as I know.  So you explicity said to configure without win32.

You are mentioning something that is esoteric.
You mentioned below that...

> My questions are:
> 1) What is /usr/local/bin/gcc that the OP is using?
YO, the gcc version used in not relavant in this case.  I checked this.

> 2) Has the OP built cairo from sources with the Win32 backend instead of
> the X11 as in our distro?

YO, the configuration result is:
Cairo is configured and built with:    --with-x

So is Pango, in which its configuration script upon completion outputs:
configuration:    backends: Cairo Win32 FreeType X

Note, that is has Cairo, Win32, FreeType, and Win32 as backends.

Cairo builds these automatically.  

> I can attest that there are no issues building pango with the X11 cairo.
So what you probably meant, when you said "was cairo built, explicitly exluding win32"... Which is probably neceesaary right?

If you would please educate me as to just what arguments did you use,
when you "configure"d cairo and pango, I could verify your aforementioned
attestation.

----
 
> 1.21.3 is from SVN trunk; the latest upstream version is 1.20.3, also in
> Ports.  It's irrelevant though, as this flag has been used for years.
> 
> (Why isn't the distro Pango updated?  X11R7.)
> 
> Yaakov

Well, the YO, is wrong here....
"pango-1.21.3" was not gotten fron SVN's trunk. 
Is is a newly released version.  Not a release candidate, but a public release.

See: http://www.pango.org/Download   and from there
     http://ftp.gnome.org/pub/GNOME/sources/pango/

You can also find it at: http://ftp.gnome.org/pub/GNOME/sources/pango/1.21/
named appropriately as "LATEST-IS-1.21.3            16-Jun-2008..."


Regards,
  Henman

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-23 20:26       ` pangp Yaakov (Cygwin Ports)
  2008-06-24  3:34         ` pangp d.henman
  2008-06-24  9:40         ` pangp d.henman
@ 2008-06-24 10:56         ` d.henman
  2008-06-24 17:41           ` pangp Yaakov (Cygwin Ports)
  2008-06-24 14:55         ` pango solution d.henman
  3 siblings, 1 reply; 14+ messages in thread
From: d.henman @ 2008-06-24 10:56 UTC (permalink / raw)
  To: cygwin


Yaakov (Cygwin Ports) <yselkowitz@users.sourceforge.net> wrote:
> .. snipped
> I can attest that there are no issues building pango with the X11 cairo.

No I configured cairo with:
 ./configure --with-x --enable-win32-font=no --enable-win32=no --disable-ps --disable-pdf --disable-svg --prefix=

cairo builds and installs fine this way.

Pango, configured with:
./configure LDFLAGS='-no-undefined' --with-x  --enable-win32-font=no --enable-win32=no --disable-ps --disable-pdf --disable-svg --prefix=

# the only option above that pango mentiones in ./configure --help is "--with-x".

Regardless, make still prematurely terminates due to errors.

Why is the pango build code trying to incorporate win32, when it is not in cairo?

(Still waiting to get Yaakov's two configuration options (two lines, one config line eac)  uses for (1) cairo and (2) pango. 

to wit:
---------------- last lines of "make" output for pango ----------------
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/g
lib-2.0 -I/usr/lib/glib-2.0/include    -I/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1   -I/usr/include/freetype2     -I/usr/X11R6/include    -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32font.lo -MD -MP -MF 
.deps/libpangocairo_1_0_la-pangocairo-win32font.Tpo -c -o libpangocairo_1_0_la-pangocairo-win32font.lo `test -f 'pangocairo-win32font.c' || echo './'`pangocairo-win32font.c
 /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/inclu
de/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R6/include -g -O2 -Wall -MT libpangocairo_1_0_la-pangocairo-win32font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-win32font.Tpo -c p
angocairo-win32font.c  -DDLL_EXPORT -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-win32font.o
In file included from pangocairo-win32font.c:33:
/include/cairo/cairo-win32.h:101:3: error: #error Cairo was not compiled with support for the win32 backend
pangocairo-win32font.c: In function 'pango_cairo_win32_font_create_font_face':
pangocairo-win32font.c:79: warning: implicit declaration of function 'cairo_win32_font_face_create_for_logfontw'
pangocairo-win32font.c:79: warning: return makes pointer from integer without a cast
pangocairo-win32font.c: In function 'pango_cairo_win32_font_create_metrics_for_context':
pangocairo-win32font.c:122: warning: passing argument 1 of 'pango_cairo_font_get_scaled_font' from incompatible pointer type
pangocairo-win32font.c:125: warning: implicit declaration of function 'cairo_win32_scaled_font_done_font'
pangocairo-win32font.c: In function 'pango_cairo_win32_font_select_font':
pangocairo-win32font.c:190: warning: implicit declaration of function 'cairo_win32_scaled_font_select_font'
pangocairo-win32font.c: In function 'pango_cairo_win32_font_get_metrics_factor':
pangocairo-win32font.c:207: warning: implicit declaration of function 'cairo_win32_scaled_font_get_metrics_factor'
make[4]: *** [libpangocairo_1_0_la-pangocairo-win32font.lo] Error 1
make[4]: Leaving directory `/usr/src/pango/pango-1.21.3/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/pango/pango-1.21.3/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/pango/pango-1.21.3/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pango/pango-1.21.3'
make: *** [all] Error 2
---------------- end 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pango solution
  2008-06-23 20:26       ` pangp Yaakov (Cygwin Ports)
                           ` (2 preceding siblings ...)
  2008-06-24 10:56         ` pangp d.henman
@ 2008-06-24 14:55         ` d.henman
  2008-06-24 15:12           ` Yaakov (Cygwin Ports)
  3 siblings, 1 reply; 14+ messages in thread
From: d.henman @ 2008-06-24 14:55 UTC (permalink / raw)
  To: cygwin


Yaakov (Cygwin Ports) <yselkowitz@users.sourceforge.net> wrote:
> Dave Korn wrote:
> |   So, they're in the DLL itself, but for some reason not marked as exports
> | in the DEF file, and hence no available stubs for them in the import .a
> | library.
> 
> It's because of the -export-symbols-regex "^pango_.*" flag, hence
> _pango_* internal symbols aren't being exported.  This isn't supposed to
> be used when building a Win32 Pango, as you'll see from the configure.in
> where this flag is declared; now you know why.

Even when built with "--disable-win32"  it still required win32 libs be built

> ...
> I can attest that there are no issues building pango with the X11 cairo.
Your attestation is wrong for pango-1.21.3.

I found the problem.

It is in the configuration file. After making two slight changes it build fine.
It's possible that only one change was necessary, but I'm tired now and will leave it
to go on to build gtk+-2.12.10.

For those interesting in building pango-1.21.3, the changes necesaary where both of the same type simply involves deleting "|*-*cygwin**" from the two case statements.

configure file line # 20052
               line # 22054


case "$host" in
#  *-*-mingw*|*-*-cygwin*) have_win32=true ;;      changed from this
  *-*-mingw*) have_win32=true ;;		   <--- to this
esac

otherwise it will require win32 code to be built, and cairo was not build for it.


Regards,
  Henman




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pango solution
  2008-06-24 14:55         ` pango solution d.henman
@ 2008-06-24 15:12           ` Yaakov (Cygwin Ports)
  0 siblings, 0 replies; 14+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-24 15:12 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

d.henman wrote:
| case "$host" in
| #  *-*-mingw*|*-*-cygwin*) have_win32=true ;;      changed from this
|   *-*-mingw*) have_win32=true ;;		   <--- to this
| esac
|
| otherwise it will require win32 code to be built, and cairo was not
build for it.

This is incorrect.  have_win32 does two things:
1) adds -lgdi32 to the PangoWin32 backend LIBADD, which builds fine on
cygwin, although it's practically unused;
2) checks for the Win32 Cairo backend, and if present, specifies that
Cairo is Win32-based and hence so should be PangoCairo.  But this fails
later due to the -export-symbols-regex flag, as you found out.

By making your change, pango would fail to detect cairo-win32.

But this all really begs the question, why are you trying to build a
*Win32* GTK+ on Cygwin?


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhhCuYACgkQpiWmPGlmQSPPJwCfZUtYojFdETMkuJJ/Uf6WfXgs
rf8AoIgNOtcSsOTNT1Q1PekgG5gmwtge
=WiLx
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-24  3:34         ` pangp d.henman
@ 2008-06-24 15:15           ` Yaakov (Cygwin Ports)
  0 siblings, 0 replies; 14+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-24 15:15 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

d.henman wrote:
| What version of pango are you talking about?

I've been building cairo since 1.0.x *at least*, and these options have
not changed.

| Doesn't using the configure option for cairo of "--with-x" build the
X11 cairo?

Actually you need "--enable-xlib --disable-win32".


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhhC+4ACgkQpiWmPGlmQSOuigCeIsniSgSreyX+8FLla7uwCKj4
RygAnRNI/Rtecnk8oUBTC8c12hMvjOk4
=9Mig
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-24  9:40         ` pangp d.henman
@ 2008-06-24 15:33           ` Yaakov (Cygwin Ports)
  0 siblings, 0 replies; 14+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-24 15:33 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

d.henman wrote:
| Yes, Dave is right here.  His idea gives a way to building a
multi-capable pango.

Pango is always multi-capable, but cairo (and hence PangoCairo) cannot
be both Win32 and X11.  Simple as that.

| YO, the configuration result is:
| Cairo is configured and built with:    --with-x
|
| So is Pango, in which its configuration script upon completion outputs:
| configuration:    backends: Cairo Win32 FreeType X
|
| Note, that is has Cairo, Win32, FreeType, and Win32 as backends.

Yes, so do my pango builds.  The question here is solely which *cairo*
you are using.

| So what you probably meant, when you said "was cairo built, explicitly
exluding win32"... Which is probably neceesaary right?

That's the only way to build an X11 cairo on Cygwin.

| Well, the YO, is wrong here....
| "pango-1.21.3" was not gotten fron SVN's trunk.
| Is is a newly released version.  Not a release candidate, but a public
release.

GNOME uses the linux-kernel versioning system; odd-numbered minor
versions are *development* releases, and is hence a snapshot from trunk.
~ The fact that it's been released as a tarball is irrelevant.  The
release announcement for 1.21 mentions this all quite clearly.


Yaakov

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhhDwcACgkQpiWmPGlmQSMYuwCg+2lfOpYWIZNODmesPmlNLS8s
ZAwAn29LlIne4veaYGnoZcr8sZMdpjSK
=PUK7
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pangp
  2008-06-24 10:56         ` pangp d.henman
@ 2008-06-24 17:41           ` Yaakov (Cygwin Ports)
  2008-06-25  2:55             ` pango d.henman
  0 siblings, 1 reply; 14+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-24 17:41 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

d.henman wrote:
| Regardless, make still prematurely terminates due to errors.
|
| Why is the pango build code trying to incorporate win32, when it is
not in cairo?

Did you ever delete the cairo-win32 headers and pkg-config file?


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhhD4EACgkQpiWmPGlmQSP7SgCgod9tvznXwBA+o/yeXe0BXlVG
eJwAoLvmaFDYaHojD43178z1GP11FL7R
=gR5g
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pango
  2008-06-24 17:41           ` pangp Yaakov (Cygwin Ports)
@ 2008-06-25  2:55             ` d.henman
  0 siblings, 0 replies; 14+ messages in thread
From: d.henman @ 2008-06-25  2:55 UTC (permalink / raw)
  To: cygwin


Pleas look at the configured built .pc files below.
----
Why does the pkg-confing file, pangowin32-uninstalled.pc, include
the line below?
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangowin32.la -lgdi32


$ ls *win32*.pc                #list all pkg-config file related to win32
pangowin32-uninstalled.pc  pangowin32.pc

$ cat *win32*.pc		# here's look at their content.

Name: Pango Win32 Uninstalled
Description: Win32 GDI font support for Pango, Not Installed
Version: 1.21.3
Requires: pango
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangowin32.la -lgdi32
Cflags: -I${pc_top_builddir}/${pcfiledir}/.
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Pango Win32
Description: Win32 GDI font support for Pango
Version: 1.21.3
Requires: pango
Libs: -L${libdir} -lpangowin32-1.0 -lgdi32
Cflags: -I${includedir}/pango-1.0

-------------------------------- end


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-06-25  1:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-23  8:48 pangp d.henman
2008-06-23 10:14 ` pangp Dave Korn
2008-06-23 18:43   ` pangp d.henman
2008-06-23 19:16     ` pangp Dave Korn
2008-06-23 20:26       ` pangp Yaakov (Cygwin Ports)
2008-06-24  3:34         ` pangp d.henman
2008-06-24 15:15           ` pangp Yaakov (Cygwin Ports)
2008-06-24  9:40         ` pangp d.henman
2008-06-24 15:33           ` pangp Yaakov (Cygwin Ports)
2008-06-24 10:56         ` pangp d.henman
2008-06-24 17:41           ` pangp Yaakov (Cygwin Ports)
2008-06-25  2:55             ` pango d.henman
2008-06-24 14:55         ` pango solution d.henman
2008-06-24 15:12           ` Yaakov (Cygwin Ports)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).