rsvg2 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. data/Rakefile +13 -2
  2. data/ext/rsvg2/extconf.rb +8 -0
  3. data/lib/1.8/rsvg2.so +0 -0
  4. data/lib/1.9/rsvg2.so +0 -0
  5. data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
  6. data/vendor/local/bin/gtk-demo.exe +0 -0
  7. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/libcairo-2.dll +0 -0
  10. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  11. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  12. data/vendor/local/bin/libgailutil-18.dll +0 -0
  13. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgsf-1-114.dll +0 -0
  15. data/vendor/local/bin/libgsf-gnome-1-114.dll +0 -0
  16. data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
  17. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  18. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  19. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  20. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  21. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  22. data/vendor/local/bin/pango-querymodules.exe +0 -0
  23. data/vendor/local/bin/pango-view.exe +0 -0
  24. data/vendor/local/bin/pkg-config.exe +0 -0
  25. data/vendor/local/etc/gconf/schemas/gsf-office-thumbnailer.schemas +4073 -0
  26. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  27. data/vendor/local/etc/pango/pango.modules +1 -1
  28. data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
  29. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-bonobo.h +41 -0
  30. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h +53 -0
  31. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-bonobo.h +41 -0
  32. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h +49 -0
  33. data/vendor/local/include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h +47 -0
  34. data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
  35. data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
  36. data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +45 -0
  37. data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +66 -0
  38. data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +67 -0
  39. data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +48 -0
  40. data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
  41. data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
  42. data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
  43. data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +48 -0
  44. data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
  45. data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
  46. data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
  47. data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +47 -0
  48. data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
  49. data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +43 -0
  50. data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +42 -0
  51. data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +44 -0
  52. data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +69 -0
  53. data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
  54. data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +45 -0
  55. data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +45 -0
  56. data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +46 -0
  57. data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +45 -0
  58. data/vendor/local/include/libgsf-1/gsf/gsf-input.h +65 -0
  59. data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +194 -0
  60. data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
  61. data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +54 -0
  62. data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +92 -0
  63. data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +106 -0
  64. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +48 -0
  65. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +50 -0
  66. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +48 -0
  67. data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
  68. data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +50 -0
  69. data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +42 -0
  70. data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +74 -0
  71. data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +43 -0
  72. data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +42 -0
  73. data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +46 -0
  74. data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +38 -0
  75. data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +42 -0
  76. data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +43 -0
  77. data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +51 -0
  78. data/vendor/local/include/libgsf-1/gsf/gsf-output.h +98 -0
  79. data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +52 -0
  80. data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +46 -0
  81. data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +64 -0
  82. data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +331 -0
  83. data/vendor/local/include/libgsf-1/gsf/gsf.h +104 -0
  84. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
  85. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  86. data/vendor/local/include/pixman-1/pixman-version.h +50 -0
  87. data/vendor/local/include/pixman-1/pixman.h +936 -0
  88. data/vendor/local/lib/cairo.lib +0 -0
  89. data/vendor/local/lib/gailutil.lib +0 -0
  90. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  91. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  92. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  93. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  94. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  95. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  96. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  97. data/vendor/local/lib/libcairo.dll.a +0 -0
  98. data/vendor/local/lib/libgailutil.dll.a +0 -0
  99. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  100. data/vendor/local/lib/libgsf-1.dll.a +0 -0
  101. data/vendor/local/lib/libgsf-gnome-1.dll.a +0 -0
  102. data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
  103. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  104. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  105. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  106. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  107. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  108. data/vendor/local/lib/libpixman-1.a +0 -0
  109. data/vendor/local/lib/pango-1.0.lib +0 -0
  110. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  111. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  112. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  113. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  114. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  115. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  116. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  117. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  118. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  119. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  120. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  121. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  124. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  125. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  126. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  127. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  128. data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
  129. data/vendor/local/lib/pkgconfig/libgsf-gnome-1.pc +11 -0
  130. data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
  131. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  132. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  133. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  134. data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
  135. data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
  136. data/vendor/local/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
  137. data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
  138. data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
  139. data/vendor/local/manifest/libgsf-dev_1.14.17-1_win32.mft +57 -0
  140. data/vendor/local/manifest/libgsf-gnome-dev_1.14.17-1_win32.mft +9 -0
  141. data/vendor/local/manifest/libgsf-gnome_1.14.17-1_win32.mft +3 -0
  142. data/vendor/local/manifest/libgsf_1.14.17-1_win32.mft +18 -0
  143. data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
  144. data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
  145. data/vendor/local/share/aclocal/pkg.m4 +155 -0
  146. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING +33 -0
  147. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-LGPL-2.1 +510 -0
  148. data/vendor/local/share/doc/cairo_1.10.0-2_win32/COPYING-MPL-1.1 +470 -0
  149. data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
  150. data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
  151. data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
  152. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
  153. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
  154. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
  155. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
  156. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
  157. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
  158. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
  159. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
  160. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
  161. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
  162. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
  163. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
  164. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
  165. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
  166. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
  167. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
  168. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
  169. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
  170. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
  171. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
  172. data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
  173. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
  174. data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
  175. data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
  176. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
  177. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
  178. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
  179. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
  180. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
  181. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
  182. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
  183. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
  184. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
  185. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
  186. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
  187. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
  188. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
  189. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
  190. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
  191. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
  192. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
  193. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
  194. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
  195. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
  196. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
  197. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
  198. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
  199. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
  200. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
  201. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
  202. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
  203. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
  204. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
  205. data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
  206. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
  207. data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
  208. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
  209. data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
  210. data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
  211. data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
  212. data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
  213. data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
  214. data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
  215. data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
  216. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
  217. data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
  218. data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
  219. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
  220. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
  221. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
  222. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  223. data/vendor/local/share/man/man1/pango-view.1 +1 -1
  224. data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.log +1263 -0
  225. data/vendor/local/src/tml/packaging/cairo_1.10.0-2_win32.sh +84 -0
  226. data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
  227. data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
  228. data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.log +1616 -0
  229. data/vendor/local/src/tml/packaging/libgsf_1.14.17-1_win32.sh +73 -0
  230. data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
  231. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
  232. data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
  233. data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
  234. data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
  235. data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
  236. metadata +3053 -2947
  237. data/ext/rsvg2/Makefile +0 -155
  238. data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
  239. data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
  240. data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
  241. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
  242. data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
@@ -8,29 +8,8 @@
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="index.html" title="Pango Reference Manual">
10
10
  <link rel="next" href="pango-Text-Processing.html" title="Rendering">
11
- <meta name="generator" content="GTK-Doc V1.13 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
- <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
14
- <link rel="chapter" href="rendering.html" title="Rendering with Pango">
15
- <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
16
- <link rel="chapter" href="tools.html" title="Pango Tools">
17
- <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
18
- <link rel="index" href="index-all.html" title="Index">
19
- <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
20
- <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
21
- <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
22
- <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
23
- <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
24
- <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
25
- <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
26
- <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
27
- <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
28
- <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
29
- <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
30
- <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
31
- <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
32
- <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
33
- <link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
34
13
  </head>
35
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
36
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
@@ -40,7 +19,7 @@
40
19
  <th width="100%" align="center">Pango Reference Manual</th>
41
20
  <td><a accesskey="n" href="pango-Text-Processing.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
42
21
  </tr></table>
43
- <div class="chapter" title="Basic Pango Interfaces">
22
+ <div class="chapter">
44
23
  <div class="titlepage"><div><div><h2 class="title">
45
24
  <a name="pango"></a>Basic Pango Interfaces</h2></div></div></div>
46
25
  <div class="toc"><dl>
@@ -79,6 +58,6 @@ markup language to encode text with attributes</span>
79
58
  </div>
80
59
  <div class="footer">
81
60
  <hr>
82
- Generated by GTK-Doc V1.13</div>
61
+ Generated by GTK-Doc V1.15.1</div>
83
62
  </body>
84
63
  </html>
@@ -8,29 +8,8 @@
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="pango-Vertical-Text.html" title="Vertical Text">
10
10
  <link rel="next" href="pango-Win32-Fonts-and-Rendering.html" title="Win32 Fonts and Rendering">
11
- <meta name="generator" content="GTK-Doc V1.13 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
- <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
14
- <link rel="chapter" href="rendering.html" title="Rendering with Pango">
15
- <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
16
- <link rel="chapter" href="tools.html" title="Pango Tools">
17
- <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
18
- <link rel="index" href="index-all.html" title="Index">
19
- <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
20
- <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
21
- <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
22
- <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
23
- <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
24
- <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
25
- <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
26
- <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
27
- <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
28
- <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
29
- <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
30
- <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
31
- <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
32
- <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
33
- <link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
34
13
  </head>
35
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
36
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
@@ -40,7 +19,7 @@
40
19
  <th width="100%" align="center">Pango Reference Manual</th>
41
20
  <td><a accesskey="n" href="pango-Win32-Fonts-and-Rendering.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
42
21
  </tr></table>
43
- <div class="chapter" title="Rendering with Pango">
22
+ <div class="chapter">
44
23
  <div class="titlepage"><div><div><h2 class="title">
45
24
  <a name="rendering"></a>Rendering with Pango</h2></div></div></div>
46
25
  <div class="toc"><dl>
@@ -66,6 +45,6 @@
66
45
  </div>
67
46
  <div class="footer">
68
47
  <hr>
69
- Generated by GTK-Doc V1.13</div>
48
+ Generated by GTK-Doc V1.15.1</div>
70
49
  </body>
71
50
  </html>
@@ -209,21 +209,29 @@ h2 .extralinks, h3 .extralinks
209
209
  font-weight: normal;
210
210
  }
211
211
 
212
+ .annotation
213
+ {
214
+ /* tango:aluminium 5 */
215
+ color: #555753;
216
+ font-size: 80%;
217
+ font-weight: normal;
218
+ }
219
+
212
220
  /* code listings */
213
221
 
