pango 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. data/ext/pango/extconf.rb +3 -0
  2. data/ext/pango/rbpango.c +312 -12
  3. data/ext/pango/rbpango.h +33 -22
  4. data/ext/pango/rbpangoanalysis.c +98 -58
  5. data/ext/pango/rbpangoattribute.c +94 -85
  6. data/ext/pango/rbpangoattriterator.c +39 -28
  7. data/ext/pango/rbpangoattrlist.c +42 -32
  8. data/ext/pango/rbpangocairo.c +38 -172
  9. data/ext/pango/rbpangocairocontext.c +151 -0
  10. data/ext/pango/rbpangocolor.c +49 -38
  11. data/ext/pango/rbpangocontext.c +109 -102
  12. data/ext/pango/rbpangoconversions.h +111 -0
  13. data/ext/pango/rbpangocoverage.c +45 -37
  14. data/ext/pango/rbpangoengine.c +22 -12
  15. data/ext/pango/rbpangofont.c +52 -43
  16. data/ext/pango/rbpangofontdescription.c +102 -91
  17. data/ext/pango/rbpangofontface.c +32 -21
  18. data/ext/pango/rbpangofontfamily.c +31 -20
  19. data/ext/pango/rbpangofontmap.c +44 -36
  20. data/ext/pango/rbpangofontmetrics.c +41 -30
  21. data/ext/pango/rbpangofontset.c +32 -21
  22. data/ext/pango/rbpangofontsetsimple.c +34 -24
  23. data/ext/pango/rbpangoglyphinfo.c +48 -35
  24. data/ext/pango/rbpangoglyphitem.c +43 -33
  25. data/ext/pango/rbpangoglyphstring.c +59 -59
  26. data/ext/pango/rbpangogravity.c +34 -23
  27. data/ext/pango/rbpangoitem.c +43 -34
  28. data/ext/pango/rbpangolanguage.c +44 -34
  29. data/ext/pango/rbpangolayout.c +167 -160
  30. data/ext/pango/rbpangolayoutiter.c +70 -59
  31. data/ext/pango/rbpangolayoutline.c +106 -71
  32. data/ext/pango/rbpangologattr.c +42 -31
  33. data/ext/pango/rbpangomatrix.c +47 -35
  34. data/ext/pango/rbpangoprivate.h +53 -0
  35. data/ext/pango/rbpangorectangle.c +58 -49
  36. data/ext/pango/rbpangorenderer.c +81 -70
  37. data/ext/pango/rbpangoscript.c +37 -27
  38. data/ext/pango/rbpangoscriptiter.c +32 -22
  39. data/ext/pango/rbpangotabarray.c +48 -37
  40. data/lib/1.8/pango.so +0 -0
  41. data/lib/1.9/pango.so +0 -0
  42. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  46. data/vendor/local/bin/pango-querymodules.exe +0 -0
  47. data/vendor/local/bin/pango-view.exe +0 -0
  48. data/vendor/local/etc/pango/pango.modules +1 -1
  49. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
  50. data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
  51. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  52. data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
  53. data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
  56. data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
  57. data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
  58. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  59. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  60. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  61. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  62. data/vendor/local/lib/pango-1.0.def +2 -0
  63. data/vendor/local/lib/pango-1.0.lib +0 -0
  64. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  65. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  66. data/vendor/local/lib/pangowin32-1.0.def +1 -1
  67. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  68. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  69. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  70. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  71. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  72. data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
  73. data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
  74. data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
  75. data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
  76. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
  77. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
  78. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
  79. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
  80. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
  81. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
  82. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
  85. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
  86. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
  87. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
  89. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
  91. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
  92. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
  93. data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
  94. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
  95. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
  96. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
  97. data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
  98. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
  99. data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
  100. data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
  101. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
  102. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
  103. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
  104. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
  105. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
  106. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
  107. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
  108. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
  109. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
  110. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
  111. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
  112. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
  113. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
  114. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
  115. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
  116. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
  117. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
  118. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
  119. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
  120. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
  121. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
  122. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
  123. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
  124. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
  125. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
  126. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
  127. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
  130. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
  131. data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
  132. data/vendor/local/share/man/man1/pango-view.1 +2 -2
  133. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
  134. data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
  135. metadata +19 -19
  136. data/ChangeLog +0 -721
  137. data/ext/pango/rbpangoinits.c +0 -72
  138. data/ext/pango/rbpangomain.c +0 -202
  139. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
  140. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -1,950 +0,0 @@