214
- .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
215
- .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
216
- .programlisting .function { color: #000000; font-weight: bold; }
217
- .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
218
- .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
219
- .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
220
- .programlisting .normal { color: #000000; }
221
- .programlisting .number { color: #75507b; } /* tango: plum 2 */
222
- .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
223
- .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
224
- .programlisting .type { color: #000000; }
225
- .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
226
- .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
222
+ .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
223
+ .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
224
+ .listing_code .programlisting .function { color: #000000; font-weight: bold; }
225
+ .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
226
+ .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
227
+ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
228
+ .listing_code .programlisting .normal { color: #000000; }
229
+ .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
230
+ .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
231
+ .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
232
+ .listing_code .programlisting .type { color: #000000; }
233
+ .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
234
+ .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
227
235
 
228
236
  .listing_frame {
229
237
  /* tango:sky blue 1 */
@@ -8,29 +8,8 @@
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="pango-Version-Checking.html" title="Version Checking">
10
10
  <link rel="next" href="pango-querymodules.html" title="pango-querymodules">
11
- <meta name="generator" content="GTK-Doc V1.13 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
- <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
14
- <link rel="chapter" href="rendering.html" title="Rendering with Pango">
15
- <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
16
- <link rel="chapter" href="tools.html" title="Pango Tools">
17
- <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
18
- <link rel="index" href="index-all.html" title="Index">
19
- <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
20
- <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
21
- <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
22
- <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
23
- <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
24
- <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
25
- <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
26
- <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
27
- <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
28
- <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
29
- <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
30
- <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
31
- <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
32
- <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
33
- <link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
34
13
  </head>
35
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
36
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
@@ -40,7 +19,7 @@
40
19
  <th width="100%" align="center">Pango Reference Manual</th>
41
20
  <td><a accesskey="n" href="pango-querymodules.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
42
21
  </tr></table>
43
- <div class="chapter" title="Pango Tools">
22
+ <div class="chapter">
44
23
  <div class="titlepage"><div><div><h2 class="title">
45
24
  <a name="tools"></a>Pango Tools</h2></div></div></div>
46
25
  <div class="toc"><dl><dt>
@@ -49,6 +28,6 @@
49
28
  </div>
50
29
  <div class="footer">
51
30
  <hr>
52
- Generated by GTK-Doc V1.13</div>
31
+ Generated by GTK-Doc V1.15.1</div>
53
32
  </body>
54
33
  </html>
@@ -2,12 +2,12 @@
2
2
  .\" Title: pango-querymodules
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
- .\" Date: 12/14/2009
5
+ .\" Date: 09/29/2010
6
6
  .\" Manual: [FIXME: manual]
7
7
  .\" Source: [FIXME: source]
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "PANGO\-QUERYMODULES" "1" "12/14/2009" "[FIXME: source]" "[FIXME: manual]"
10
+ .TH "PANGO\-QUERYMODULES" "1" "09/29/2010" "[FIXME: source]" "[FIXME: manual]"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * set default formatting
13
13
  .\" -----------------------------------------------------------------
@@ -1,5 +1,5 @@
1
1
  .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
2
- .TH PANGO-VIEW "1" "June 2010" "pango-view (pango) 1.28.1" "User Commands"
2
+ .TH PANGO-VIEW "1" "September 2010" "pango-view (pango) 1.28.3" "User Commands"
3
3
  .SH NAME
4
4
  pango-view \- Pango text viewer
5
5
  .SH DESCRIPTION
@@ -0,0 +1,1263 @@
1
+ ++ sed -e 's/need_relink=yes/need_relink=no # no way --tml/'
2
+ ++ mv build/ltmain.temp build/ltmain.sh
3
+ ++ sed -e 's!file /!dont-want-to-use-file!'
4
+ ++ mv configure.temp configure
5
+ +++ latest --arch=win32 gttext-runtime glib pkg-config pixman libpng fontconfig freetype
6
+ Module gttext-runtime not found
7
+ ++ DEPS='glib-2.26.0-2 pkg-config-0.23-3 pixman-0.18.4-2 libpng-1.4.3-1 fontconfig-2.8.0-2 freetype-2.4.2-1'
8
+ ++ PKG_CONFIG_PATH=/dummy
9
+ ++ for D in '$DEPS'
10
+ ++ 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/:/c/Program Files (x86)/Novell/GroupWise'
11
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
12
+ ++ for D in '$DEPS'
13
+ ++ 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/:/c/Program Files (x86)/Novell/GroupWise'
14
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
15
+ ++ for D in '$DEPS'
16
+ ++ PATH='/devel/dist/win32/pixman-0.18.4-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/:/c/Program Files (x86)/Novell/GroupWise'
17
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
18
+ ++ for D in '$DEPS'
19
+ ++ PATH='/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/pixman-0.18.4-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/:/c/Program Files (x86)/Novell/GroupWise'
20
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
21
+ ++ for D in '$DEPS'
22
+ ++ PATH='/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/pixman-0.18.4-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/:/c/Program Files (x86)/Novell/GroupWise'
23
+ ++ PKG_CONFIG_PATH=/devel/dist/win32/fontconfig-2.8.0-2/lib/pkgconfig:/devel/dist/win32/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
24
+ ++ for D in '$DEPS'
25
+ ++ PATH='/devel/dist/win32/freetype-2.4.2-1/bin:/devel/dist/win32/fontconfig-2.8.0-2/bin:/devel/dist/win32/libpng-1.4.3-1/bin:/devel/dist/win32/pixman-0.18.4-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/:/c/Program Files (x86)/Novell/GroupWise'
26
+ ++ 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/libpng-1.4.3-1/lib/pkgconfig:/devel/dist/win32/pixman-0.18.4-2/lib/pkgconfig:/devel/dist/win32/pkg-config-0.23-3/lib/pkgconfig:/devel/dist/win32/glib-2.26.0-2/lib/pkgconfig:/dummy
27
+ +++ latest --arch=win32 gettext-runtime
28
+ ++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
29
+ +++ latest --arch=win32 zlib
30
+ ++ ZLIB=zlib-1.2.5-2
31
+ ++ png_REQUIRES=libpng
32
+ ++ CC='gcc -mms-bitfields -mthreads'
33
+ ++ CPPFLAGS=-I/devel/dist/win32/zlib-1.2.5-2/include
34
+ ++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -L/devel/dist/win32/zlib-1.2.5-2/lib'
35
+ ++ CFLAGS=-O2
36
+ ++ ./configure --disable-static --enable-ft=yes --prefix=c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d
37
+ checking for gcc... gcc -mms-bitfields -mthreads
38
+ checking whether the C compiler works... yes
39
+ checking for C compiler default output file name... a.exe
40
+ checking for suffix of executables... .exe
41
+ checking whether we are cross compiling... no
42
+ checking for suffix of object files... o
43
+ checking whether we are using the GNU C compiler... yes
44
+ checking whether gcc -mms-bitfields -mthreads accepts -g... yes
45
+ checking for gcc -mms-bitfields -mthreads option to accept ISO C89... none needed
46
+ checking how to run the C preprocessor... gcc -mms-bitfields -mthreads -E
47
+ checking for grep that handles long lines and -e... /bin/grep
48
+ checking for egrep... /bin/grep -E
49
+ checking for ANSI C header files... yes
50
+ checking for sys/types.h... yes
51
+ checking for sys/stat.h... yes
52
+ checking for stdlib.h... yes
53
+ checking for string.h... yes
54
+ checking for memory.h... yes
55
+ checking for strings.h... yes
56
+ checking for inttypes.h... yes
57
+ checking for stdint.h... yes
58
+ checking for unistd.h... yes
59
+ checking minix/config.h usability... no
60
+ checking minix/config.h presence... no
61
+ checking for minix/config.h... no
62
+ checking whether it is safe to define __EXTENSIONS__... yes
63
+ checking for a BSD-compatible install... /opt/local/bin/install -c
64
+ checking whether build environment is sane... yes
65
+ checking for a thread-safe mkdir -p... /bin/mkdir -p
66
+ checking for gawk... gawk
67
+ checking whether make sets $(MAKE)... yes
68
+ checking for style of include used by make... GNU
69
+ checking dependency style of gcc -mms-bitfields -mthreads... gcc3
70
+ checking build system type... i686-pc-mingw32
71
+ checking host system type... i686-pc-mingw32
72
+ checking for as... as
73
+ checking for dlltool... dlltool
74
+ checking for objdump... objdump
75
+ checking how to print strings... printf
76
+ checking for a sed that does not truncate output... /bin/sed
77
+ checking for fgrep... /bin/grep -F
78
+ checking for ld used by gcc -mms-bitfields -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
79
+ checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
80
+ checking for BSD- or MS-compatible name lister (nm)... /opt/mingw/bin/nm
81
+ checking the name lister (/opt/mingw/bin/nm) interface... BSD nm
82
+ checking whether ln -s works... yes
83
+ checking the maximum length of command line arguments... 8192
84
+ checking whether the shell understands some XSI constructs... yes
85
+ checking whether the shell understands "+="... yes
86
+ checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
87
+ checking for objdump... (cached) objdump
88
+ checking how to recognize dependent libraries... file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)
89
+ checking for ar... ar
90
+ checking for strip... strip
91
+ checking for ranlib... ranlib
92
+ checking command to parse /opt/mingw/bin/nm output from gcc -mms-bitfields -mthreads object... ok
93
+ checking for dlfcn.h... no
94
+ checking for objdir... .libs
95
+ checking if gcc -mms-bitfields -mthreads supports -fno-rtti -fno-exceptions... no
96
+ checking for gcc -mms-bitfields -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
97
+ checking if gcc -mms-bitfields -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
98
+ checking if gcc -mms-bitfields -mthreads static flag -static works... yes
99
+ checking if gcc -mms-bitfields -mthreads supports -c -o file.o... yes
100
+ checking if gcc -mms-bitfields -mthreads supports -c -o file.o... (cached) yes
101
+ checking whether the gcc -mms-bitfields -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
102
+ checking whether -lc should be explicitly linked in... yes
103
+ checking dynamic linker characteristics... Win32 ld.exe
104
+ checking how to hardcode library paths into programs... immediate
105
+ checking whether stripping libraries is possible... yes
106
+ checking if libtool supports shared libraries... yes
107
+ checking whether to build shared libraries... yes
108
+ checking whether to build static libraries... no
109
+ checking for pkg-config... /devel/dist/win32/pkg-config-0.23-3/bin/pkg-config
110
+ checking pkg-config is at least version 0.9.0... yes
111
+ checking whether to build gtk-doc documentation... no
112
+ checking for gtkdoc-check... no
113
+ checking for special C compiler options needed for large files... no
114
+ checking for _FILE_OFFSET_BITS value needed for large files... unknown
115
+ checking for _LARGE_FILES value needed for large files... unknown
116
+ checking for find... /bin/find
117
+ checking for xargs... /bin/xargs
118
+ checking for gcc... (cached) gcc -mms-bitfields -mthreads
119
+ checking whether we are using the GNU C compiler... (cached) yes
120
+ checking whether gcc -mms-bitfields -mthreads accepts -g... (cached) yes
121
+ checking for gcc -mms-bitfields -mthreads option to accept ISO C89... (cached) none needed
122
+ checking how to run the C preprocessor... gcc -mms-bitfields -mthreads -E
123
+ checking for g++... g++
124
+ checking whether we are using the GNU C++ compiler... yes
125
+ checking whether g++ accepts -g... yes
126
+ checking dependency style of g++... gcc3
127
+ checking how to run the C++ preprocessor... g++ -E
128
+ checking for ld used by g++... c:/opt/mingw/mingw32/bin/ld.exe
129
+ checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
130
+ checking whether the g++ linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
131
+ checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
132
+ checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
133
+ checking if g++ static flag -static works... yes
134
+ checking if g++ supports -c -o file.o... yes
135
+ checking if g++ supports -c -o file.o... (cached) yes
136
+ checking whether the g++ linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
137
+ checking dynamic linker characteristics... Win32 ld.exe
138
+ checking how to hardcode library paths into programs... immediate
139
+ checking whether gcc -mms-bitfields -mthreads and cc understand -c and -o together... yes
140
+ checking for inline... inline
141
+ checking for pkg-config... (cached) /devel/dist/win32/pkg-config-0.23-3/bin/pkg-config
142
+ checking pkg-config is at least version 0.9.0... yes
143
+ checking for supported warning flags...
144
+ checking whether gcc -mms-bitfields -mthreads supports -Werror... yes
145
+ checking whether gcc -mms-bitfields -mthreads supports -errwarn... no
146
+ checking whether gcc -mms-bitfields -mthreads supports -Wall... yes
147
+ checking whether gcc -mms-bitfields -mthreads supports -Wextra... yes
148
+ checking whether gcc -mms-bitfields -mthreads supports -Wold-style-definition... yes
149
+ checking whether gcc -mms-bitfields -mthreads supports -Wdeclaration-after-statement... yes
150
+ checking whether gcc -mms-bitfields -mthreads supports -Wmissing-declarations... yes
151
+ checking whether gcc -mms-bitfields -mthreads supports -Werror-implicit-function-declaration... yes
152
+ checking whether gcc -mms-bitfields -mthreads supports -Wnested-externs... yes
153
+ checking whether gcc -mms-bitfields -mthreads supports -Wpointer-arith... yes
154
+ checking whether gcc -mms-bitfields -mthreads supports -Wwrite-strings... yes
155
+ checking whether gcc -mms-bitfields -mthreads supports -Wsign-compare... yes
156
+ checking whether gcc -mms-bitfields -mthreads supports -Wstrict-prototypes... yes
157
+ checking whether gcc -mms-bitfields -mthreads supports -Wmissing-prototypes... yes
158
+ checking whether gcc -mms-bitfields -mthreads supports -Wpacked... yes
159
+ checking whether gcc -mms-bitfields -mthreads supports -Wswitch-enum... yes
160
+ checking whether gcc -mms-bitfields -mthreads supports -Wmissing-format-attribute... yes
161
+ checking whether gcc -mms-bitfields -mthreads supports -Wbad-function-cast... yes
162
+ checking whether gcc -mms-bitfields -mthreads supports -Wvolatile-register-var... yes
163
+ checking whether gcc -mms-bitfields -mthreads supports -Wstrict-aliasing=2... yes
164
+ checking whether gcc -mms-bitfields -mthreads supports -Winit-self... yes
165
+ checking whether gcc -mms-bitfields -mthreads supports -Wunsafe-loop-optimizations... yes
166
+ checking whether gcc -mms-bitfields -mthreads supports -Wno-missing-field-initializers... yes
167
+ checking whether gcc -mms-bitfields -mthreads supports -Wno-unused-parameter... yes
168
+ checking whether gcc -mms-bitfields -mthreads supports -Wno-attributes... yes
169
+ checking whether gcc -mms-bitfields -mthreads supports -Wno-long-long... yes
170
+ checking whether gcc -mms-bitfields -mthreads supports -Winline... yes
171
+ checking whether gcc -mms-bitfields -mthreads supports -Wlogical-op... yes
172
+ checking whether gcc -mms-bitfields -mthreads supports -erroff=E_ENUM_TYPE_MISMATCH_ARG... no
173
+ checking whether gcc -mms-bitfields -mthreads supports -erroff=E_ENUM_TYPE_MISMATCH_OP... no
174
+ checking whether gcc -mms-bitfields -mthreads supports -fno-strict-aliasing... yes
175
+ checking whether gcc -mms-bitfields -mthreads supports -fno-common... yes
176
+ checking whether gcc -mms-bitfields -mthreads supports -flto... no
177
+ checking whether gcc -mms-bitfields -mthreads supports -Wp,-D_FORTIFY_SOURCE=2... yes
178
+ checking which warning flags were supported... -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wlogical-op -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2
179
+ checking how to enable unused result warnings... __attribute__((__warn_unused_result__))
180
+ checking how to allow undefined symbols in shared libraries used by test suite... checking whether gcc -mms-bitfields -mthreads supports -Wl,--allow-shlib-undefined... yes
181
+ -Wl,--allow-shlib-undefined
182
+ checking whether byte ordering is bigendian... no
183
+ checking whether float word ordering is bigendian... no
184
+ checking for native atomic primitives... checking atomic_ops.h usability... no
185
+ checking atomic_ops.h presence... no
186
+ checking for atomic_ops.h... no
187
+ checking libkern/OSAtomic.h usability... no
188
+ checking libkern/OSAtomic.h presence... no
189
+ checking for libkern/OSAtomic.h... no
190
+ none
191
+ checking whether atomic ops require a memory barrier... no
192
+ checking size of void *... 4
193
+ checking size of int... 4
194
+ checking size of long... 4
195
+ checking size of long long... 8
196
+ checking size of size_t... 4
197
+ checking for native Win32... yes
198
+ checking for Sun Solaris (non-POSIX ctime_r)... no
199
+ checking for cos in -lm... yes
200
+ checking for sched_yield in -lrt... no
201
+ checking for shm_open in -lrt... no
202
+ checking for connect in -lsocket... no
203
+ checking for __builtin_return_address(0)... yes
204
+ checking for stdint.h... (cached) yes
205
+ checking for inttypes.h... (cached) yes
206
+ checking sys/int_types.h usability... no
207
+ checking sys/int_types.h presence... no
208
+ checking for sys/int_types.h... no
209
+ checking for uint64_t... yes
210
+ checking for uint128_t... no
211
+ checking for __uint128_t... no
212
+ checking fcntl.h usability... yes
213
+ checking fcntl.h presence... yes
214
+ checking for fcntl.h... yes
215
+ checking for unistd.h... (cached) yes
216
+ checking signal.h usability... yes
217
+ checking signal.h presence... yes
218
+ checking for signal.h... yes
219
+ checking for sys/stat.h... (cached) yes
220
+ checking sys/socket.h usability... no
221
+ checking sys/socket.h presence... no
222
+ checking for sys/socket.h... no
223
+ checking sys/poll.h usability... no
224
+ checking sys/poll.h presence... no
225
+ checking for sys/poll.h... no
226
+ checking sys/un.h usability... no
227
+ checking sys/un.h presence... no
228
+ checking for sys/un.h... no
229
+ checking for alarm... no
230
+ checking sched.h usability... no
231
+ checking sched.h presence... no
232
+ checking for sched.h... no
233
+ checking sys/mman.h usability... no
234
+ checking sys/mman.h presence... no
235
+ checking for sys/mman.h... no
236
+ checking time.h usability... yes
237
+ checking time.h presence... yes
238
+ checking for time.h... yes
239
+ checking for clock_gettime... no
240
+ checking fenv.h usability... yes
241
+ checking fenv.h presence... yes
242
+ checking for fenv.h... yes
243
+ checking for feenableexcept... no
244
+ checking for fedisableexcept... no
245
+ checking for feclearexcept... yes
246
+ checking libgen.h usability... yes
247
+ checking libgen.h presence... yes
248
+ checking for libgen.h... yes
249
+ checking byteswap.h usability... no
250
+ checking byteswap.h presence... no
251
+ checking for byteswap.h... no
252
+ checking for signal.h... (cached) yes
253
+ checking setjmp.h usability... yes
254
+ checking setjmp.h presence... yes
255
+ checking for setjmp.h... yes
256
+ checking for fenv.h... (cached) yes
257
+ checking for vasnprintf... no
258
+ checking for link... no
259
+ checking for ctime_r... no
260
+ checking for drand48... no
261
+ checking for flockfile... no
262
+ checking for ffs... no
263
+ checking windows.h usability... yes
264
+ checking windows.h presence... yes
265
+ checking for windows.h... yes
266
+ checking for sys/stat.h... (cached) yes
267
+ checking io.h usability... yes
268
+ checking io.h presence... yes
269
+ checking for io.h... yes
270
+ checking for mkdir... yes
271
+ checking mkdir variant... mkdir(path)
272
+ checking for fork... no
273
+ checking for waitpid... no
274
+ checking for raise... yes
275
+ checking for VALGRIND... no
276
+ no
277
+ checking for compress in -lz... yes
278
+ checking zlib.h usability... yes
279
+ checking zlib.h presence... yes
280
+ checking for zlib.h... yes
281
+ checking for dlsym in -ldl... no
282
+ checking for dlsym... no
283
+ checking for dlfcn.h... (cached) no
284
+ checking for X... no
285
+ checking for cairo's Xlib surface backend feature...
286
+ checking for xlib... no
287
+ no
288
+ checking whether cairo's Xlib surface backend feature could be enabled... no (requires X development libraries)
289
+ checking for cairo's Xlib Xrender surface backend feature...
290
+ checking whether cairo's Xlib Xrender surface backend feature could be enabled... no (requires --enable-xlib)
291
+ checking for cairo's XCB/SHM functions feature...
292
+ checking whether cairo's XCB/SHM functions feature could be enabled... no (requires both --enable-xcb)
293
+ checking for cairo's Quartz surface backend feature...
294
+ checking ApplicationServices/ApplicationServices.h usability... no
295
+ checking ApplicationServices/ApplicationServices.h presence... no
296
+ checking for ApplicationServices/ApplicationServices.h... no
297
+ checking CoreGraphics/CoreGraphics.h usability... no
298
+ checking CoreGraphics/CoreGraphics.h presence... no
299
+ checking for CoreGraphics/CoreGraphics.h... no
300
+ checking whether cairo's Quartz surface backend feature could be enabled... no (requires CoreGraphics framework)
301
+ checking for cairo's Quartz font backend feature...
302
+ checking whether cairo's Quartz font backend feature could be enabled... no (requires CoreGraphics framework)
303
+ checking for cairo's Microsoft Windows surface backend feature...
304
+ checking whether cairo's Microsoft Windows surface backend feature could be enabled... yes
305
+ checking for cairo's Microsoft Windows font backend feature...
306
+ checking whether cairo's Microsoft Windows font backend feature could be enabled... yes
307
+ checking for gs... no
308
+ configure: WARNING: Win32 Printing backend will not be tested since ghostscript is not available
309
+ checking for cairo's PNG functions feature...
310
+ checking for png... yes
311
+ checking whether cairo's PNG functions feature could be enabled... yes
312
+ checking for cairo's EGL functions feature...
313
+ checking whether cairo's EGL functions feature could be enabled... no (not required by any backend)
314
+ checking for cairo's GLX functions feature...
315
+ checking whether cairo's GLX functions feature could be enabled... no (not required by any backend)
316
+ checking for cairo's WGL functions feature...
317
+ checking whether cairo's WGL functions feature could be enabled... no (not required by any backend)
318
+ checking for cairo's FreeType font backend feature...
319
+ checking for FREETYPE... yes
320
+ checking whether cairo's FreeType font backend feature could be enabled... yes
321
+ checking for cairo's Fontconfig font backend feature...
322
+ checking for FONTCONFIG... yes
323
+ checking whether cairo's Fontconfig font backend feature could be enabled... yes
324
+ checking for FT_Bitmap_Size.y_ppem... yes
325
+ checking for FT_GlyphSlot_Embolden... yes
326
+ checking for FT_Load_Sfnt_Table... yes
327
+ checking for FT_Library_SetLcdFilter... yes
328
+ checking for FcInit... yes
329
+ checking for FcFini... yes
330
+ checking for cairo's PostScript surface backend feature...
331
+ checking whether cairo's PostScript surface backend feature could be enabled... yes
332
+ checking for gs... no
333
+ configure: WARNING: PS backend will not be tested since ghostscript is not available
334
+ checking for LIBSPECTRE... no
335
+ checking for cairo's PDF surface backend feature...
336
+ checking whether cairo's PDF surface backend feature could be enabled... yes
337
+ checking for POPPLER... no
338
+ configure: WARNING: PDF backend will not be tested since poppler >= 0.13.3 is not available
339
+ checking for cairo's SVG surface backend feature...
340
+ checking whether cairo's SVG surface backend feature could be enabled... yes
341
+ checking for LIBRSVG... no
342
+ configure: WARNING: SVG backend will not be tested since librsvg >= 2.15.0 is not available
343
+ checking for cairo's image surface backend feature...
344
+ checking for pixman... yes
345
+ checking whether cairo's image surface backend feature could be enabled... yes
346
+ checking for cairo's recording surface backend feature...
347
+ checking whether cairo's recording surface backend feature could be enabled... yes
348
+ checking for cairo's user font backend feature...
349
+ checking whether cairo's user font backend feature could be enabled... yes
350
+ checking for cairo's pthread feature...
351
+ checking whether cairo's pthread feature could be enabled... no (can't link with -lpthread or -pthread)
352
+ checking for cairo's gobject functions feature...
353
+ checking for GOBJECT... yes
354
+ checking whether cairo's gobject functions feature could be enabled... yes
355
+ checking for GOBJECT... yes
356
+ checking for cairo's cairo-trace feature...
357
+ checking whether cairo's cairo-trace feature could be enabled... no (requires dynamic linker and zlib and real pthreads)
358
+ checking for cairo's cairo-script-interpreter feature...
359
+ checking whether cairo's cairo-script-interpreter feature could be enabled... yes
360
+ checking for bfd_openr in -lbfd... no
361
+ checking libiberty.h usability... no
362
+ checking libiberty.h presence... no
363
+ checking for libiberty.h... no
364
+ checking for cairo's symbol-lookup feature...
365
+ checking whether cairo's symbol-lookup feature could be enabled... no (requires bfd)
366
+ checking for glib... yes
367
+ checking for shm_open in -lrt... (cached) no
368
+ checking for gtk... no
369
+ configure: creating ./config.status
370
+ config.status: creating src/cairo.pc
371
+ config.status: creating cairo-uninstalled.pc
372
+ config.status: creating src/cairo-win32.pc
373
+ config.status: creating cairo-win32-uninstalled.pc
374
+ config.status: creating src/cairo-win32-font.pc
375
+ config.status: creating cairo-win32-font-uninstalled.pc
376
+ config.status: creating src/cairo-png.pc
377
+ config.status: creating cairo-png-uninstalled.pc
378
+ config.status: creating src/cairo-ft.pc
379
+ config.status: creating cairo-ft-uninstalled.pc
380
+ config.status: creating src/cairo-fc.pc
381
+ config.status: creating cairo-fc-uninstalled.pc
382
+ config.status: creating src/cairo-ps.pc
383
+ config.status: creating cairo-ps-uninstalled.pc
384
+ config.status: creating src/cairo-pdf.pc
385
+ config.status: creating cairo-pdf-uninstalled.pc
386
+ config.status: creating src/cairo-svg.pc
387
+ config.status: creating cairo-svg-uninstalled.pc
388
+ config.status: creating src/cairo-gobject.pc
389
+ config.status: creating cairo-gobject-uninstalled.pc
390
+ config.status: creating Makefile
391
+ config.status: creating boilerplate/Makefile
392
+ config.status: creating src/Makefile
393
+ config.status: creating test/Makefile
394
+ config.status: creating test/pdiff/Makefile
395
+ config.status: creating perf/Makefile
396
+ config.status: creating util/Makefile
397
+ config.status: creating util/cairo-fdr/Makefile
398
+ config.status: creating util/cairo-gobject/Makefile
399
+ config.status: creating util/cairo-script/Makefile
400
+ config.status: creating util/cairo-script/examples/Makefile
401
+ config.status: creating util/cairo-sphinx/Makefile
402
+ config.status: creating util/cairo-trace/Makefile
403
+ config.status: creating util/cairo-trace/cairo-trace
404
+ config.status: creating doc/Makefile
405
+ config.status: creating doc/public/Makefile
406
+ config.status: creating config.h
407
+ config.status: executing depfiles commands
408
+ config.status: executing libtool commands
409
+ config.status: executing ./build/Makefile.win32.features commands
410
+ config.status: creating ./build/Makefile.win32.features
411
+ config.status: ./build/Makefile.win32.features is unchanged
412
+ config.status: executing ./src/Makefile.am.features commands
413
+ config.status: creating ./src/Makefile.am.features
414
+ config.status: ./src/Makefile.am.features is unchanged
415
+ config.status: executing ./src/Makefile.win32.features commands
416
+ config.status: creating ./src/Makefile.win32.features
417
+ config.status: ./src/Makefile.win32.features is unchanged
418
+ config.status: executing ./boilerplate/Makefile.am.features commands
419
+ config.status: creating ./boilerplate/Makefile.am.features
420
+ config.status: ./boilerplate/Makefile.am.features is unchanged
421
+ config.status: executing ./boilerplate/Makefile.win32.features commands
422
+ config.status: creating ./boilerplate/Makefile.win32.features
423
+ config.status: ./boilerplate/Makefile.win32.features is unchanged
424
+ config.status: executing src/cairo-features.h commands
425
+ config.status: creating src/cairo-features.h
426
+ config.status: executing src/cairo-supported-features.h commands
427
+ config.status: creating src/cairo-supported-features.h
428
+ config.status: executing ./build/Makefile.win32.features-h commands
429
+ config.status: creating ./build/Makefile.win32.features-h
430
+ config.status: ./build/Makefile.win32.features-h is unchanged
431
+
432
+ cairo (version 1.10.0 [release]) will be compiled with:
433
+
434
+ The following surface backends:
435
+ Image: yes (always builtin)
436
+ Meta: yes (always builtin)
437
+ Tee: yes (always builtin)
438
+ XML: no (disabled, use --enable-xml to enable)
439
+ Skia: no (disabled, use --enable-skia to enable)
440
+ Xlib: no (requires X development libraries)
441
+ Xlib Xrender: no (requires --enable-xlib)
442
+ Qt: no (disabled, use --enable-qt to enable)
443
+ Quartz: no (requires CoreGraphics framework)
444
+ Quartz-image: no (disabled, use --enable-quartz-image to enable)
445
+ XCB: no (disabled, use --enable-xcb to enable)
446
+ Win32: yes
447
+ OS2: no (disabled, use --enable-os2 to enable)
448
+ CairoScript: no (disabled, use --enable-script to enable)
449
+ PostScript: yes
450
+ PDF: yes
451
+ SVG: yes
452
+ OpenGL: no (disabled, use --enable-gl to enable)
453
+ BeOS: no (disabled, use --enable-beos to enable)
454
+ DirectFB: no (disabled, use --enable-directfb to enable)
455
+ OpenVG: no (disabled, use --enable-vg to enable)
456
+ DRM: no (disabled, use --enable-drm to enable)
457
+
458
+ The following font backends:
459
+ User: yes (always builtin)
460
+ FreeType: yes
461
+ Fontconfig: yes
462
+ Win32: yes
463
+ Quartz: no (requires CoreGraphics framework)
464
+
465
+ The following functions:
466
+ PNG functions: yes
467
+ GLEW functions: no (not required by any backend)
468
+ GLX functions: no (not required by any backend)
469
+ WGL functions: no (not required by any backend)
470
+ EGL functions: no (not required by any backend)
471
+ X11-xcb functions: no (disabled, use --enable-xlib-xcb to enable)
472
+ XCB-drm functions: no (disabled, use --enable-xcb-drm to enable)
473
+ XCB-shm functions: no (requires both --enable-xcb)
474
+ DRM-Xr functions: no (disabled, use --enable-drm-xr to enable)
475
+
476
+ The following features and utilities:
477
+ cairo-trace: no (requires dynamic linker and zlib and real pthreads)
478
+ cairo-script-interpreter: yes
479
+
480
+ And the following internal features:
481
+ pthread: no (can't link with -lpthread or -pthread)
482
+ gtk-doc: no
483
+ gcov support: no
484
+ symbol-lookup: no (requires bfd)
485
+ test surfaces: no (disabled, use --enable-test-surfaces to enable)
486
+ ps testing: no (requires libspectre)
487
+ pdf testing: no (requires poppler-glib >= 0.13.3)
488
+ svg testing: no (requires librsvg-2.0 >= 2.15.0)
489
+ win32 printing testing: no (requires ghostscript)
490
+
491
+
492
+ ++ make -j3 zips
493
+ make install-recursive
494
+ make[1]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32'
495
+ Making install in src
496
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/src'
497
+ make install-am
498
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/src'
499
+ CC cairo-analysis-surface.lo
500
+ CC cairo-arc.lo
501
+ CC cairo-array.lo
502
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_merge_status':
503
+ cairo-analysis-surface.c:69:5: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
504
+ cairo-analysis-surface.c:69:5: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
505
+ cairo-analysis-surface.c:70:5: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
506
+ cairo-analysis-surface.c:70:5: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
507
+ cairo-analysis-surface.c:90:5: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
508
+ cairo-analysis-surface.c:90:5: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
509
+ cairo-analysis-surface.c: In function '_add_operation':
510
+ cairo-analysis-surface.c:146:21: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
511
+ cairo-analysis-surface.c:174:22: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
512
+ cairo-analysis-surface.c:222:24: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
513
+ cairo-analysis-surface.c:243:16: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
514
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_paint':
515
+ cairo-analysis-surface.c:326:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
516
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_mask':
517
+ cairo-analysis-surface.c:354:6: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
518
+ cairo-analysis-surface.c:354:6: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
519
+ cairo-analysis-surface.c:367:7: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
520
+ cairo-analysis-surface.c:367:7: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
521
+ cairo-analysis-surface.c:377:7: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
522
+ cairo-analysis-surface.c:377:7: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
523
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_stroke':
524
+ cairo-analysis-surface.c:432:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
525
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_fill':
526
+ cairo-analysis-surface.c:496:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
527
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_show_glyphs':
528
+ cairo-analysis-surface.c:568:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
529
+ cairo-analysis-surface.c: In function '_cairo_analysis_surface_show_text_glyphs':
530
+ cairo-analysis-surface.c:632:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
531
+ cairo-analysis-surface.c:652:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
532
+ CC cairo-atomic.lo
533
+ CC cairo-base64-stream.lo
534
+ CC cairo-base85-stream.lo
535
+ CC cairo-bentley-ottmann.lo
536
+ CC cairo-bentley-ottmann-rectangular.lo
537
+ CC cairo-bentley-ottmann-rectilinear.lo
538
+ CC cairo-botor-scan-converter.lo
539
+ CC cairo-boxes.lo
540
+ CC cairo.lo
541
+ cairo-botor-scan-converter.c: In function 'edges_compare_x_for_y':
542
+ cairo-botor-scan-converter.c:459:13: warning: 'ax' may be used uninitialized in this function
543
+ cairo-botor-scan-converter.c:459:17: warning: 'bx' may be used uninitialized in this function
544
+ CC cairo-cache.lo
545
+ CC cairo-clip.lo
546
+ CC cairo-color.lo
547
+ CC cairo-composite-rectangles.lo
548
+ cairo-clip.c: In function '_cairo_clip_path_to_region_geometric':
549
+ cairo-clip.c:595:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
550
+ cairo-clip.c:626:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
551
+ CC cairo-debug.lo
552
+ CC cairo-device.lo
553
+ CC cairo-fixed.lo
554
+ cairo-device.c: In function '_cairo_device_set_error':
555
+ cairo-device.c:451:50: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
556
+ CC cairo-font-face.lo
557
+ CC cairo-font-face-twin.lo
558
+ CC cairo-font-face-twin-data.lo
559
+ CC cairo-font-options.lo
560
+ CC cairo-freelist.lo
561
+ CC cairo-freed-pool.lo
562
+ CC cairo-gstate.lo
563
+ CC cairo-hash.lo
564
+ CC cairo-hull.lo
565
+ cairo-gstate.c: In function '_cairo_gstate_copy_clip_rectangle_list':
566
+ cairo-gstate.c:1565:31: warning: ignoring return value of '_cairo_clip_rectangle', declared with attribute warn_unused_result
567
+ CC cairo-image-info.lo
568
+ CC cairo-image-surface.lo
569
+ CC cairo-lzw.lo
570
+ cairo-image-surface.c: In function '_pixman_image_for_surface':
571
+ cairo-image-surface.c:1367:33: warning: comparison between 'cairo_surface_type_t' and 'enum _cairo_internal_surface_type'
572
+ cairo-image-surface.c: In function '_create_composite_mask_pattern':
573
+ cairo-image-surface.c:1904:2: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
574
+ cairo-image-surface.c:1906:29: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
575
+ cairo-image-surface.c: In function '_clip_and_composite':
576
+ cairo-image-surface.c:2233:6: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
577
+ cairo-image-surface.c:2238:29: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
578
+ cairo-image-surface.c: In function '_composite_boxes':
579
+ cairo-image-surface.c:2876:26: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
580
+ cairo-image-surface.c: In function '_clip_and_composite_boxes':
581
+ cairo-image-surface.c:3016:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
582
+ cairo-image-surface.c: In function '_clip_and_composite_trapezoids':
583
+ cairo-image-surface.c:3146:29: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
584
+ cairo-image-surface.c: In function '_cairo_image_surface_stroke':
585
+ cairo-image-surface.c:3620:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
586
+ CC cairo-matrix.lo
587
+ CC cairo-recording-surface.lo
588
+ cairo-recording-surface.c: In function '_cairo_recording_surface_get_path':
589
+ cairo-recording-surface.c:757:17: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
590
+ cairo-recording-surface.c: In function '_cairo_recording_surface_replay_internal':
591
+ cairo-recording-surface.c:951:17: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
592
+ cairo-recording-surface.c:957:3: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
593
+ cairo-recording-surface.c:957:3: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
594
+ CC cairo-misc.lo
595
+ CC cairo-mutex.lo
596
+ CC cairo-observer.lo
597
+ cairo-misc.c:44:1: warning: comparison between 'enum _cairo_status' and 'enum _cairo_int_status'
598
+ CC cairo-output-stream.lo
599
+ CC cairo-paginated-surface.lo
600
+ CC cairo-path-bounds.lo
601
+ cairo-paginated-surface.c: In function '_paint_page':
602
+ cairo-paginated-surface.c:367:2: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
603
+ CC cairo-path.lo
604
+ CC cairo-path-fill.lo
605
+ CC cairo-path-fixed.lo
606
+ CC cairo-path-in-fill.lo
607
+ CC cairo-path-stroke.lo
608
+ CC cairo-pattern.lo
609
+ CC cairo-pen.lo
610
+ cairo-path-stroke.c: In function '_cairo_stroker_add_caps':
611
+ cairo-path-stroke.c:860:29: warning: comparison between 'cairo_line_cap_t' and 'enum _cairo_line_join'
612
+ cairo-path-stroke.c: In function '_cairo_path_fixed_stroke_to_traps':
613
+ cairo-path-stroke.c:1407:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
614
+ CC cairo-polygon.lo
615
+ CC cairo-rectangle.lo
616
+ CC cairo-rectangular-scan-converter.lo
617
+ CC cairo-region.lo
618
+ CC cairo-rtree.lo
619
+ CC cairo-scaled-font.lo
620
+ CC cairo-slope.lo
621
+ CC cairo-spans.lo
622
+ cairo-scaled-font.c: In function 'cairo_scaled_font_text_to_glyphs':
623
+ cairo-scaled-font.c:1941:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
624
+ cairo-scaled-font.c: In function '_cairo_scaled_font_show_glyphs':
625
+ cairo-scaled-font.c:2219:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
626
+ cairo-scaled-font.c: In function '_cairo_scaled_font_glyph_path':
627
+ cairo-scaled-font.c:2494:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
628
+ cairo-scaled-font.c: In function '_cairo_scaled_glyph_lookup':
629
+ cairo-scaled-font.c:2848:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
630
+ CC cairo-spline.lo
631
+ CC cairo-stroke-style.lo
632
+ CC cairo-surface.lo
633
+ cairo-stroke-style.c: In function '_cairo_stroke_style_dash_stroked':
634
+ cairo-stroke-style.c:194:2: warning: cannot optimize loop, the loop counter may overflow
635
+ CC cairo-surface-fallback.lo
636
+ CC cairo-surface-clipper.lo
637
+ cairo-surface.c: In function '_cairo_surface_set_error':
638
+ cairo-surface.c:171:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
639
+ cairo-surface.c:174:50: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
640
+ cairo-surface.c: In function '_cairo_surface_clone_similar':
641
+ cairo-surface.c:1690:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
642
+ cairo-surface.c:1721:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
643
+ cairo-surface.c: In function '_cairo_surface_paint':
644
+ cairo-surface.c:2023:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
645
+ cairo-surface.c: In function '_cairo_surface_mask':
646
+ cairo-surface.c:2078:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
647
+ cairo-surface.c: In function '_cairo_surface_fill_stroke':
648
+ cairo-surface.c:2146:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
649
+ cairo-surface.c: In function '_cairo_surface_stroke':
650
+ cairo-surface.c:2211:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
651
+ cairo-surface.c: In function '_cairo_surface_fill':
652
+ cairo-surface.c:2266:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
653
+ cairo-surface.c: In function '_cairo_surface_show_text_glyphs':
654
+ cairo-surface.c:2621:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
655
+ cairo-surface.c:2633:17: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
656
+ cairo-surface.c:2648:17: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
657
+ cairo-surface.c:2669:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
658
+ cairo-surface-fallback.c: In function '_create_composite_mask_pattern':
659
+ cairo-surface-fallback.c:136:6: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
660
+ cairo-surface-fallback.c:142:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
661
+ cairo-surface-fallback.c: In function '_clip_and_composite_source':
662
+ cairo-surface-fallback.c:351:6: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
663
+ cairo-surface-fallback.c: In function '_clip_and_composite':
664
+ cairo-surface-fallback.c:450:10: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
665
+ cairo-surface-fallback.c:456:28: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
666
+ cairo-surface-fallback.c: In function '_clip_and_composite_trapezoids':
667
+ cairo-surface-fallback.c:792:6: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
668
+ cairo-surface-fallback.c:795:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
669
+ cairo-surface-fallback.c:809:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
670
+ cairo-surface-fallback.c:813:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
671
+ cairo-surface-fallback.c:852:10: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
672
+ cairo-surface-fallback.c: In function '_cairo_surface_old_show_glyphs_draw_func':
673
+ cairo-surface-fallback.c:1282:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
674
+ CC cairo-surface-offset.lo
675
+ CC cairo-surface-snapshot.lo
676
+ CC cairo-surface-subsurface.lo
677
+ CC cairo-surface-wrapper.lo
678
+ CC cairo-system.lo
679
+ CC cairo-tor-scan-converter.lo
680
+ cairo-surface-wrapper.c: In function '_cairo_surface_wrapper_get_extents':
681
+ cairo-surface-wrapper.c:659:33: warning: ignoring return value of '_cairo_rectangle_intersect', declared with attribute warn_unused_result
682
+ CC cairo-toy-font-face.lo
683
+ CC cairo-traps.lo
684
+ CC cairo-unicode.lo
685
+ CC cairo-user-font.lo
686
+ CC cairo-version.lo
687
+ cairo-user-font.c: In function '_cairo_user_scaled_glyph_init':
688
+ cairo-user-font.c:161:17: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
689
+ cairo-user-font.c: In function '_cairo_user_text_to_glyphs':
690
+ cairo-user-font.c:331:13: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
691
+ cairo-user-font.c:332:13: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
692
+ cairo-user-font.c:335:13: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
693
+ CC cairo-wideint.lo
694
+ CC cairo-cff-subset.lo
695
+ CC cairo-scaled-font-subsets.lo
696
+ cairo-cff-subset.c: In function 'cairo_cff_font_write_fdselect':
697
+ cairo-cff-subset.c:1407:9: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
698
+ cairo-cff-subset.c:1411:9: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
699
+ cairo-cff-subset.c:1415:9: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
700
+ cairo-cff-subset.c:1419:9: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
701
+ cairo-cff-subset.c:1423:9: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
702
+ cairo-scaled-font-subsets.c: In function '_cairo_sub_font_map_glyph':
703
+ cairo-scaled-font-subsets.c:485:2: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
704
+ cairo-scaled-font-subsets.c: In function '_cairo_scaled_font_subsets_map_glyph':
705
+ cairo-scaled-font-subsets.c:702:17: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
706
+ cairo-scaled-font-subsets.c:717:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
707
+ CC cairo-truetype-subset.lo
708
+ CC cairo-type1-fallback.lo
709
+ cairo-truetype-subset.c: In function '_cairo_truetype_font_set_error':
710
+ cairo-truetype-subset.c:125:50: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
711
+ cairo-truetype-subset.c: In function 'cairo_truetype_font_create_truetype_table_list':
712
+ cairo-truetype-subset.c:1003:46: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
713
+ cairo-truetype-subset.c:1009:46: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
714
+ cairo-truetype-subset.c:1015:46: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
715
+ cairo-truetype-subset.c: In function '_cairo_truetype_index_to_ucs4':
716
+ cairo-truetype-subset.c:1314:24: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
717
+ CC cairo-type1-subset.lo
718
+ cairo-type1-fallback.c: In function 'cairo_type1_font_write_private_dict':
719
+ cairo-type1-fallback.c:615:16: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
720
+ CC cairo-type3-glyph-surface.lo
721
+ CC cairo-pdf-operators.lo
722
+ cairo-type3-glyph-surface.c: In function '_cairo_type3_glyph_surface_analyze_glyph':
723
+ cairo-type3-glyph-surface.c:439:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
724
+ cairo-type3-glyph-surface.c:450:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
725
+ cairo-type3-glyph-surface.c: In function '_cairo_type3_glyph_surface_emit_glyph':
726
+ cairo-type3-glyph-surface.c:487:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
727
+ cairo-type3-glyph-surface.c:554:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
728
+ CC cairo-deflate-stream.lo
729
+ cairo-pdf-operators.c: In function '_cairo_pdf_operators_emit_stroke':
730
+ cairo-pdf-operators.c:770:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
731
+ CC cairo-win32-surface.lo
732
+ CC cairo-win32-printing-surface.lo
733
+ CC cairo-win32-font.lo
734
+ cairo-win32-surface.c: In function '_create_dc_and_bitmap':
735
+ cairo-win32-surface.c:202:5: warning: enumeration value 'CAIRO_FORMAT_RGB16_565' not handled in switch
736
+ cairo-win32-surface.c:236:5: warning: enumeration value 'CAIRO_FORMAT_INVALID' not handled in switch
737
+ cairo-win32-surface.c:236:5: warning: enumeration value 'CAIRO_FORMAT_RGB16_565' not handled in switch
738
+ cairo-win32-surface.c:312:2: warning: enumeration value 'CAIRO_FORMAT_INVALID' not handled in switch
739
+ cairo-win32-surface.c:312:2: warning: enumeration value 'CAIRO_FORMAT_RGB16_565' not handled in switch
740
+ cairo-win32-surface.c: In function '_cairo_win32_surface_composite':
741
+ cairo-win32-surface.c:1258:23: warning: comparison between signed and unsigned integer expressions
742
+ cairo-win32-surface.c:1264:45: warning: comparison between signed and unsigned integer expressions
743
+ cairo-win32-surface.c:1268:19: warning: comparison between signed and unsigned integer expressions
744
+ cairo-win32-surface.c:1274:40: warning: comparison between signed and unsigned integer expressions
745
+ cairo-win32-surface.c:1290:14: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
746
+ cairo-win32-surface.c:1311:16: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
747
+ cairo-win32-surface.c: In function 'categorize_solid_dest_operator':
748
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_MULTIPLY' not handled in switch
749
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_SCREEN' not handled in switch
750
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_OVERLAY' not handled in switch
751
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_DARKEN' not handled in switch
752
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_LIGHTEN' not handled in switch
753
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_COLOR_DODGE' not handled in switch
754
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_COLOR_BURN' not handled in switch
755
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_HARD_LIGHT' not handled in switch
756
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_SOFT_LIGHT' not handled in switch
757
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_DIFFERENCE' not handled in switch
758
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_EXCLUSION' not handled in switch
759
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_HSL_HUE' not handled in switch
760
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_HSL_SATURATION' not handled in switch
761
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_HSL_COLOR' not handled in switch
762
+ cairo-win32-surface.c:1350:5: warning: enumeration value 'CAIRO_OPERATOR_HSL_LUMINOSITY' not handled in switch
763
+ cairo-win32-surface.c: In function '_cairo_win32_surface_show_glyphs':
764
+ cairo-win32-surface.c:1550:6: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
765
+ cairo-win32-surface.c: In function 'cairo_win32_surface_create':
766
+ cairo-win32-surface.c:1687:55: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
767
+ cairo-win32-surface.c: In function '_cairo_win32_surface_create_for_dc':
768
+ cairo-win32-surface.c:365:9: warning: 'rowstride' may be used uninitialized in this function
769
+ cairo-win32-surface.c:364:20: warning: 'bits' may be used uninitialized in this function
770
+ cairo-win32-printing-surface.c: In function '_cairo_win32_printing_surface_paint_recording_pattern':
771
+ cairo-win32-printing-surface.c:503:6: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
772
+ cairo-win32-printing-surface.c: In function '_cairo_win32_printing_surface_paint_image_pattern':
773
+ cairo-win32-printing-surface.c:653:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
774
+ cairo-win32-printing-surface.c: In function 'cairo_win32_printing_surface_create':
775
+ cairo-win32-printing-surface.c:1767:55: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
776
+ cairo-win32-printing-surface.c: In function '_cairo_win32_printing_surface_paint_image_pattern':
777
+ cairo-win32-printing-surface.c:614:19: warning: 'mime_size' may be used uninitialized in this function
778
+ cairo-win32-printing-surface.c:613:26: warning: 'mime_data' may be used uninitialized in this function
779
+ cairo-win32-font.c:712:1: warning: '_cairo_win32_scaled_font_text_to_glyphs' defined but not used
780
+ CC cairo-png.lo
781
+ cairo-win32-font.c: In function '_cairo_win32_scaled_font_select_unscaled_font':
782
+ cairo-win32-font.c:492:11: warning: 'hfont' may be used uninitialized in this function
783
+ CC cairo-ft-font.lo
784
+ cairo-png.c: In function 'write_png':
785
+ cairo-png.c:179:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
786
+ CC cairo-ps-surface.lo
787
+ CC cairo-pdf-surface.lo
788
+ cairo-ps-surface.c: In function '_cairo_ps_surface_emit_header':
789
+ cairo-ps-surface.c:166:10: warning: unused variable 'ctime_buf'
790
+ cairo-ps-surface.c: In function '_cairo_ps_surface_emit_unscaled_font_subset':
791
+ cairo-ps-surface.c:677:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
792
+ cairo-ps-surface.c:682:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
793
+ cairo-ps-surface.c:686:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
794
+ cairo-ps-surface.c: In function '_cairo_ps_surface_emit_scaled_font_subset':
795
+ cairo-ps-surface.c:705:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
796
+ cairo-ps-surface.c: In function '_cairo_ps_surface_emit_recording_surface':
797
+ cairo-ps-surface.c:2468:5: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
798
+ cairo-ps-surface.c: In function '_cairo_ps_surface_emit_recording_subsurface':
799
+ cairo-ps-surface.c:2540:5: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
800
+ cairo-ps-surface.c: In function '_cairo_ps_surface_emit_surface':
801
+ cairo-ps-surface.c:2723:17: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
802
+ cairo-pdf-surface.c: In function '_get_source_surface_size':
803
+ cairo-pdf-surface.c:1106:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
804
+ cairo-pdf-surface.c:1113:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
805
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_emit_image_surface':
806
+ cairo-pdf-surface.c:2099:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
807
+ cairo-pdf-surface.c:2103:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
808
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_emit_recording_surface':
809
+ cairo-pdf-surface.c:2269:5: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
810
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_emit_recording_subsurface':
811
+ cairo-pdf-surface.c:2327:5: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
812
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_emit_unscaled_font_subset':
813
+ cairo-pdf-surface.c:4651:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
814
+ cairo-pdf-surface.c:4655:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
815
+ cairo-pdf-surface.c:4659:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
816
+ cairo-pdf-surface.c:4664:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
817
+ cairo-pdf-surface.c:4669:20: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
818
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_emit_scaled_font_subset':
819
+ cairo-pdf-surface.c:4686:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
820
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_paint':
821
+ cairo-pdf-surface.c:5405:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
822
+ cairo-pdf-surface.c:5451:9: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
823
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_mask':
824
+ cairo-pdf-surface.c:5520:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
825
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_stroke':
826
+ cairo-pdf-surface.c:5632:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
827
+ cairo-pdf-surface.c:5665:9: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
828
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_fill':
829
+ cairo-pdf-surface.c:5760:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
830
+ cairo-pdf-surface.c:5823:9: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
831
+ cairo-pdf-surface.c: In function '_cairo_pdf_surface_show_text_glyphs':
832
+ cairo-pdf-surface.c:6043:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
833
+ cairo-pdf-surface.c:6063:9: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
834
+ CC cairo-svg-surface.lo
835
+ Generating cairo.def
836
+ cairo-svg-surface.c: In function '_cairo_svg_document_emit_glyph':
837
+ cairo-svg-surface.c:834:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
838
+ cairo-svg-surface.c: In function '_cairo_surface_base64_encode':
839
+ cairo-svg-surface.c:1167:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
840
+ cairo-svg-surface.c:1171:16: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
841
+ cairo-svg-surface.c: In function '_cairo_svg_surface_show_glyphs':
842
+ cairo-svg-surface.c:2523:13: warning: comparison between 'cairo_status_t' and 'enum _cairo_int_status'
843
+ cairo-svg-surface.c: In function '_cairo_svg_surface_supports_fine_grained_fallbacks':
844
+ cairo-svg-surface.c:2838:19: warning: comparison between 'cairo_int_status_t' and 'enum _cairo_status'
845
+ CCLD libcairo.la
846
+ Creating library file: .libs/libcairo.dll.a
847
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/src'
848
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib"
849
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo"
850
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo"
851
+ /bin/sh ../libtool --mode=install /opt/local/bin/install -c libcairo.la 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib'
852
+ /opt/local/bin/install -c -m 644 cairo-features.h 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo'
853
+ /opt/local/bin/install -c -m 644 cairo.h cairo-deprecated.h cairo-win32.h cairo-ft.h cairo-ps.h cairo-pdf.h cairo-svg.h ../cairo-version.h 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo'
854
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/pkgconfig"
855
+ /opt/local/bin/install -c -m 644 cairo.pc cairo-win32.pc cairo-win32-font.pc cairo-png.pc cairo-ft.pc cairo-fc.pc cairo-ps.pc cairo-pdf.pc cairo-svg.pc cairo-gobject.pc 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/pkgconfig'
856
+ libtool: install: /opt/local/bin/install -c .libs/libcairo.dll.a c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/libcairo.dll.a
857
+ libtool: install: base_file=`basename libcairo.la`
858
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libcairo.la'i; echo libcairo-2.dll'`
859
+ libtool: install: dldir=c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/`dirname ../bin/libcairo-2.dll`
860
+ libtool: install: test -d c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin || mkdir -p c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin
861
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-2.dll c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-2.dll
862
+ libtool: install: chmod a+x c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-2.dll
863
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-2.dll' || exit 0; fi
864
+ libtool: install: /opt/local/bin/install -c .libs/libcairo.lai c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/libcairo.la
865
+ ----------------------------------------------------------------------
866
+ Libraries have been installed in:
867
+ c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib
868
+
869
+ If you ever happen to want to link against installed libraries
870
+ in a given directory, LIBDIR, you must either use libtool, and
871
+ specify the full pathname of the library, or use the `-LLIBDIR'
872
+ flag during linking and do at least one of the following:
873
+ - add LIBDIR to the `PATH' environment variable
874
+ during execution
875
+ - add LIBDIR to the `LD_RUN_PATH' environment variable
876
+ during linking
877
+ - use the `-LLIBDIR' linker flag
878
+
879
+ See any operating system documentation about shared libraries for
880
+ more information, such as the ld(1) and ld.so(8) manual pages.
881
+ ----------------------------------------------------------------------
882
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/src'
883
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/src'
884
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/src'
885
+ Making install in doc
886
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
887
+ make install-recursive
888
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
889
+ Making install in public
890
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc/public'
891
+ make install-am
892
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc/public'
893
+ make[6]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc/public'
894
+ make[6]: Nothing to be done for `install-exec-am'.
895
+ installfiles=`echo ./html/*`; \
896
+ if test "$installfiles" = './html/*'; \
897
+ then echo '-- Nothing to install' ; \
898
+ else \
899
+ /bin/sh /devel/src/freedesktop/cairo/1.10.0-2_win32/build/install-sh -d c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/share/gtk-doc/html/cairo; \
900
+ for i in $installfiles; do \
901
+ echo '-- Installing '$i ; \
902
+ /opt/local/bin/install -c -m 644 $i c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/share/gtk-doc/html/cairo; \
903
+ done; \
904
+ echo '-- Installing ./html/index.sgml' ; \
905
+ /opt/local/bin/install -c -m 644 ./html/index.sgml c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/share/gtk-doc/html/cairo || :; \
906
+ which gtkdoc-rebase >/dev/null && \
907
+ gtkdoc-rebase --relative --dest-dir= --html-dir=c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/share/gtk-doc/html/cairo ; \
908
+ fi
909
+ -- Installing ./html/bindings-errors.html
910
+ -- Installing ./html/bindings-fonts.html
911
+ -- Installing ./html/bindings-memory.html
912
+ -- Installing ./html/bindings-overloading.html
913
+ -- Installing ./html/bindings-path.html
914
+ -- Installing ./html/bindings-patterns.html
915
+ -- Installing ./html/bindings-return-values.html
916
+ -- Installing ./html/bindings-streams.html
917
+ -- Installing ./html/bindings-surfaces.html
918
+ -- Installing ./html/cairo-Error-handling.html
919
+ -- Installing ./html/cairo-FreeType-Fonts.html
920
+ -- Installing ./html/cairo-Image-Surfaces.html
921
+ -- Installing ./html/cairo-PDF-Surfaces.html
922
+ -- Installing ./html/cairo-PNG-Support.html
923
+ -- Installing ./html/cairo-Paths.html
924
+ -- Installing ./html/cairo-PostScript-Surfaces.html
925
+ -- Installing ./html/cairo-Quartz-(CGFont)-Fonts.html
926
+ -- Installing ./html/cairo-Quartz-Surfaces.html
927
+ -- Installing ./html/cairo-Regions.html
928
+ -- Installing ./html/cairo-SVG-Surfaces.html
929
+ -- Installing ./html/cairo-Transformations.html
930
+ -- Installing ./html/cairo-Types.html
931
+ -- Installing ./html/cairo-User-Fonts.html
932
+ -- Installing ./html/cairo-Version-Information.html
933
+ -- Installing ./html/cairo-Win32-Fonts.html
934
+ -- Installing ./html/cairo-Win32-Surfaces.html
935
+ -- Installing ./html/cairo-XLib-Surfaces.html
936
+ -- Installing ./html/cairo-cairo-device-t.html
937
+ -- Installing ./html/cairo-cairo-font-face-t.html
938
+ -- Installing ./html/cairo-cairo-font-options-t.html
939
+ -- Installing ./html/cairo-cairo-matrix-t.html
940
+ -- Installing ./html/cairo-cairo-pattern-t.html
941
+ -- Installing ./html/cairo-cairo-scaled-font-t.html
942
+ -- Installing ./html/cairo-cairo-surface-t.html
943
+ -- Installing ./html/cairo-cairo-t.html
944
+ -- Installing ./html/cairo-drawing.html
945
+ -- Installing ./html/cairo-fonts.html
946
+ -- Installing ./html/cairo-support.html
947
+ -- Installing ./html/cairo-surfaces.html
948
+ -- Installing ./html/cairo-text.html
949
+ -- Installing ./html/cairo.devhelp
950
+ -- Installing ./html/cairo.devhelp2
951
+ -- Installing ./html/home.png
952
+ -- Installing ./html/index-1.10.html
953
+ -- Installing ./html/index-1.2.html
954
+ -- Installing ./html/index-1.4.html
955
+ -- Installing ./html/index-1.6.html
956
+ -- Installing ./html/index-1.8.html
957
+ -- Installing ./html/index-all.html
958
+ -- Installing ./html/index.html
959
+ -- Installing ./html/index.sgml
960
+ -- Installing ./html/language-bindings.html
961
+ -- Installing ./html/left.png
962
+ -- Installing ./html/right.png
963
+ -- Installing ./html/style.css
964
+ -- Installing ./html/up.png
965
+ -- Installing ./html/index.sgml
966
+ which: gtkdoc-rebase: unknown command
967
+ make[6]: [install-data-local] Error 1 (ignored)
968
+ make[6]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc/public'
969
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc/public'
970
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc/public'
971
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
972
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
973
+ make[5]: Nothing to be done for `install-exec-am'.
974
+ make[5]: Nothing to be done for `install-data-am'.
975
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
976
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
977
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
978
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/doc'
979
+ Making install in util
980
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
981
+ make install-recursive
982
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
983
+ Making install in .
984
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
985
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
986
+ make[5]: Nothing to be done for `install-exec-am'.
987
+ make[5]: Nothing to be done for `install-data-am'.
988
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
989
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
990
+ Making install in cairo-gobject
991
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-gobject'
992
+ CC libcairo_gobject_la-cairo-gobject-enums.lo
993
+ CC libcairo_gobject_la-cairo-gobject-structs.lo
994
+ CCLD libcairo-gobject.la
995
+ Creating library file: .libs/libcairo-gobject.dll.a
996
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-gobject'
997
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib"
998
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo"
999
+ /bin/sh ../../libtool --mode=install /opt/local/bin/install -c libcairo-gobject.la 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib'
1000
+ /opt/local/bin/install -c -m 644 cairo-gobject.h 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo'
1001
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-gobject.dll.a c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/libcairo-gobject.dll.a
1002
+ libtool: install: base_file=`basename libcairo-gobject.la`
1003
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libcairo-gobject.la'i; echo libcairo-gobject-2.dll'`
1004
+ libtool: install: dldir=c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/`dirname ../bin/libcairo-gobject-2.dll`
1005
+ libtool: install: test -d c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin || mkdir -p c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin
1006
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-gobject-2.dll c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-gobject-2.dll
1007
+ libtool: install: chmod a+x c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-gobject-2.dll
1008
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-gobject-2.dll' || exit 0; fi
1009
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-gobject.lai c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/libcairo-gobject.la
1010
+ ----------------------------------------------------------------------
1011
+ Libraries have been installed in:
1012
+ c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib
1013
+
1014
+ If you ever happen to want to link against installed libraries
1015
+ in a given directory, LIBDIR, you must either use libtool, and
1016
+ specify the full pathname of the library, or use the `-LLIBDIR'
1017
+ flag during linking and do at least one of the following:
1018
+ - add LIBDIR to the `PATH' environment variable
1019
+ during execution
1020
+ - add LIBDIR to the `LD_RUN_PATH' environment variable
1021
+ during linking
1022
+ - use the `-LLIBDIR' linker flag
1023
+
1024
+ See any operating system documentation about shared libraries for
1025
+ more information, such as the ld(1) and ld.so(8) manual pages.
1026
+ ----------------------------------------------------------------------
1027
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-gobject'
1028
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-gobject'
1029
+ Making install in cairo-script
1030
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script'
1031
+ Making install in examples
1032
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script/examples'
1033
+ make[6]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script/examples'
1034
+ make[6]: Nothing to be done for `install-exec-am'.
1035
+ make[6]: Nothing to be done for `install-data-am'.
1036
+ make[6]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script/examples'
1037
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script/examples'
1038
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script'
1039
+ CC libcairo_script_interpreter_la-cairo-script-file.lo
1040
+ CC libcairo_script_interpreter_la-cairo-script-hash.lo
1041
+ CC libcairo_script_interpreter_la-cairo-script-interpreter.lo
1042
+ cairo-script-interpreter.c: In function 'cairo_script_interpreter_finish':
1043
+ cairo-script-interpreter.c:636:23: warning: comparison between 'csi_status_t' and 'enum _cairo_status'
1044
+ CC libcairo_script_interpreter_la-cairo-script-objects.lo
1045
+ CC libcairo_script_interpreter_la-cairo-script-operators.lo
1046
+ CC libcairo_script_interpreter_la-cairo-script-scanner.lo
1047
+ cairo-script-operators.c: In function '_ft_create_for_pattern':
1048
+ cairo-script-operators.c:1863:21: warning: unused variable 'vec'
1049
+ CC libcairo_script_interpreter_la-cairo-script-stack.lo
1050
+ cairo-script-operators.c: In function 'end_array_construction':
1051
+ cairo-script-operators.c:600:2: warning: cannot optimize possibly infinite loops
1052
+ CCLD libcairo-script-interpreter.la
1053
+ Creating library file: .libs/libcairo-script-interpreter.dll.a
1054
+ make[6]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script'
1055
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib"
1056
+ test -z "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo" || /bin/mkdir -p "c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo"
1057
+ /bin/sh ../../libtool --mode=install /opt/local/bin/install -c libcairo-script-interpreter.la 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib'
1058
+ /opt/local/bin/install -c -m 644 cairo-script-interpreter.h 'c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/include/cairo'
1059
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-script-interpreter.dll.a c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/libcairo-script-interpreter.dll.a
1060
+ libtool: install: base_file=`basename libcairo-script-interpreter.la`
1061
+ libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libcairo-script-interpreter.la'i; echo libcairo-script-interpreter-2.dll'`
1062
+ libtool: install: dldir=c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/`dirname ../bin/libcairo-script-interpreter-2.dll`
1063
+ libtool: install: test -d c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin || mkdir -p c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin
1064
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-script-interpreter-2.dll c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-script-interpreter-2.dll
1065
+ libtool: install: chmod a+x c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-script-interpreter-2.dll
1066
+ libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/../bin/libcairo-script-interpreter-2.dll' || exit 0; fi
1067
+ libtool: install: /opt/local/bin/install -c .libs/libcairo-script-interpreter.lai c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib/libcairo-script-interpreter.la
1068
+ ----------------------------------------------------------------------
1069
+ Libraries have been installed in:
1070
+ c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib
1071
+
1072
+ If you ever happen to want to link against installed libraries
1073
+ in a given directory, LIBDIR, you must either use libtool, and
1074
+ specify the full pathname of the library, or use the `-LLIBDIR'
1075
+ flag during linking and do at least one of the following:
1076
+ - add LIBDIR to the `PATH' environment variable
1077
+ during execution
1078
+ - add LIBDIR to the `LD_RUN_PATH' environment variable
1079
+ during linking
1080
+ - use the `-LLIBDIR' linker flag
1081
+
1082
+ See any operating system documentation about shared libraries for
1083
+ more information, such as the ld(1) and ld.so(8) manual pages.
1084
+ ----------------------------------------------------------------------
1085
+ make[6]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script'
1086
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script'
1087
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util/cairo-script'
1088
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
1089
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/util'
1090
+ Making install in boilerplate
1091
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/boilerplate'
1092
+ (cd . && sh ./make-cairo-boilerplate-constructors.sh cairo-boilerplate-getopt.c cairo-boilerplate-system.c cairo-boilerplate.c cairo-boilerplate-win32.c cairo-boilerplate-win32-printing.c cairo-boilerplate-ps.c cairo-boilerplate-pdf.c cairo-boilerplate-svg.c ) > cairo-boilerplate-constructors.c
1093
+ make install-am
1094
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/boilerplate'
1095
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/boilerplate'
1096
+ make[4]: Nothing to be done for `install-exec-am'.
1097
+ make[4]: Nothing to be done for `install-data-am'.
1098
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/boilerplate'
1099
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/boilerplate'
1100
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/boilerplate'
1101
+ Making install in test
1102
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1103
+ (cd . && sh ./make-cairo-test-constructors.sh a1-bug.c a1-image-sample.c a1-mask.c a1-mask-sample.c a1-traps-sample.c a1-rasterisation.c a8-mask.c aliasing.c alpha-similar.c api-special-cases.c big-line.c big-trap.c bilevel-image.c bug-bo-rectangular.c bug-seams.c caps.c caps-joins.c caps-joins-alpha.c caps-joins-curve.c caps-sub-paths.c clear.c clear-source.c clip-all.c clip-contexts.c clip-disjoint.c clip-device-offset.c clip-draw-unbounded.c clip-empty.c clip-empty-group.c clip-empty-save.c clip-fill.c clip-fill-no-op.c clip-fill-rule.c clip-fill-rule-pixel-aligned.c clip-group-shapes.c clip-image.c clip-nesting.c clip-operator.c clip-push-group.c clip-shape.c clip-stroke.c clip-stroke-no-op.c clip-text.c clip-twice.c clip-twice-rectangle.c clip-unbounded.c clip-zero.c clipped-group.c clipped-surface.c close-path.c close-path-current-point.c composite-integer-translate-source.c composite-integer-translate-over.c composite-integer-translate-over-repeat.c copy-path.c coverage.c create-for-stream.c create-from-png.c create-from-png-stream.c culled-glyphs.c curve-to-as-line-to.c dash-caps-joins.c dash-curve.c dash-infinite-loop.c dash-no-dash.c dash-offset.c dash-offset-negative.c dash-scale.c dash-state.c dash-zero-length.c degenerate-arc.c degenerate-arcs.c degenerate-curve-to.c degenerate-dash.c degenerate-linear-gradient.c degenerate-path.c degenerate-pen.c degenerate-radial-gradient.c degenerate-rel-curve-to.c device-offset.c device-offset-fractional.c device-offset-positive.c device-offset-scale.c error-setters.c extend-pad.c extend-pad-border.c extend-pad-similar.c extend-reflect.c extend-reflect-similar.c extend-repeat.c extend-repeat-similar.c extended-blend.c extended-blend-alpha.c fill-alpha.c fill-alpha-pattern.c fill-and-stroke.c fill-and-stroke-alpha.c fill-and-stroke-alpha-add.c fill-degenerate-sort-order.c fill-empty.c fill-image.c fill-missed-stop.c fill-rule.c filter-bilinear-extents.c filter-nearest-offset.c filter-nearest-transformed.c finer-grained-fallbacks.c font-face-get-type.c font-matrix-translation.c font-options.c glyph-cache-pressure.c get-and-set.c get-clip.c get-group-target.c get-path-extents.c gradient-alpha.c gradient-constant-alpha.c gradient-zero-stops.c gradient-zero-stops-mask.c group-clip.c group-paint.c group-unaligned.c half-coverage.c halo.c huge-linear.c huge-radial.c image-surface-source.c implicit-close.c infinite-join.c in-fill-empty-trapezoid.c in-fill-trapezoid.c invalid-matrix.c inverse-text.c joins.c large-clip.c large-font.c large-source.c large-source-roi.c large-twin-antialias-mixed.c leaky-dash.c leaky-dashed-rectangle.c leaky-dashed-stroke.c leaky-polygon.c line-width.c line-width-scale.c line-width-zero.c linear-gradient.c linear-gradient-extend.c linear-gradient-large.c linear-gradient-one-stop.c linear-gradient-reflect.c linear-gradient-subset.c linear-step-function.c linear-uniform.c long-dashed-lines.c long-lines.c mask.c mask-alpha.c mask-ctm.c mask-glyphs.c mask-surface-ctm.c mask-transformed-image.c mask-transformed-similar.c recording-surface-pattern.c mime-data.c miter-precision.c move-to-show-surface.c new-sub-path.c nil-surface.c operator.c operator-alpha.c operator-alpha-alpha.c operator-clear.c operator-source.c over-above-source.c over-around-source.c over-below-source.c over-between-source.c overlapping-glyphs.c paint.c paint-repeat.c paint-source-alpha.c paint-with-alpha.c partial-clip-text.c partial-coverage.c path-append.c path-stroke-twice.c path-precision.c pattern-get-type.c pattern-getters.c pixman-rotate.c png.c push-group.c push-group-color.c push-group-path-offset.c radial-gradient.c radial-gradient-extend.c radial-gradient-mask.c radial-gradient-mask-source.c radial-gradient-one-stop.c radial-gradient-source.c random-intersections-eo.c random-intersections-nonzero.c random-intersections-curves-eo.c random-intersections-curves-nz.c rectangle-rounding-error.c rectilinear-fill.c rectilinear-miter-limit.c rectilinear-dash.c rectilinear-stroke.c reflected-stroke.c rel-path.c rgb24-ignore-alpha.c rotate-image-surface-paint.c rotated-clip.c rounded-rectangle-fill.c rounded-rectangle-stroke.c scale-down-source-surface-paint.c scale-offset-image.c scale-offset-similar.c scale-source-surface-paint.c scaled-font-zero-matrix.c stroke-ctm-caps.c stroke-image.c select-font-face.c select-font-no-show-text.c self-copy.c self-copy-overlap.c self-intersecting.c set-source.c show-glyphs-many.c show-text-current-point.c skew-extreme.c smask.c smask-fill.c smask-image-mask.c smask-mask.c smask-paint.c smask-stroke.c smask-text.c solid-pattern-cache-stress.c source-clip.c source-clip-scale.c source-surface-scale-paint.c spline-decomposition.c subsurface.c subsurface-image-repeat.c subsurface-repeat.c subsurface-reflect.c subsurface-pad.c subsurface-modify-child.c subsurface-modify-parent.c subsurface-outside-target.c subsurface-similar-repeat.c surface-finish-twice.c surface-pattern.c surface-pattern-big-scale-down.c surface-pattern-operator.c surface-pattern-scale-down.c surface-pattern-scale-down-extend.c surface-pattern-scale-up.c text-antialias-gray.c text-antialias-none.c text-antialias-subpixel.c text-cache-crash.c text-glyph-range.c text-pattern.c text-rotate.c text-transform.c text-zero-len.c toy-font-face.c transforms.c translate-show-surface.c trap-clip.c twin.c twin-antialias-gray.c twin-antialias-mixed.c twin-antialias-none.c twin-antialias-subpixel.c unantialiased-shapes.c unbounded-operator.c user-data.c user-font.c user-font-mask.c user-font-proxy.c user-font-rescale.c xcomposite-projection.c xlib-expose-event.c zero-alpha.c zero-mask.c bitmap-font.c ft-font-create-for-ft-face.c ft-show-glyphs-positioning.c ft-show-glyphs-table.c ft-text-vertical-layout-type1.c ft-text-vertical-layout-type3.c ft-text-antialias-none.c pdf-features.c pdf-mime-data.c pdf-surface-source.c ps-eps.c ps-features.c ps-surface-source.c svg-surface.c svg-clip.c svg-surface-source.c multi-page.c ) > cairo-test-constructors.c
1104
+ make install-recursive
1105
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1106
+ Making install in pdiff
1107
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test/pdiff'
1108
+ make install-am
1109
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test/pdiff'
1110
+ CC lpyramid.lo
1111
+ CC pdiff.lo
1112
+ CCLD libpdiff.la
1113
+ make[6]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test/pdiff'
1114
+ make[6]: Nothing to be done for `install-exec-am'.
1115
+ make[6]: Nothing to be done for `install-data-am'.
1116
+ make[6]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test/pdiff'
1117
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test/pdiff'
1118
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test/pdiff'
1119
+ Making install in .
1120
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1121
+ make[5]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1122
+ make[5]: Nothing to be done for `install-exec-am'.
1123
+ make[5]: Nothing to be done for `install-data-am'.
1124
+ make[5]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1125
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1126
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1127
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/test'
1128
+ Making install in perf
1129
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/perf'
1130
+ make install-am
1131
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/perf'
1132
+ make[4]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/perf'
1133
+ make[4]: Nothing to be done for `install-exec-am'.
1134
+ make[4]: Nothing to be done for `install-data-am'.
1135
+ make[4]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/perf'
1136
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/perf'
1137
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32/perf'
1138
+ make[2]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32'
1139
+ make[3]: Entering directory `/devel/src/freedesktop/cairo/1.10.0-2_win32'
1140
+ make[3]: Nothing to be done for `install-exec-am'.
1141
+ make[3]: Nothing to be done for `install-data-am'.
1142
+ make[3]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32'
1143
+ make[2]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32'
1144
+ make[1]: Leaving directory `/devel/src/freedesktop/cairo/1.10.0-2_win32'
1145
+ rm -f cairo-1.10.0.zip
1146
+ rm -f cairo-dev-1.10.0.zip
1147
+ pwd=`pwd`; cd c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d; \
1148
+ zip "$pwd"/cairo-1.10.0.zip bin/libcairo-2.dll
1149
+ pwd=`pwd`; cd c:/devel/target/72bd3422f63c5f1b3f981fd82f3aa37d; \
1150
+ zip -r "$pwd"/cairo-dev-1.10.0.zip include/cairo lib/libcairo.dll.a lib/cairo.lib lib/pkgconfig/cairo.pc lib/pkgconfig/cairo-*.pc share/gtk-doc/html/cairo
1151
+ adding: bin/libcairo-2.dll adding: include/cairo/ (200 bytes security) (stored 0%)
1152
+ adding: include/cairo/cairo-deprecated.h (200 bytes security) (deflated 74%)
1153
+ adding: include/cairo/cairo-features.h (200 bytes security) (deflated 70%)
1154
+ adding: include/cairo/cairo-ft.h (200 bytes security) (deflated 56%)
1155
+ adding: include/cairo/cairo-gobject.h (200 bytes security) (deflated 75%)
1156
+ adding: include/cairo/cairo-pdf.h (200 bytes security) (deflated 59%)
1157
+ adding: include/cairo/cairo-ps.h (200 bytes security) (deflated 62%)
1158
+ adding: include/cairo/cairo-script-interpreter.h (200 bytes security) (deflated 66%)
1159
+ adding: include/cairo/cairo-svg.h (200 bytes security) (deflated 57%)
1160
+ adding: include/cairo/cairo-version.h (200 bytes security) (deflated 56%)
1161
+ adding: include/cairo/cairo-win32.h (200 bytes security) (deflated 65%)
1162
+ adding: include/cairo/cairo.h (200 bytes security) (deflated 77%)
1163
+ adding: lib/libcairo.dll.a (200 bytes security) (deflated 94%)
1164
+ adding: lib/cairo.lib (200 bytes security) (deflated 88%)
1165
+ adding: lib/pkgconfig/cairo.pc (200 bytes security) (deflated 33%)
1166
+ adding: lib/pkgconfig/cairo-fc.pc (200 bytes security) (deflated 30%)
1167
+ adding: lib/pkgconfig/cairo-ft.pc (200 bytes security) (deflated 29%)
1168
+ adding: lib/pkgconfig/cairo-gobject.pc (200 bytes security) (deflated 34%)
1169
+ adding: lib/pkgconfig/cairo-pdf.pc (200 bytes security) (deflated 29%)
1170
+ adding: lib/pkgconfig/cairo-png.pc (200 bytes security) (deflated 29%)
1171
+ adding: lib/pkgconfig/cairo-ps.pc (200 bytes security) (deflated 29%)
1172
+ adding: lib/pkgconfig/cairo-svg.pc (200 bytes security) (deflated 29%)
1173
+ adding: lib/pkgconfig/cairo-win32-font.pc (200 bytes security) (deflated 30%)
1174
+ adding: lib/pkgconfig/cairo-win32.pc (200 bytes security) (deflated 29%)
1175
+ adding: share/gtk-doc/html/cairo/ (200 bytes security) (stored 0%)
1176
+ adding: share/gtk-doc/html/cairo/bindings-errors.html (200 bytes security) (deflated 60%)
1177
+ adding: share/gtk-doc/html/cairo/bindings-fonts.html (200 bytes security) (deflated 60%)
1178
+ adding: share/gtk-doc/html/cairo/bindings-memory.html (200 bytes security) (deflated 63%)
1179
+ adding: share/gtk-doc/html/cairo/bindings-overloading.html (200 bytes security) (deflated 65%)
1180
+ adding: share/gtk-doc/html/cairo/bindings-path.html (200 bytes security) (deflated 64%)
1181
+ adding: share/gtk-doc/html/cairo/bindings-patterns.html (200 bytes security) (deflated 72%)
1182
+ adding: share/gtk-doc/html/cairo/bindings-return-values.html (200 bytes security) (deflated 63%)
1183
+ adding: share/gtk-doc/html/cairo/bindings-streams.html (200 bytes security) (deflated 60%)
1184
+ adding: share/gtk-doc/html/cairo/bindings-surfaces.html (200 bytes security) (deflated 62%)
1185
+ adding: share/gtk-doc/html/cairo/cairo-cairo-device-t.html (200 bytes security) (deflated 86%)
1186
+ adding: share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html (200 bytes security) (deflated 86%)
1187
+ adding: share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html (200 bytes security) (deflated 89%)
1188
+ adding: share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html (200 bytes security) (deflated 90%)
1189
+ adding: share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html (200 bytes security) (deflated 91%)
1190
+ adding: share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html (200 bytes security) (deflated 90%)
1191
+ adding: share/gtk-doc/html/cairo/cairo-cairo-surface-t.html (200 bytes security) (deflated 88%)
1192
+ adding: share/gtk-doc/html/cairo/cairo-cairo-t.html (200 bytes security) (deflated 89%)
1193
+ adding: share/gtk-doc/html/cairo/cairo-drawing.html (200 bytes security) (deflated 65%)
1194
+ adding: share/gtk-doc/html/cairo/cairo-Error-handling.html (200 bytes security) (deflated 78%)
1195
+ adding: share/gtk-doc/html/cairo/cairo-fonts.html (200 bytes security) (deflated 67%)
1196
+ adding: share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html (200 bytes security) (deflated 83%)
1197
+ adding: share/gtk-doc/html/cairo/cairo-Image-Surfaces.html (200 bytes security) (deflated 84%)
1198
+ adding: share/gtk-doc/html/cairo/cairo-Paths.html (200 bytes security) (deflated 89%)
1199
+ adding: share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html (200 bytes security) (deflated 85%)
1200
+ adding: share/gtk-doc/html/cairo/cairo-PNG-Support.html (200 bytes security) (deflated 86%)
1201
+ adding: share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html (200 bytes security) (deflated 87%)
1202
+ adding: share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html (200 bytes security) (deflated 78%)
1203
+ adding: share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html (200 bytes security) (deflated 79%)
1204
+ adding: share/gtk-doc/html/cairo/cairo-Regions.html (200 bytes security) (deflated 93%)
1205
+ adding: share/gtk-doc/html/cairo/cairo-support.html (200 bytes security) (deflated 62%)
1206
+ adding: share/gtk-doc/html/cairo/cairo-surfaces.html (200 bytes security) (deflated 70%)
1207
+ adding: share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html (200 bytes security) (deflated 58%)
1208
+ (200 bytes security) (deflated 83%)
1209
+ adding: share/gtk-doc/html/cairo/cairo-text.html (200 bytes security) (deflated 88%)
1210
+ adding: share/gtk-doc/html/cairo/cairo-Transformations.html (200 bytes security) (deflated 89%)
1211
+ adding: share/gtk-doc/html/cairo/cairo-Types.html (200 bytes security) (deflated 73%)
1212
+ adding: share/gtk-doc/html/cairo/cairo-User-Fonts.html (200 bytes security) (deflated 88%)
1213
+ adding: share/gtk-doc/html/cairo/cairo-Version-Information.html (200 bytes security) (deflated 84%)
1214
+ adding: share/gtk-doc/html/cairo/cairo-Win32-Fonts.html (200 bytes security) (deflated 87%)
1215
+ adding: share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html (200 bytes security) (deflated 85%)
1216
+ adding: share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html (200 bytes security) (deflated 87%)
1217
+ adding: share/gtk-doc/html/cairo/cairo.devhelp (200 bytes security) (deflated 88%)
1218
+ adding: share/gtk-doc/html/cairo/cairo.devhelp2 (200 bytes security) (deflated 89%)
1219
+ adding: share/gtk-doc/html/cairo/home.png (200 bytes security) (stored 0%)
1220
+ adding: share/gtk-doc/html/cairo/index-1.10.html (200 bytes security) (deflated 82%)
1221
+ adding: share/gtk-doc/html/cairo/index-1.2.html (200 bytes security) (deflated 82%)
1222
+ adding: share/gtk-doc/html/cairo/index-1.4.html (200 bytes security) (deflated 80%)
1223
+ adding: share/gtk-doc/html/cairo/index-1.6.html (200 bytes security) (deflated 73%)
1224
+ adding: share/gtk-doc/html/cairo/index-1.8.html (200 bytes security) (deflated 81%)
1225
+ adding: share/gtk-doc/html/cairo/index-all.html (200 bytes security) (deflated 89%)
1226
+ adding: share/gtk-doc/html/cairo/index.html (200 bytes security) (deflated 78%)
1227
+ adding: share/gtk-doc/html/cairo/index.sgml (200 bytes security) (deflated 90%)
1228
+ adding: share/gtk-doc/html/cairo/language-bindings.html (200 bytes security) (deflated 60%)
1229
+ adding: share/gtk-doc/html/cairo/left.png (200 bytes security) (stored 0%)
1230
+ adding: share/gtk-doc/html/cairo/right.png (200 bytes security) (stored 0%)
1231
+ adding: share/gtk-doc/html/cairo/style.css (200 bytes security) (deflated 71%)
1232
+ adding: share/gtk-doc/html/cairo/up.png (200 bytes security) (stored 0%)
1233
+ ++ cp cairo-1.10.0.zip /tmp/cairo_1.10.0-2_win32.zip
1234
+ ++ cp cairo-dev-1.10.0.zip /tmp/cairo-dev_1.10.0-2_win32.zip
1235
+ ++ cp -p src/cairo.def /devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/lib
1236
+ ++ mkdir -p /devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/share/doc/cairo_1.10.0-2_win32
1237
+ ++ cp -p COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 /devel/target/72bd3422f63c5f1b3f981fd82f3aa37d/share/doc/cairo_1.10.0-2_win32
1238
+ ++ cd /devel/target/72bd3422f63c5f1b3f981fd82f3aa37d
1239
+ ++ zip /tmp/cairo_1.10.0-2_win32.zip bin/libcairo-gobject-2.dll
1240
+ adding: bin/libcairo-gobject-2.dll (200 bytes security) (deflated 68%)
1241
+ ++ zip /tmp/cairo_1.10.0-2_win32.zip bin/libcairo-script-interpreter-2.dll
1242
+ adding: bin/libcairo-script-interpreter-2.dll (200 bytes security) (deflated 62%)
1243
+ ++ zip /tmp/cairo-dev_1.10.0-2_win32.zip lib/libcairo-gobject.dll.a
1244
+ adding: lib/libcairo-gobject.dll.a (200 bytes security) (deflated 92%)
1245
+ ++ zip /tmp/cairo-dev_1.10.0-2_win32.zip lib/libcairo-script-interpreter.dll.a
1246
+ adding: lib/libcairo-script-interpreter.dll.a (200 bytes security) (deflated 93%)
1247
+ ++ cd lib
1248
+ ++ lib.exe -machine:X86 -def:cairo.def -out:cairo.lib
1249
+ Microsoft (R) Library Manager Version 6.00.8447
1250
+ Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
1251
+
1252
+ Creating library cairo.lib and object cairo.exp
1253
+ ++ zip /tmp/cairo-dev_1.10.0-2_win32.zip lib/cairo.def lib/cairo.lib
1254
+ updating: lib/cairo.lib (200 bytes security) (deflated 88%)
1255
+ adding: lib/cairo.def (200 bytes security) (deflated 80%)
1256
+ ++ zip -r -D /tmp/cairo_1.10.0-2_win32.zip share/doc/cairo_1.10.0-2_win32
1257
+ adding: share/doc/cairo_1.10.0-2_win32/COPYING (200 bytes security) (deflated 55%)
1258
+ adding: share/doc/cairo_1.10.0-2_win32/COPYING-LGPL-2.1 (200 bytes security) (deflated 65%)
1259
+ adding: share/doc/cairo_1.10.0-2_win32/COPYING-MPL-1.1 (200 bytes security) (deflated 68%)
1260
+ ++ sed -e 's/ pixman-1 >= 0.18.4//'
1261
+ ++ mv lib/pkgconfig/cairo.pc.temp lib/pkgconfig/cairo.pc
1262
+ ++ zip /tmp/cairo-dev_1.10.0-2_win32.zip lib/pkgconfig/cairo.pc
1263
+ updating: lib/pkgconfig/cairo.pc (200 bytes security) (deflated 33%)