1
- +++ latest --arch=win32 glib pkg-config zlib libpng pixman cairo expat fontconfig freetype
2
- ++ DEPS='glib-2.26.0-2 pkg-config-0.23-3 zlib-1.2.5-2 libpng-1.4.3-1 pixman-0.18.4-2 cairo-1.10.0-1 expat-2.0.1-1 fontconfig-2.8.0-2 freetype-2.4.2-1'
3
- +++ latest --arch=win32 gettext-runtime
4
- ++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
5
- ++ PKG_CONFIG_PATH=/dummy
6
- ++ for D in '$DEPS'
7
- ++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
8
- ++ PATH='/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
9
- ++ for D in '$DEPS'
10
- ++ PKG_CONFIG_PATH=/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
11
- ++ PATH='/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
12
- ++ for D in '$DEPS'
13
- ++ PKG_CONFIG_PATH=/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
14
- ++ PATH='/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
15
- ++ for D in '$DEPS'
16
- ++ PKG_CONFIG_PATH=/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
17
- ++ PATH='/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
18
- ++ for D in '$DEPS'
19
- ++ PKG_CONFIG_PATH=/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
20
- ++ PATH='/devel/dist/win32/pixman-0.18.4-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
21
- ++ for D in '$DEPS'
22
- ++ PKG_CONFIG_PATH=/devel/dist/win32/cairo-1.10.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
23
- ++ PATH='/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
24
- ++ for D in '$DEPS'
25
- ++ PKG_CONFIG_PATH=/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
26
- ++ PATH='/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
27
- ++ for D in '$DEPS'
28
- ++ PKG_CONFIG_PATH=/devel/dist/win32/fontconfig-2.8.0-2/lib/pkgconfig:/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
29
- ++ PATH='/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
30
- ++ for D in '$DEPS'
31
- ++ PKG_CONFIG_PATH=/devel/dist/win32/freetype-2.4.2-1/lib/pkgconfig:/devel/dist/win32/fontconfig-2.8.0-2/lib/pkgconfig:/devel/dist/win32/expat-2.0.1-1/lib/pkgconfig:/devel/dist/win32/cairo-1.10.0-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/zlib-1.2.5-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
32
- ++ PATH='/devel/dist/win32/freetype-2.4.2-1/bin:/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
33
- ++ lt_cv_deplibs_check_method=pass_all
34
- ++ CC='gcc -mthreads'
35
- ++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base'
36
- ++ CFLAGS=-O2
37
- ++ ./configure --enable-debug=yes --disable-gtk-doc --without-x --prefix=c:/devel/target/18e9007417f775a5bc83c60917e98632 --enable-explicit-deps=no --with-included-modules=yes
38
- checking for a BSD-compatible install... /opt/local/bin/install -c
39
- checking whether build environment is sane... yes
40
- checking for a thread-safe mkdir -p... /bin/mkdir -p
41
- checking for gawk... gawk
42
- checking whether make sets $(MAKE)... yes
43
- checking build system type... i686-pc-mingw32
44
- checking host system type... i686-pc-mingw32
45
- checking for native Win32... yes
46
- checking for gcc... gcc -mthreads
47
- checking whether the C compiler works... yes
48
- checking for C compiler default output file name... a.exe
49
- checking for suffix of executables... .exe
50
- checking whether we are cross compiling... no
51
- checking for suffix of object files... o
52
- checking whether we are using the GNU C compiler... yes
53
- checking whether gcc -mthreads accepts -g... yes
54
- checking for gcc -mthreads option to accept ISO C89... none needed
55
- checking for style of include used by make... GNU
56
- checking dependency style of gcc -mthreads... gcc3
57
- checking for c++... c++
58
- checking whether we are using the GNU C++ compiler... yes
59
- checking whether c++ accepts -g... yes
60
- checking dependency style of c++... gcc3
61
- checking whether we are using the GNU C++ compiler... (cached) yes
62
- checking whether c++ accepts -g... (cached) yes
63
- checking dependency style of c++... (cached) gcc3
64
- checking for mprotect... yes
65
- checking for sysconf... no
66
- checking for getpagesize... yes
67
- checking how to run the C preprocessor... gcc -mthreads -E
68
- checking for grep that handles long lines and -e... /bin/grep
69
- checking for egrep... /bin/grep -E
70
- checking for ANSI C header files... yes
71
- checking for sys/types.h... yes
72
- checking for sys/stat.h... yes
73
- checking for stdlib.h... yes
74
- checking for string.h... yes
75
- checking for memory.h... yes
76
- checking for strings.h... yes
77
- checking for inttypes.h... yes
78
- checking for stdint.h... yes
79
- checking for unistd.h... yes
80
- checking for unistd.h... (cached) yes
81
- checking sys/mman.h usability... no
82
- checking sys/mman.h presence... no
83
- checking for sys/mman.h... no
84
- checking for as... as
85
- checking for dlltool... dlltool
86
- checking for objdump... objdump
87
- checking for a sed that does not truncate output... /bin/sed
88
- checking for fgrep... /bin/grep -F
89
- checking for ld used by gcc -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
90
- checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
91
- checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
92
- checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
93
- checking whether ln -s works... yes
94
- checking the maximum length of command line arguments... 8192
95
- checking whether the shell understands some XSI constructs... yes
96
- checking whether the shell understands "+="... yes
97
- checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
98
- checking for objdump... (cached) objdump
99
- checking how to recognize dependent libraries... (cached) pass_all
100
- checking for ar... ar
101
- checking for strip... strip
102
- checking for ranlib... ranlib
103
- checking command to parse /opt/mingw/bin/nm output from gcc -mthreads object... ok
104
- checking for dlfcn.h... no
105
- checking whether we are using the GNU C++ compiler... (cached) yes
106
- checking whether c++ accepts -g... (cached) yes
107
- checking dependency style of c++... (cached) gcc3
108
- checking how to run the C++ preprocessor... c++ -E
109
- checking for objdir... .libs
110
- checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
111
- checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
112
- checking if gcc -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
113
- checking if gcc -mthreads static flag -static works... yes
114
- checking if gcc -mthreads supports -c -o file.o... yes
115
- checking if gcc -mthreads supports -c -o file.o... (cached) yes
116
- checking whether the gcc -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
117
- checking whether -lc should be explicitly linked in... yes
118
- checking dynamic linker characteristics... Win32 ld.exe
119
- checking how to hardcode library paths into programs... immediate
120
- checking whether stripping libraries is possible... yes
121
- checking if libtool supports shared libraries... yes
122
- checking whether to build shared libraries... yes
123
- checking whether to build static libraries... no
124
- checking for ld used by c++... c:/opt/mingw/mingw32/bin/ld.exe
125
- checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
126
- checking whether the c++ linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
127
- checking for c++ option to produce PIC... -DDLL_EXPORT -DPIC
128
- checking if c++ PIC flag -DDLL_EXPORT -DPIC works... yes
129
- checking if c++ static flag -static works... yes
130
- checking if c++ supports -c -o file.o... yes
131
- checking if c++ supports -c -o file.o... (cached) yes
132
- checking whether the c++ linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
133
- checking dynamic linker characteristics... Win32 ld.exe
134
- checking how to hardcode library paths into programs... immediate
135
- configure: creating ./config.lt
136
- config.lt: creating libtool
137
- checking for some Win32 platform... yes
138
- checking for windres... windres
139
- checking for lib.exe... yes
140
- checking for pkg-config... /devel/dist/win32/pkg-config-0.23-3/bin/pkg-config
141
- checking pkg-config is at least version 0.9.0... yes
142
- checking for FONTCONFIG... yes
143
- checking for FREETYPE... yes
144
- checking how to get MSVC-compatible struct packing... -mms-bitfields
145
- checking Carbon/Carbon.h usability... no
146
- checking Carbon/Carbon.h presence... no
147
- checking for Carbon/Carbon.h... no
148
- checking for CAIRO... yes
149
- checking which cairo font backends could be used... win32 freetype
150
- checking for GLIB... yes
151
- checking for LIBTHAI... no
152
- no
153
- checking for gobject-introspection... no
154
- checking modules to link statically... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc
155
- checking dynamic modules to build... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc (those built into Pango will be excluded)
156
- checking for flockfile... no
157
- checking for strtok_r... no
158
- checking for gtkdoc-check... no
159
- checking for gtkdoc-rebase... no
160
- checking for gtkdoc-mkpdf... no
161
- checking whether to build gtk-doc documentation... no
162
- checking Whether to write dependencies into .pc files... no
163
- checking for dirent.h that defines DIR... yes
164
- checking for library containing opendir... none required
165
- checking for unistd.h... (cached) yes
166
- configure: creating ./config.status
167
- config.status: creating Makefile
168
- config.status: creating pango/Makefile
169
- config.status: creating pango/mini-fribidi/Makefile
170
- config.status: creating pango/opentype/Makefile
171
- config.status: creating pango/pango.rc
172
- config.status: creating pango/pangoft2.rc
173
- config.status: creating pango/pangowin32.rc
174
- config.status: creating pango/pangox.rc
175
- config.status: creating pango/pangoxft.rc
176
- config.status: creating pango-view/Makefile
177
- config.status: creating modules/Makefile
178
- config.status: creating modules/arabic/Makefile
179
- config.status: creating modules/basic/Makefile
180
- config.status: creating modules/hangul/Makefile
181
- config.status: creating modules/hebrew/Makefile
182
- config.status: creating modules/indic/Makefile
183
- config.status: creating modules/khmer/Makefile
184
- config.status: creating modules/syriac/Makefile
185
- config.status: creating modules/thai/Makefile
186
- config.status: creating modules/tibetan/Makefile
187
- config.status: creating examples/Makefile
188
- config.status: creating docs/Makefile
189
- config.status: creating docs/version.xml
190
- config.status: creating tools/Makefile
191
- config.status: creating tests/Makefile
192
- config.status: creating pango.pc
193
- config.status: creating pangox.pc
194
- config.status: creating pangowin32.pc
195
- config.status: creating pangoft2.pc
196
- config.status: creating pangoxft.pc
197
- config.status: creating pangocairo.pc
198
- config.status: creating pango-uninstalled.pc
199
- config.status: creating pangox-uninstalled.pc
200
- config.status: creating pangowin32-uninstalled.pc
201
- config.status: creating pangoft2-uninstalled.pc
202
- config.status: creating pangoxft-uninstalled.pc
203
- config.status: creating pangocairo-uninstalled.pc
204
- config.status: creating pango-zip.sh
205
- config.status: creating tests/runtests.sh
206
- config.status: creating config.h
207
- config.status: executing depfiles commands
208
- config.status: executing libtool commands
209
- config.status: executing pango/module-defs.h commands
210
- config.status: executing pango/module-defs-x.c commands
211
- config.status: executing pango/module-defs-fc.c commands
212
- config.status: executing pango/module-defs-win32.c commands
213
- config.status: executing pango/module-defs-atsui.c commands
214
- config.status: executing pango/module-defs-lang.c commands
215
- config.status: executing pango/pango-features.h commands
216
- config.status: creating pango/pango-features.h
217
- config.status: pango/pango-features.h is unchanged
218
- configuration:
219
- backends: Cairo Win32 FreeType
220
- ++ PATH='/devel/target/18e9007417f775a5bc83c60917e98632/bin:.libs:/devel/dist/win32/freetype-2.4.2-1/bin:/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/expat-2.0.1-1/bin:/devel/dist/win32/cairo-1.10.0-1/bin:/devel/dist/win32/pixman-0.18.4-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/zlib-1.2.5-2/bin:/devel/dist/win32/pkg-config-0.23-3/bin:/devel/dist/win32/glib-2.26.0-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/bin:/opt/gnu/bin:/opt/mingw/bin:/opt/svn/bin:/opt/local/bin:/c/Windows/Microsoft.NET/Framework/v3.5:/c/Windows/Microsoft.NET/Framework/v2.0.50727:/opt/xemacs/XEmacs-21.4.22/i586-pc-win32:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/QuickTime/QTSystem/'
221
- ++ make install
222
- Making install in pango
223
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
224
- GEN s-enum-types-h
225
- GEN s-enum-types-c
226
- make install-recursive
227
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
228
- Making install in opentype
229
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
230
- CC libharfbuzz_la-hb-blob.lo
231
- CC libharfbuzz_la-hb-buffer.lo
232
- CXX libharfbuzz_la-hb-font.lo
233
- CC libharfbuzz_la-hb-glib.lo
234
- CC libharfbuzz_la-hb-shape.lo
235
- CC libharfbuzz_la-hb-unicode.lo
236
- CXX libharfbuzz_la-hb-ot-layout.lo
237
- CXXLD libharfbuzz.la
238
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
239
- CXX main-main.o
240
- CXXLD main.exe
241
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
242
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
243
- make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
244
- make[4]: Nothing to be done for `install-exec-am'.
245
- make[4]: Nothing to be done for `install-data-am'.
246
- make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
247
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/opentype'
248
- Making install in mini-fribidi
249
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
250
- CC fribidi.lo
251
- CC fribidi_char_type.lo
252
- CC fribidi_types.lo
253
- CCLD libmini-fribidi.la
254
- make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
255
- make[4]: Nothing to be done for `install-exec-am'.
256
- make[4]: Nothing to be done for `install-data-am'.
257
- make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
258
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango/mini-fribidi'
259
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
260
- CC break.lo
261
- CC ellipsize.lo
262
- CC fonts.lo
263
- CC glyphstring.lo
264
- CC modules.lo
265
- CC pango-attributes.lo
266
- CC pango-bidi-type.lo
267
- CC pango-color.lo
268
- CC pango-context.lo
269
- CC pango-coverage.lo
270
- CC pango-engine.lo
271
- CC pango-fontmap.lo
272
- CC pango-fontset.lo
273
- CC pango-glyph-item.lo
274
- CC pango-gravity.lo
275
- CC pango-item.lo
276
- CC pango-language.lo
277
- CC pango-layout.lo
278
- CC pango-markup.lo
279
- CC pango-matrix.lo
280
- CC pango-renderer.lo
281
- CC pango-script.lo
282
- CC pango-tabs.lo
283
- CC pango-utils.lo
284
- CC reorder-items.lo
285
- CC shape.lo
286
- CC pango-enum-types.lo
287
- CC module-defs-lang.lo
288
- module-defs-lang.c:6:2: warning: initialization from incompatible pointer type
289
- module-defs-lang.c:6:2: warning: initialization from incompatible pointer type
290
- module-defs-lang.c:7:2: warning: initialization from incompatible pointer type
291
- module-defs-lang.c:7:2: warning: initialization from incompatible pointer type
292
- GEN included-modules
293
- make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
294
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
295
- CC libpango_arabic_fc_la-arabic-fc.lo
296
- CC libpango_arabic_fc_la-arabic-ot.lo
297
- CCLD libpango-arabic-fc.la
298
- CC libpango_arabic_lang_la-arabic-lang.lo
299
- CCLD libpango-arabic-lang.la
300
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
301
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
302
- CC libpango_basic_fc_la-basic-fc.lo
303
- CCLD libpango-basic-fc.la
304
- CC libpango_basic_win32_la-basic-win32.lo
305
- CCLD libpango-basic-win32.la
306
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
307
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
308
- CC libpango_hangul_fc_la-hangul-fc.lo
309
- CCLD libpango-hangul-fc.la
310
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
311
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
312
- CC libpango_hebrew_fc_la-hebrew-shaper.lo
313
- CC libpango_hebrew_fc_la-hebrew-fc.lo
314
- CCLD libpango-hebrew-fc.la
315
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
316
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
317
- CC libpango_indic_fc_la-indic-fc.lo
318
- CC libpango_indic_fc_la-indic-ot-class-tables.lo
319
- CC libpango_indic_fc_la-indic-ot.lo
320
- CC libpango_indic_fc_la-mprefixups.lo
321
- CCLD libpango-indic-fc.la
322
- CC libpango_indic_lang_la-indic-lang.lo
323
- CCLD libpango-indic-lang.la
324
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
325
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
326
- CC libpango_khmer_fc_la-khmer-fc.lo
327
- CCLD libpango-khmer-fc.la
328
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
329
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
330
- CC libpango_syriac_fc_la-syriac-fc.lo
331
- CC libpango_syriac_fc_la-syriac-ot.lo
332
- CCLD libpango-syriac-fc.la
333
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
334
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
335
- CC libpango_thai_fc_la-thai-charprop.lo
336
- CC libpango_thai_fc_la-thai-shaper.lo
337
- CC libpango_thai_fc_la-thai-fc.lo
338
- CCLD libpango-thai-fc.la
339
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
340
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
341
- CC libpango_tibetan_fc_la-tibetan-fc.lo
342
- CCLD libpango-tibetan-fc.la
343
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
344
- make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
345
- GEN ../modules/arabic/libpango-arabic-lang.la
346
- GEN ../modules/indic/libpango-indic-lang.la
347
- GEN pango-win32-res.o
348
- CCLD libpango-1.0.la
349
- Creating library file: .libs/libpango-1.0.dll.a
350
- CC pangofc-font.lo
351
- CC pangofc-fontmap.lo
352
- CC pangofc-decoder.lo
353
- CC pangoft2.lo
354
- CC module-defs-fc.lo
355
- module-defs-fc.c:6:2: warning: initialization from incompatible pointer type
356
- module-defs-fc.c:6:2: warning: initialization from incompatible pointer type
357
- module-defs-fc.c:7:2: warning: initialization from incompatible pointer type
358
- module-defs-fc.c:7:2: warning: initialization from incompatible pointer type
359
- module-defs-fc.c:8:2: warning: initialization from incompatible pointer type
360
- module-defs-fc.c:8:2: warning: initialization from incompatible pointer type
361
- module-defs-fc.c:9:2: warning: initialization from incompatible pointer type
362
- module-defs-fc.c:9:2: warning: initialization from incompatible pointer type
363
- module-defs-fc.c:10:2: warning: initialization from incompatible pointer type
364
- module-defs-fc.c:10:2: warning: initialization from incompatible pointer type
365
- module-defs-fc.c:11:2: warning: initialization from incompatible pointer type
366
- module-defs-fc.c:11:2: warning: initialization from incompatible pointer type
367
- module-defs-fc.c:12:2: warning: initialization from incompatible pointer type
368
- module-defs-fc.c:12:2: warning: initialization from incompatible pointer type
369
- module-defs-fc.c:13:2: warning: initialization from incompatible pointer type
370
- module-defs-fc.c:13:2: warning: initialization from incompatible pointer type
371
- module-defs-fc.c:14:2: warning: initialization from incompatible pointer type
372
- module-defs-fc.c:14:2: warning: initialization from incompatible pointer type
373
- CC pangoft2-fontmap.lo
374
- CC pangoft2-render.lo
375
- CC pango-ot-buffer.lo
376
- CC pango-ot-info.lo
377
- pango-ot-info.c: In function '_pango_ot_info_position':
378
- pango-ot-info.c:571:12: warning: unused variable 'is_hinted'
379
- CC pango-ot-ruleset.lo
380
- pango-ot-ruleset.c: In function 'pango_ot_ruleset_description_hash':
381
- pango-ot-ruleset.c:547:7: warning: dereferencing type-punned pointer will break strict-aliasing rules
382
- pango-ot-ruleset.c: In function 'pango_ot_ruleset_description_equal':
383
- pango-ot-ruleset.c:595:7: warning: dereferencing type-punned pointer will break strict-aliasing rules
384
- pango-ot-ruleset.c:595:7: warning: dereferencing type-punned pointer will break strict-aliasing rules
385
- CC pango-ot-tag.lo
386
- GEN ../modules/arabic/libpango-arabic-fc.la
387
- GEN ../modules/basic/libpango-basic-fc.la
388
- GEN ../modules/hangul/libpango-hangul-fc.la
389
- GEN ../modules/hebrew/libpango-hebrew-fc.la
390
- GEN ../modules/indic/libpango-indic-fc.la
391
- GEN ../modules/khmer/libpango-khmer-fc.la
392
- GEN ../modules/syriac/libpango-syriac-fc.la
393
- GEN ../modules/thai/libpango-thai-fc.la
394
- GEN ../modules/tibetan/libpango-tibetan-fc.la
395
- GEN pangoft2-win32-res.o
396
- CCLD libpangoft2-1.0.la
397
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
398
- Creating library file: .libs/libpangoft2-1.0.dll.a
399
- CC libpangocairo_1_0_la-pangocairo-context.lo
400
- CC libpangocairo_1_0_la-pangocairo-font.lo
401
- CC libpangocairo_1_0_la-pangocairo-fontmap.lo
402
- CC libpangocairo_1_0_la-pangocairo-render.lo
403
- CC libpangocairo_1_0_la-pangocairo-win32font.lo
404
- pangocairo-win32font.c: In function 'pango_cairo_win32_font_create_base_metrics_for_context':
405
- pangocairo-win32font.c:117:3: warning: passing argument 1 of 'pango_cairo_font_get_scaled_font' from incompatible pointer type
406
- ../pango/pangocairo.h:86:22: note: expected 'struct PangoCairoFont *' but argument is of type 'struct PangoFont *'
407
- pangocairo-win32font.c: At top level:
408
- pangocairo-win32font.c:83:1: warning: 'max_glyph_width' defined but not used
409
- CC libpangocairo_1_0_la-pangocairo-win32fontmap.lo
410
- pangocairo-win32fontmap.c: In function 'pango_cairo_win32_font_map_finalize':
411
- pangocairo-win32fontmap.c:73:27: warning: unused variable 'cwfontmap'
412
- CC libpangocairo_1_0_la-pangocairo-fcfont.lo
413
- CC libpangocairo_1_0_la-pangocairo-fcfontmap.lo
414
- CC module-defs-win32.lo
415
- module-defs-win32.c:6:2: warning: initialization from incompatible pointer type
416
- module-defs-win32.c:6:2: warning: initialization from incompatible pointer type
417
- CC pangowin32.lo
418
- pangowin32.c: In function 'pango_win32_render_layout_line':
419
- pangowin32.c:1002:22: warning: 'fg_color.color.red' may be used uninitialized in this function
420
- pangowin32.c:1002:22: warning: 'fg_color.color.green' may be used uninitialized in this function
421
- pangowin32.c:1002:22: warning: 'fg_color.color.blue' may be used uninitialized in this function
422
- pangowin32.c:1002:32: warning: 'bg_color.color.red' may be used uninitialized in this function
423
- pangowin32.c:1002:32: warning: 'bg_color.color.green' may be used uninitialized in this function
424
- pangowin32.c:1002:32: warning: 'bg_color.color.blue' may be used uninitialized in this function
425
- CC pangowin32-fontcache.lo
426
- CC pangowin32-fontmap.lo
427
- GEN ../modules/basic/libpango-basic-win32.la
428
- GEN pangowin32-win32-res.o
429
- CCLD libpangowin32-1.0.la
430
- Creating library file: .libs/libpangowin32-1.0.dll.a
431
- CCLD libpangocairo-1.0.la
432
- libtool: link: warning: `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' seems to be moved
433
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
434
- Creating library file: .libs/libpangocairo-1.0.dll.a
435
- CC querymodules.o
436
- CCLD pango-querymodules.exe
437
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
438
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
439
- GEN pango-1.0.lib
440
- Microsoft (R) Library Manager Version 6.00.8447
441
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
442
-
443
- Creating library pango-1.0.lib and object pango-1.0.exp
444
- GEN pangowin32-1.0.lib
445
- Microsoft (R) Library Manager Version 6.00.8447
446
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
447
-
448
- Creating library pangowin32-1.0.lib and object pangowin32-1.0.exp
449
- GEN pangocairo-1.0.lib
450
- Microsoft (R) Library Manager Version 6.00.8447
451
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
452
-
453
- Creating library pangocairo-1.0.lib and object pangocairo-1.0.exp
454
- GEN pangoft2-1.0.lib
455
- Microsoft (R) Library Manager Version 6.00.8447
456
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
457
-
458
- Creating library pangoft2-1.0.lib and object pangoft2-1.0.exp
459
- make[4]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
460
- GEN included-modules
461
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
462
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
463
- make[6]: Nothing to be done for `included-modules'.
464
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
465
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
466
- make[6]: Nothing to be done for `included-modules'.
467
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
468
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
469
- make[6]: Nothing to be done for `included-modules'.
470
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
471
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
472
- make[6]: Nothing to be done for `included-modules'.
473
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
474
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
475
- make[6]: Nothing to be done for `included-modules'.
476
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
477
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
478
- make[6]: Nothing to be done for `included-modules'.
479
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
480
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
481
- make[6]: Nothing to be done for `included-modules'.
482
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
483
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
484
- make[6]: Nothing to be done for `included-modules'.
485
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
486
- make[6]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
487
- make[6]: Nothing to be done for `included-modules'.
488
- make[6]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
489
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
490
- GEN ../modules/arabic/libpango-arabic-lang.la
491
- GEN ../modules/indic/libpango-indic-lang.la
492
- GEN ../modules/arabic/libpango-arabic-fc.la
493
- GEN ../modules/basic/libpango-basic-fc.la
494
- GEN ../modules/hangul/libpango-hangul-fc.la
495
- GEN ../modules/hebrew/libpango-hebrew-fc.la
496
- GEN ../modules/indic/libpango-indic-fc.la
497
- GEN ../modules/khmer/libpango-khmer-fc.la
498
- GEN ../modules/syriac/libpango-syriac-fc.la
499
- GEN ../modules/thai/libpango-thai-fc.la
500
- GEN ../modules/tibetan/libpango-tibetan-fc.la
501
- GEN ../modules/basic/libpango-basic-win32.la
502
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib"
503
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libpango-1.0.la libpangoft2-1.0.la libpangocairo-1.0.la libpangowin32-1.0.la 'c:/devel/target/18e9007417f775a5bc83c60917e98632/lib'
504
- libtool: install: /opt/local/bin/install -c .libs/libpango-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpango-1.0.dll.a
505
- libtool: install: base_file=`basename libpango-1.0.la`
506
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpango-1.0.la'i; echo libpango-1.0-0.dll'`
507
- libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpango-1.0-0.dll`
508
- libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
509
- libtool: install: /opt/local/bin/install -c .libs/libpango-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpango-1.0-0.dll
510
- libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpango-1.0-0.dll
511
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpango-1.0-0.dll' || exit 0; fi
512
- libtool: install: /opt/local/bin/install -c .libs/libpango-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpango-1.0.la
513
- libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangoft2-1.0.dll.a
514
- libtool: install: base_file=`basename libpangoft2-1.0.la`
515
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangoft2-1.0.la'i; echo libpangoft2-1.0-0.dll'`
516
- libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpangoft2-1.0-0.dll`
517
- libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
518
- libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangoft2-1.0-0.dll
519
- libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangoft2-1.0-0.dll
520
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangoft2-1.0-0.dll' || exit 0; fi
521
- libtool: install: /opt/local/bin/install -c .libs/libpangoft2-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangoft2-1.0.la
522
- libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangocairo-1.0.dll.a
523
- libtool: install: base_file=`basename libpangocairo-1.0.la`
524
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangocairo-1.0.la'i; echo libpangocairo-1.0-0.dll'`
525
- libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpangocairo-1.0-0.dll`
526
- libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
527
- libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangocairo-1.0-0.dll
528
- libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangocairo-1.0-0.dll
529
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangocairo-1.0-0.dll' || exit 0; fi
530
- libtool: install: /opt/local/bin/install -c .libs/libpangocairo-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangocairo-1.0.la
531
- libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0.dll.a c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangowin32-1.0.dll.a
532
- libtool: install: base_file=`basename libpangowin32-1.0.la`
533
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libpangowin32-1.0.la'i; echo libpangowin32-1.0-0.dll'`
534
- libtool: install: dldir=c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/`dirname ../bin/libpangowin32-1.0-0.dll`
535
- libtool: install: test -d c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin || mkdir -p c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin
536
- libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0-0.dll c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangowin32-1.0-0.dll
537
- libtool: install: chmod a+x c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangowin32-1.0-0.dll
538
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/../bin/libpangowin32-1.0-0.dll' || exit 0; fi
539
- libtool: install: /opt/local/bin/install -c .libs/libpangowin32-1.0.lai c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/libpangowin32-1.0.la
540
- ----------------------------------------------------------------------
541
- Libraries have been installed in:
542
- c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
543
-
544
- If you ever happen to want to link against installed libraries
545
- in a given directory, LIBDIR, you must either use libtool, and
546
- specify the full pathname of the library, or use the `-LLIBDIR'
547
- flag during linking and do at least one of the following:
548
- - add LIBDIR to the `PATH' environment variable
549
- during execution
550
- - add LIBDIR to the `LD_RUN_PATH' environment variable
551
- during linking
552
- - use the `-LLIBDIR' linker flag
553
-
554
- See any operating system documentation about shared libraries for
555
- more information, such as the ld(1) and ld.so(8) manual pages.
556
- ----------------------------------------------------------------------
557
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin"
558
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c pango-querymodules.exe 'c:/devel/target/18e9007417f775a5bc83c60917e98632/bin'
559
- libtool: install: warning: `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' has not been installed in `/mingw/lib/gcc/mingw32/4.5.0'
560
- libtool: install: /opt/local/bin/install -c .libs/pango-querymodules.exe c:/devel/target/18e9007417f775a5bc83c60917e98632/bin/pango-querymodules.exe
561
- make install-exec-hook
562
- make[5]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
563
- for i in libpangoft2-1.0.la libpangoxft-1.0.la libpangox-1.0.la libpangowin32-1.0.la; do \
564
- test -f c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/$i && /bin/sh ../sanitize-la.sh c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/$i ; \
565
- done
566
- make[5]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
567
- test -z "" || /bin/mkdir -p ""
568
- /opt/local/bin/install -c pango-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
569
- /opt/local/bin/install -c pangoft2-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
570
- /opt/local/bin/install -c pangowin32-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
571
- /opt/local/bin/install -c pangocairo-1.0.lib c:/devel/target/18e9007417f775a5bc83c60917e98632/lib
572
- GEN install-def-files
573
- /opt/local/bin/install -c ./pangoft2.def c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pangoft2-1.0.def
574
- /opt/local/bin/install -c ./pangowin32.def c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pangowin32-1.0.def
575
- /opt/local/bin/install -c ./pangocairo.def c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pangocairo-1.0.def
576
- test -z "" || /bin/mkdir -p ""
577
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/include/pango-1.0/pango" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/include/pango-1.0/pango"
578
- /opt/local/bin/install -c -m 644 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 pango-features.h pango-enum-types.h pango-ot.h pangofc-font.h pangofc-fontmap.h pangofc-decoder.h pangoft2.h pangocairo.h pangowin32.h 'c:/devel/target/18e9007417f775a5bc83c60917e98632/include/pango-1.0/pango'
579
- test -z "" || /bin/mkdir -p ""
580
- make[4]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
581
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
582
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
583
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango'
584
- Making install in modules
585
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
586
- Making install in arabic
587
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
588
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
589
- make[3]: Nothing to be done for `install-exec-am'.
590
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
591
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
592
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/arabic'
593
- Making install in basic
594
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
595
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
596
- make[3]: Nothing to be done for `install-exec-am'.
597
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
598
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
599
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/basic'
600
- Making install in hangul
601
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
602
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
603
- make[3]: Nothing to be done for `install-exec-am'.
604
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
605
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
606
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hangul'
607
- Making install in hebrew
608
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
609
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
610
- make[3]: Nothing to be done for `install-exec-am'.
611
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
612
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
613
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/hebrew'
614
- Making install in indic
615
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
616
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
617
- make[3]: Nothing to be done for `install-exec-am'.
618
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
619
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
620
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/indic'
621
- Making install in khmer
622
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
623
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
624
- make[3]: Nothing to be done for `install-exec-am'.
625
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
626
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
627
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/khmer'
628
- Making install in syriac
629
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
630
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
631
- make[3]: Nothing to be done for `install-exec-am'.
632
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
633
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
634
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/syriac'
635
- Making install in thai
636
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
637
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
638
- make[3]: Nothing to be done for `install-exec-am'.
639
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
640
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
641
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/thai'
642
- Making install in tibetan
643
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
644
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
645
- make[3]: Nothing to be done for `install-exec-am'.
646
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pango/1.6.0/modules"
647
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
648
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules/tibetan'
649
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
650
- GEN pango.modules
651
- ***
652
- *** No dynamic modules found, or cross-compiling
653
- *** Will use only static modules for tests and examples.
654
- ***
655
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
656
- make[3]: Nothing to be done for `install-exec-am'.
657
- /bin/sh /devel/src/gnome/pango/1.28.3-1_win32/install-sh -d c:/devel/target/18e9007417f775a5bc83c60917e98632/etc/pango && ../pango/pango-querymodules.exe > c:/devel/target/18e9007417f775a5bc83c60917e98632/etc/pango/pango.modules
658
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
659
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
660
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/modules'
661
- Making install in pango-view
662
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
663
- cp ./../modules/pangorc pangorc
664
- make install-am
665
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
666
- CC viewer-render.o
667
- CC viewer-main.o
668
- CC pango-view.o
669
- CC viewer-pangoft2.o
670
- CC viewer-cairo.o
671
- CC viewer-pangocairo.o
672
- CCLD pango-view.exe
673
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
674
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
675
- GEN pango-view.1
676
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
677
- make[3]: `pango-view.1.in' is up to date.
678
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
679
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
680
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/bin"
681
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c pango-view.exe 'c:/devel/target/18e9007417f775a5bc83c60917e98632/bin'
682
- libtool: install: warning: `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' has not been installed in `/mingw/lib/gcc/mingw32/4.5.0'
683
- libtool: install: /opt/local/bin/install -c .libs/pango-view.exe c:/devel/target/18e9007417f775a5bc83c60917e98632/bin/pango-view.exe
684
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1"
685
- /opt/local/bin/install -c -m 644 pango-view.1 'c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1'
686
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
687
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
688
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/pango-view'
689
- Making install in examples
690
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
691
- CC cairosimple.o
692
- CCLD cairosimple.exe
693
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
694
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
695
- CC cairotwisted.o
696
- cairotwisted.c: In function 'point_on_path':
697
- cairotwisted.c:328:42: warning: 'current_point.point.x' may be used uninitialized in this function
698
- cairotwisted.c:328:42: warning: 'current_point.point.y' may be used uninitialized in this function
699
- cairotwisted.c: In function 'draw_twisted':
700
- cairotwisted.c:221:42: warning: 'current_point$point$x' may be used uninitialized in this function
701
- cairotwisted.c:221:42: note: 'current_point$point$x' was declared here
702
- cairotwisted.c:221:42: warning: 'current_point$point$y' may be used uninitialized in this function
703
- cairotwisted.c:221:42: note: 'current_point$point$y' was declared here
704
- CCLD cairotwisted.exe
705
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
706
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
707
- CC cairoshape.o
708
- CCLD cairoshape.exe
709
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
710
- libtool: link: warning: library `c:/opt/mingw/bin/../lib/gcc/mingw32/4.5.0/libstdc++.la' was moved.
711
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
712
- make[2]: Nothing to be done for `install-exec-am'.
713
- make[2]: Nothing to be done for `install-data-am'.
714
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
715
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/examples'
716
- Making install in docs
717
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
718
- make install-am
719
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
720
- make[3]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
721
- make[3]: Nothing to be done for `install-exec-am'.
722
- -- Installing ./html/PangoEngineLang.html
723
- -- Installing ./html/PangoEngineShape.html
724
- -- Installing ./html/PangoFcDecoder.html
725
- -- Installing ./html/PangoFcFont.html
726
- -- Installing ./html/PangoFcFontMap.html
727
- -- Installing ./html/PangoMarkupFormat.html
728
- -- Installing ./html/home.png
729
- -- Installing ./html/index-1.10.html
730
- -- Installing ./html/index-1.12.html
731
- -- Installing ./html/index-1.14.html
732
- -- Installing ./html/index-1.16.html
733
- -- Installing ./html/index-1.18.html
734
- -- Installing ./html/index-1.2.html
735
- -- Installing ./html/index-1.20.html
736
- -- Installing ./html/index-1.22.html
737
- -- Installing ./html/index-1.24.html
738
- -- Installing ./html/index-1.26.html
739
- -- Installing ./html/index-1.28.html
740
- -- Installing ./html/index-1.4.html
741
- -- Installing ./html/index-1.6.html
742
- -- Installing ./html/index-1.8.html
743
- -- Installing ./html/index-all.html
744
- -- Installing ./html/index-deprecated.html
745
- -- Installing ./html/index.html
746
- -- Installing ./html/index.sgml
747
- -- Installing ./html/layout.gif
748
- -- Installing ./html/left.png
749
- -- Installing ./html/lowlevel.html
750
- -- Installing ./html/pango-ATSUI-Fonts.html
751
- -- Installing ./html/pango-Bidirectional-Text.html
752
- -- Installing ./html/pango-Cairo-Rendering.html
753
- -- Installing ./html/pango-Coverage-Maps.html
754
- -- Installing ./html/pango-Engines.html
755
- -- Installing ./html/pango-Fonts.html
756
- -- Installing ./html/pango-FreeType-Fonts-and-Rendering.html
757
- -- Installing ./html/pango-Glyph-Storage.html
758
- -- Installing ./html/pango-Layout-Objects.html
759
- -- Installing ./html/pango-Miscellaneous-Utilities.html
760
- -- Installing ./html/pango-Modules.html
761
- -- Installing ./html/pango-OpenType-Font-Handling.html
762
- -- Installing ./html/pango-Scripts-and-Languages.html
763
- -- Installing ./html/pango-Tab-Stops.html
764
- -- Installing ./html/pango-Text-Attributes.html
765
- -- Installing ./html/pango-Text-Processing.html
766
- -- Installing ./html/pango-Version-Checking.html
767
- -- Installing ./html/pango-Vertical-Text.html
768
- -- Installing ./html/pango-Win32-Fonts-and-Rendering.html
769
- -- Installing ./html/pango-X-Fonts-and-Rendering.html
770
- -- Installing ./html/pango-Xft-Fonts-and-Rendering.html
771
- -- Installing ./html/pango-hierarchy.html
772
- -- Installing ./html/pango-pango-renderer.html
773
- -- Installing ./html/pango-querymodules.html
774
- -- Installing ./html/pango.devhelp
775
- -- Installing ./html/pango.devhelp2
776
- -- Installing ./html/pango.html
777
- -- Installing ./html/rendering.html
778
- -- Installing ./html/right.png
779
- -- Installing ./html/rotated-text.png
780
- -- Installing ./html/style.css
781
- -- Installing ./html/tools.html
782
- -- Installing ./html/up.png
783
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1"
784
- /opt/local/bin/install -c -m 644 pango-querymodules.1 'c:/devel/target/18e9007417f775a5bc83c60917e98632/share/man/man1'
785
- make[3]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
786
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
787
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/docs'
788
- Making install in tools
789
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
790
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
791
- make[2]: Nothing to be done for `install-exec-am'.
792
- make[2]: Nothing to be done for `install-data-am'.
793
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
794
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tools'
795
- Making install in tests
796
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
797
- CC gen-all-unicode.o
798
- cp ./../modules/pangorc pangorc
799
- CCLD gen-all-unicode.exe
800
- CC dump-boundaries.o
801
- CCLD dump-boundaries.exe
802
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
803
- make[2]: Nothing to be done for `install-exec-am'.
804
- make[2]: Nothing to be done for `install-data-am'.
805
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
806
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32/tests'
807
- make[1]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32'
808
- make[2]: Entering directory `/devel/src/gnome/pango/1.28.3-1_win32'
809
- make[2]: Nothing to be done for `install-exec-am'.
810
- test -z "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pkgconfig"
811
- /opt/local/bin/install -c -m 644 pango.pc pangocairo.pc pangoft2.pc pangowin32.pc 'c:/devel/target/18e9007417f775a5bc83c60917e98632/lib/pkgconfig'
812
- make[2]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32'
813
- make[1]: Leaving directory `/devel/src/gnome/pango/1.28.3-1_win32'
814
- ++ ./pango-zip.sh
815
- rm: cannot lstat `/tmp/pango-1.28.3.zip': No such file or directory
816
- adding: bin/pango-querymodules.exe (200 bytes security) (deflated 72%)
817
- adding: etc/pango/pango.modules (200 bytes security) (deflated 16%)
818
- adding: bin/libpango-1.0-0.dll (200 bytes security) (deflated 62%)
819
- adding: bin/libpangoft2-1.0-0.dll (200 bytes security) (deflated 68%)
820
- adding: bin/libpangowin32-1.0-0.dll (200 bytes security) (deflated 65%)
821
- adding: bin/libpangocairo-1.0-0.dll (200 bytes security) (deflated 70%)
822
- zip warning: name not matched: lib/pango/1.6.0/modules/*.dll
823
-
824
- zip error: Nothing to do! (C:/Users/tml/AppData/Local/Temp/pango-1.28.3.zip)
825
- adding: share/doc/pango-1.28.3/ (200 bytes security) (stored 0%)
826
- adding: share/doc/pango-1.28.3/COPYING (200 bytes security) (deflated 64%)
827
- rm: cannot lstat `/tmp/pango-dev-1.28.3.zip': No such file or directory
828
- adding: include/pango-1.0/ (200 bytes security) (stored 0%)
829
- adding: include/pango-1.0/pango/ (200 bytes security) (stored 0%)
830
- adding: include/pango-1.0/pango/pango-attributes.h (200 bytes security) (deflated 75%)
831
- adding: include/pango-1.0/pango/pango-bidi-type.h (200 bytes security) (deflated 64%)
832
- adding: include/pango-1.0/pango/pango-break.h (200 bytes security) (deflated 59%)
833
- adding: include/pango-1.0/pango/pango-context.h (200 bytes security) (deflated 73%)
834
- adding: include/pango-1.0/pango/pango-coverage.h (200 bytes security) (deflated 61%)
835
- adding: include/pango-1.0/pango/pango-engine.h (200 bytes security) (deflated 72%)
836
- adding: include/pango-1.0/pango/pango-enum-types.h (200 bytes security) (deflated 75%)
837
- adding: include/pango-1.0/pango/pango-features.h (200 bytes security) (deflated 43%)
838
- adding: include/pango-1.0/pango/pango-font.h (200 bytes security) (deflated 79%)
839
- adding: include/pango-1.0/pango/pango-fontmap.h (200 bytes security) (deflated 67%)
840
- adding: include/pango-1.0/pango/pango-fontset.h (200 bytes security) (deflated 67%)
841
- adding: include/pango-1.0/pango/pango-glyph-item.h (200 bytes security) (deflated 67%)
842
- adding: include/pango-1.0/pango/pango-glyph.h (200 bytes security) (deflated 66%)
843
- adding: include/pango-1.0/pango/pango-gravity.h (200 bytes security) (deflated 60%)
844
- adding: include/pango-1.0/pango/pango-item.h (200 bytes security) (deflated 51%)
845
- adding: include/pango-1.0/pango/pango-language.h (200 bytes security) (deflated 57%)
846
- adding: include/pango-1.0/pango/pango-layout.h (200 bytes security) (deflated 79%)
847
- adding: include/pango-1.0/pango/pango-matrix.h (200 bytes security) (deflated 64%)
848
- adding: include/pango-1.0/pango/pango-modules.h (200 bytes security) (deflated 56%)
849
- adding: include/pango-1.0/pango/pango-ot.h (200 bytes security) (deflated 76%)
850
- adding: include/pango-1.0/pango/pango-renderer.h (200 bytes security) (deflated 72%)
851
- adding: include/pango-1.0/pango/pango-script.h (200 bytes security) (deflated 69%)
852
- adding: include/pango-1.0/pango/pango-tabs.h (200 bytes security) (deflated 65%)
853
- adding: include/pango-1.0/pango/pango-types.h (200 bytes security) (deflated 54%)
854
- adding: include/pango-1.0/pango/pango-utils.h (200 bytes security) (deflated 62%)
855
- adding: include/pango-1.0/pango/pango.h (200 bytes security) (deflated 60%)
856
- adding: include/pango-1.0/pango/pangocairo.h (200 bytes security) (deflated 73%)
857
- adding: include/pango-1.0/pango/pangofc-decoder.h (200 bytes security) (deflated 61%)
858
- adding: include/pango-1.0/pango/pangofc-font.h (200 bytes security) (deflated 64%)
859
- adding: include/pango-1.0/pango/pangofc-fontmap.h (200 bytes security) (deflated 71%)
860
- adding: include/pango-1.0/pango/pangoft2.h (200 bytes security) (deflated 68%)
861
- adding: include/pango-1.0/pango/pangowin32.h (200 bytes security) (deflated 68%)
862
- adding: lib/libpango-1.0.dll.a (200 bytes security) (deflated 94%)
863
- adding: lib/pango-1.0.lib (200 bytes security) (deflated 87%)
864
- adding: lib/pango-1.0.def (200 bytes security) (deflated 81%)
865
- adding: lib/libpangoft2-1.0.dll.a (200 bytes security) (deflated 93%)
866
- adding: lib/pangoft2-1.0.lib (200 bytes security) (deflated 87%)
867
- adding: lib/pangoft2-1.0.def (200 bytes security) (deflated 78%)
868
- adding: lib/libpangowin32-1.0.dll.a (200 bytes security) (deflated 91%)
869
- adding: lib/pangowin32-1.0.lib (200 bytes security) (deflated 84%)
870
- adding: lib/pangowin32-1.0.def (200 bytes security) (deflated 72%)
871
- adding: lib/libpangocairo-1.0.dll.a (200 bytes security) (deflated 92%)
872
- adding: lib/pangocairo-1.0.lib (200 bytes security) (deflated 86%)
873
- adding: lib/pangocairo-1.0.def (200 bytes security) (deflated 78%)
874
- adding: lib/pkgconfig/pango.pc (200 bytes security) (deflated 31%)
875
- adding: lib/pkgconfig/pangoft2.pc (200 bytes security) (deflated 34%)
876
- adding: lib/pkgconfig/pangowin32.pc (200 bytes security) (deflated 30%)
877
- adding: lib/pkgconfig/pangocairo.pc (200 bytes security) (deflated 32%)
878
- adding: share/gtk-doc/html/pango/ (200 bytes security) (stored 0%)
879
- adding: share/gtk-doc/html/pango/home.png (200 bytes security) (stored 0%)
880
- adding: share/gtk-doc/html/pango/index-1.10.html (200 bytes security) (deflated 78%)
881
- adding: share/gtk-doc/html/pango/index-1.12.html (200 bytes security) (deflated 60%)
882
- adding: share/gtk-doc/html/pango/index-1.14.html (200 bytes security) (deflated 64%)
883
- adding: share/gtk-doc/html/pango/index-1.16.html (200 bytes security) (deflated 79%)
884
- adding: share/gtk-doc/html/pango/index-1.18.html (200 bytes security) (deflated 79%)
885
- adding: share/gtk-doc/html/pango/index-1.2.html (200 bytes security) (deflated 75%)
886
- adding: share/gtk-doc/html/pango/index-1.20.html (200 bytes security) (deflated 69%)
887
- adding: share/gtk-doc/html/pango/index-1.22.html (200 bytes security) (deflated 73%)
888
- adding: share/gtk-doc/html/pango/index-1.24.html (200 bytes security) (deflated 73%)
889
- adding: share/gtk-doc/html/pango/index-1.26.html (200 bytes security) (deflated 60%)
890
- adding: share/gtk-doc/html/pango/index-1.28.html (200 bytes security) (deflated 55%)
891
- adding: share/gtk-doc/html/pango/index-1.4.html (200 bytes security) (deflated 78%)
892
- adding: share/gtk-doc/html/pango/index-1.6.html (200 bytes security) (deflated 77%)
893
- adding: share/gtk-doc/html/pango/index-1.8.html (200 bytes security) (deflated 80%)
894
- adding: share/gtk-doc/html/pango/index-all.html (200 bytes security) (deflated 89%)
895
- adding: share/gtk-doc/html/pango/index-deprecated.html (200 bytes security) (deflated 82%)
896
- adding: share/gtk-doc/html/pango/index.html (200 bytes security) (deflated 79%)
897
- adding: share/gtk-doc/html/pango/index.sgml (200 bytes security) (deflated 90%)
898
- adding: share/gtk-doc/html/pango/layout.gif (200 bytes security) (stored 0%)
899
- adding: share/gtk-doc/html/pango/left.png (200 bytes security) (stored 0%)
900
- adding: share/gtk-doc/html/pango/lowlevel.html (200 bytes security) (deflated 69%)
901
- adding: share/gtk-doc/html/pango/pango-ATSUI-Fonts.html (200 bytes security) (deflated 72%)
902
- adding: share/gtk-doc/html/pango/pango-Bidirectional-Text.html (200 bytes security) (deflated 82%)
903
- adding: share/gtk-doc/html/pango/pango-Cairo-Rendering.html (200 bytes security) (deflated 89%)
904
- adding: share/gtk-doc/html/pango/pango-Coverage-Maps.html (200 bytes security) (deflated 87%)
905
- adding: share/gtk-doc/html/pango/pango-Engines.html (200 bytes security) (deflated 78%)
906
- adding: share/gtk-doc/html/pango/pango-Fonts.html (200 bytes security) (deflated 90%)
907
- adding: share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html (200 bytes security) (deflated 90%)
908
- adding: share/gtk-doc/html/pango/pango-Glyph-Storage.html (200 bytes security) (deflated 89%)
909
- adding: share/gtk-doc/html/pango/pango-hierarchy.html (200 bytes security) (deflated 72%)
910
- adding: share/gtk-doc/html/pango/pango-Layout-Objects.html (200 bytes security) (deflated 91%)
911
- adding: share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html (200 bytes security) (deflated 86%)
912
- adding: share/gtk-doc/html/pango/pango-Modules.html (200 bytes security) (deflated 82%)
913
- adding: share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html (200 bytes security) (deflated 90%)
914
- adding: share/gtk-doc/html/pango/pango-pango-renderer.html (200 bytes security) (deflated 90%)
915
- adding: share/gtk-doc/html/pango/pango-querymodules.html (200 bytes security) (deflated 61%)
916
- adding: share/gtk-doc/html/pango/pango-Scripts-and-Languages.html (200 bytes security) (deflated 85%)
917
- adding: share/gtk-doc/html/pango/pango-Tab-Stops.html (200 bytes security) (deflated 88%)
918
- adding: share/gtk-doc/html/pango/pango-Text-Attributes.html (200 bytes security) (deflated 90%)
919
- adding: share/gtk-doc/html/pango/pango-Text-Processing.html (200 bytes security) (deflated 89%)
920
- adding: share/gtk-doc/html/pango/pango-Version-Checking.html (200 bytes security) (deflated 82%)
921
- adding: share/gtk-doc/html/pango/pango-Vertical-Text.html (200 bytes security) (deflated 84%)
922
- adding: share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html (200 bytes security) (deflated 89%)
923
- adding: share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html (200 bytes security) (deflated 90%)
924
- adding: share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html (200 bytes security) (deflated 89%)
925
- adding: share/gtk-doc/html/pango/pango.devhelp (200 bytes security) (deflated 88%)
926
- adding: share/gtk-doc/html/pango/pango.devhelp2 (200 bytes security) (deflated 89%)
927
- adding: share/gtk-doc/html/pango/pango.html (200 bytes security) (deflated 68%)
928
- adding: share/gtk-doc/html/pango/PangoEngineLang.html (200 bytes security) (deflated 74%)
929
- adding: share/gtk-doc/html/pango/PangoEngineShape.html (200 bytes security) (deflated 72%)
930
- adding: share/gtk-doc/html/pango/PangoFcDecoder.html (200 bytes security) (deflated 78%)
931
- adding: share/gtk-doc/html/pango/PangoFcFont.html (200 bytes security) (deflated 83%)
932
- adding: share/gtk-doc/html/pango/PangoFcFontMap.html (200 bytes security) (deflated 87%)
933
- adding: share/gtk-doc/html/pango/PangoMarkupFormat.html (200 bytes security) (deflated 72%)
934
- adding: share/gtk-doc/html/pango/rendering.html (200 bytes security) (deflated 68%)
935
- adding: share/gtk-doc/html/pango/right.png (200 bytes security) (stored 0%)
936
- adding: share/gtk-doc/html/pango/rotated-text.png (200 bytes security) (deflated 1%)
937
- adding: share/gtk-doc/html/pango/style.css (200 bytes security) (deflated 71%)
938
- adding: share/gtk-doc/html/pango/tools.html (200 bytes security) (deflated 58%)
939
- adding: share/gtk-doc/html/pango/up.png (200 bytes security) (stored 0%)
940
- adding: share/doc/pango-dev-1.28.3/ (200 bytes security) (stored 0%)
941
- adding: share/doc/pango-dev-1.28.3/COPYING (200 bytes security) (deflated 64%)
942
- ++ cd c:/devel/target/18e9007417f775a5bc83c60917e98632
943
- ++ zip /tmp/pango-dev-1.28.3.zip bin/pango-view.exe
944
- adding: bin/pango-view.exe (200 bytes security) (deflated 71%)
945
- ++ zip /tmp/pango-dev-1.28.3.zip share/man/man1/pango-querymodules.1 share/man/man1/pango-view.1
946
- adding: share/man/man1/pango-querymodules.1 (200 bytes security) (deflated 56%)
947
- adding: share/man/man1/pango-view.1 (200 bytes security) (deflated 57%)
948
- ++ mv /tmp/pango-1.28.3.zip /tmp/pango_1.28.3-1_win32.zip
949
- ++ mv /tmp/pango-dev-1.28.3.zip /tmp/pango-dev_1.28.3-1_win32.zip
950
- ++ :