glib2 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (540) hide show
  1. data/ext/glib2/extconf.rb +1 -0
  2. data/ext/glib2/glib2.def +23 -0
  3. data/ext/glib2/rbgcompat.h +19 -5
  4. data/ext/glib2/rbglib.c +607 -160
  5. data/ext/glib2/rbglib.h +81 -26
  6. data/ext/glib2/rbglib2conversions.h +57 -0
  7. data/ext/glib2/rbglib_bookmarkfile.c +117 -107
  8. data/ext/glib2/rbglib_completion.c +37 -26
  9. data/ext/glib2/rbglib_convert.c +42 -30
  10. data/ext/glib2/rbglib_error.c +20 -10
  11. data/ext/glib2/rbglib_fileutils.c +48 -37
  12. data/ext/glib2/rbglib_i18n.c +24 -14
  13. data/ext/glib2/rbglib_int64.c +24 -16
  14. data/ext/glib2/rbglib_iochannel.c +146 -204
  15. data/ext/glib2/rbglib_iochannel_win32_socket.c +56 -0
  16. data/ext/glib2/rbglib_iochannelerror.c +49 -0
  17. data/ext/glib2/rbglib_keyfile.c +171 -182
  18. data/ext/glib2/rbglib_maincontext.c +107 -92
  19. data/ext/glib2/rbglib_mainloop.c +34 -21
  20. data/ext/glib2/rbglib_messages.c +53 -44
  21. data/ext/glib2/rbglib_pollfd.c +37 -26
  22. data/ext/glib2/rbglib_shell.c +29 -22
  23. data/ext/glib2/rbglib_shellerror.c +34 -0
  24. data/ext/glib2/rbglib_source.c +49 -36
  25. data/ext/glib2/rbglib_spawn.c +50 -61
  26. data/ext/glib2/rbglib_spawnerror.c +53 -0
  27. data/ext/glib2/rbglib_threads.c +28 -16
  28. data/ext/glib2/rbglib_timer.c +35 -24
  29. data/ext/glib2/rbglib_ucs4.c +79 -0
  30. data/ext/glib2/rbglib_unichar.c +209 -0
  31. data/ext/glib2/rbglib_unicode.c +34 -584
  32. data/ext/glib2/rbglib_utf16.c +78 -0
  33. data/ext/glib2/rbglib_utf8.c +259 -0
  34. data/ext/glib2/rbglib_utils.c +95 -91
  35. data/ext/glib2/rbglib_win32.c +52 -45
  36. data/ext/glib2/rbglibdeprecated.c +56 -0
  37. data/ext/glib2/rbglibdeprecated.h +34 -0
  38. data/ext/glib2/rbgobj_boxed.c +40 -33
  39. data/ext/glib2/rbgobj_closure.c +45 -34
  40. data/ext/glib2/rbgobj_convert.c +19 -9
  41. data/ext/glib2/rbgobj_enumflags.c +109 -0
  42. data/ext/glib2/rbgobj_enums.c +67 -646
  43. data/ext/glib2/rbgobj_flags.c +522 -0
  44. data/ext/glib2/rbgobj_fundamental.c +19 -6
  45. data/ext/glib2/rbgobj_object.c +90 -81
  46. data/ext/glib2/rbgobj_param.c +78 -83
  47. data/ext/glib2/rbgobj_paramspecs.c +20 -12
  48. data/ext/glib2/rbgobj_signal.c +248 -193
  49. data/ext/glib2/rbgobj_strv.c +20 -10
  50. data/ext/glib2/rbgobj_type.c +153 -149
  51. data/ext/glib2/rbgobj_typeinstance.c +49 -39
  52. data/ext/glib2/rbgobj_typeinterface.c +37 -27
  53. data/ext/glib2/rbgobj_typemodule.c +39 -29
  54. data/ext/glib2/rbgobj_typeplugin.c +36 -26
  55. data/ext/glib2/rbgobj_value.c +41 -11
  56. data/ext/glib2/rbgobj_valuearray.c +59 -23
  57. data/ext/glib2/rbgobj_valuetypes.c +27 -17
  58. data/ext/glib2/rbgobject.c +26 -40
  59. data/ext/glib2/rbgobject.h +38 -20
  60. data/ext/glib2/rbgprivate.h +87 -5
  61. data/ext/glib2/rbgutil.c +52 -238
  62. data/ext/glib2/rbgutil.h +55 -42
  63. data/ext/glib2/rbgutil_callback.c +47 -12
  64. data/ext/glib2/rbgutil_list.c +173 -0
  65. data/ext/glib2/rbgutil_list.h +85 -0
  66. data/ext/glib2/rbgutildeprecated.c +252 -0
  67. data/ext/glib2/rbgutildeprecated.h +63 -0
  68. data/lib/1.8/glib2.so +0 -0
  69. data/lib/1.9/glib2.so +0 -0
  70. data/lib/glib-mkenums.rb +2 -2
  71. data/lib/glib2.rb +2 -25
  72. data/lib/glib2/deprecatable.rb +149 -0
  73. data/lib/gnome2-raketask.rb +45 -15
  74. data/lib/gnome2-win32-binary-downloader.rb +1 -1
  75. data/lib/mkmf-gnome2.rb +37 -18
  76. data/test/test_flags.rb +129 -0
  77. data/test/test_key_file.rb +6 -2
  78. data/test/test_spawn.rb +33 -0
  79. data/vendor/local/bin/gdbus.exe +0 -0
  80. data/vendor/local/bin/gio-querymodules.exe +0 -0
  81. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  82. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  83. data/vendor/local/bin/glib-gettextize +2 -2
  84. data/vendor/local/bin/glib-mkenums +1 -1
  85. data/vendor/local/bin/gobject-query.exe +0 -0
  86. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  87. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  88. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  89. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  90. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  91. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  92. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  93. data/vendor/local/etc/bash_completion.d/gdbus-bash-completion.sh +33 -0
  94. data/vendor/local/etc/bash_completion.d/gsettings-bash-completion.sh +67 -0
  95. data/vendor/local/include/gio-win32-2.0/gio/gwin32inputstream.h +79 -0
  96. data/vendor/local/include/gio-win32-2.0/gio/gwin32outputstream.h +78 -0
  97. data/vendor/local/include/glib-2.0/gio/gapplication.h +13 -7
  98. data/vendor/local/include/glib-2.0/gio/gioenums.h +16 -5
  99. data/vendor/local/include/glib-2.0/glib/gconvert.h +2 -0
  100. data/vendor/local/include/glib-2.0/glib/gdir.h +2 -0
  101. data/vendor/local/include/glib-2.0/glib/gfileutils.h +2 -0
  102. data/vendor/local/include/glib-2.0/glib/giochannel.h +1 -1
  103. data/vendor/local/include/glib-2.0/glib/gspawn.h +2 -0
  104. data/vendor/local/include/glib-2.0/glib/gutils.h +6 -2
  105. data/vendor/local/include/glib-2.0/glib/gvarianttype.h +10 -10
  106. data/vendor/local/include/glib-2.0/gobject/gtype.h +1 -1
  107. data/vendor/local/include/glib-2.0/gobject/gvalue.h +9 -1
  108. data/vendor/local/lib/gio-2.0.lib +0 -0
  109. data/vendor/local/lib/glib-2.0.def +1 -0
  110. data/vendor/local/lib/glib-2.0.lib +0 -0
  111. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  112. data/vendor/local/lib/gmodule-2.0.lib +0 -0
  113. data/vendor/local/lib/gobject-2.0.lib +0 -0
  114. data/vendor/local/lib/gthread-2.0.lib +0 -0
  115. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  116. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  117. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  118. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  119. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  120. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  121. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  124. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  125. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  126. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  127. data/vendor/local/manifest/{glib-dev_2.28.1-1_win32.mft → glib-dev_2.28.8-1_win32.mft} +33 -20
  128. data/vendor/local/manifest/{glib_2.28.1-1_win32.mft → glib_2.28.8-1_win32.mft} +3 -3
  129. data/vendor/local/share/aclocal/gsettings.m4 +83 -0
  130. data/vendor/local/share/doc/{glib-2.28.1 → glib-2.28.8}/COPYING +0 -0
  131. data/vendor/local/share/doc/{glib-dev-2.28.1 → glib-dev-2.28.8}/COPYING +0 -0
  132. data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +0 -0
  133. data/vendor/local/share/gtk-doc/html/gio/GAction.html +3 -3
  134. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +2 -2
  135. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +3 -3
  136. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +115 -32
  137. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +329 -312
  138. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
  139. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +2 -2
  141. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +2 -2
  143. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +2 -2
  145. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +2 -2
  146. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +2 -2
  147. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +95 -40
  148. data/vendor/local/share/gtk-doc/html/gio/GDBusError.html +2 -2
  149. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +4 -4
  150. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +6 -4
  151. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +21 -11
  152. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +3 -4
  153. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +2 -2
  155. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +2 -2
  156. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +2 -2
  157. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gio/GFile.html +9 -7
  159. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +2 -2
  160. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +3 -3
  161. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +3 -3
  164. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +4 -4
  169. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +2 -2
  173. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +2 -2
  179. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/gio/GMount.html +2 -2
  181. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +6 -6
  182. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +2 -2
  185. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +2 -2
  187. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +2 -2
  189. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +11 -4
  194. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +2 -2
  195. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +3 -3
  196. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +2 -2
  200. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +2 -2
  201. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +3 -3
  211. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +2 -2
  218. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +2 -2
  219. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +2 -2
  222. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +2 -2
  223. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +2 -2
  224. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  235. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -3
  241. data/vendor/local/share/gtk-doc/html/gio/ch02.html +4 -4
  242. data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -3
  243. data/vendor/local/share/gtk-doc/html/gio/ch26.html +3 -3
  244. data/vendor/local/share/gtk-doc/html/gio/ch27.html +5 -5
  245. data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +3 -3
  246. data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +3 -3
  247. data/vendor/local/share/gtk-doc/html/gio/ch28.html +5 -5
  248. data/vendor/local/share/gtk-doc/html/gio/ch28s02.html +3 -3
  249. data/vendor/local/share/gtk-doc/html/gio/ch28s03.html +3 -3
  250. data/vendor/local/share/gtk-doc/html/gio/ch28s04.html +3 -3
  251. data/vendor/local/share/gtk-doc/html/gio/ch28s05.html +3 -3
  252. data/vendor/local/share/gtk-doc/html/gio/ch28s06.html +4 -4
  253. data/vendor/local/share/gtk-doc/html/gio/ch28s07.html +3 -3
  254. data/vendor/local/share/gtk-doc/html/gio/ch29.html +5 -5
  255. data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +3 -3
  257. data/vendor/local/share/gtk-doc/html/gio/ch29s04.html +3 -3
  258. data/vendor/local/share/gtk-doc/html/gio/ch29s05.html +5 -5
  259. data/vendor/local/share/gtk-doc/html/gio/ch29s06.html +4 -4
  260. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -9
  269. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +2 -2
  270. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +6 -5
  275. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +2 -2
  276. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +4 -4
  278. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +2 -2
  281. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +2 -2
  283. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +2 -2
  284. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +3 -3
  286. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +8 -8
  287. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +8 -8
  288. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +7 -5
  289. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +4 -4
  290. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gio/index.html +6 -6
  293. data/vendor/local/share/gtk-doc/html/gio/migrating.html +5 -5
  294. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  295. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -3
  297. data/vendor/local/share/gtk-doc/html/gio/pt02.html +3 -3
  298. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  299. data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
  300. data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
  301. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  302. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  303. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  306. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -2
  307. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  308. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  309. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +2 -2
  310. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  311. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  312. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  313. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  314. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  315. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  316. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  317. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  318. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
  319. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  320. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  321. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +26 -26
  323. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +2 -2
  327. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +2 -2
  328. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +2 -2
  329. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +2 -2
  330. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +3 -3
  332. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +2 -2
  333. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +4 -4
  334. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +99 -19
  335. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +4 -4
  336. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +4 -4
  339. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +3 -3
  342. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +5 -5
  343. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +147 -49
  344. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +123 -94
  347. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +52 -47
  348. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +4 -3
  350. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +2 -2
  352. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +5 -4
  353. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +3 -3
  354. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +4 -4
  361. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +6 -6
  362. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +5 -5
  363. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +83 -48
  365. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +3 -3
  369. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +6 -4
  374. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +287 -52
  377. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +2 -2
  378. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
  380. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +2 -2
  381. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +2 -2
  382. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +19 -14
  383. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
  384. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +17 -14
  385. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
  386. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +2 -2
  387. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +2 -2
  388. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +16 -8
  389. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +2 -2
  390. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +6 -6
  391. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +4 -4
  392. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +2 -2
  393. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +4 -4
  395. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -3
  396. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  397. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +2 -2
  398. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  399. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  400. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +5 -5
  401. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +47 -47
  402. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +5 -5
  403. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +8 -8
  404. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  405. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +49 -49
  406. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +49 -49
  407. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  408. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +5 -5
  409. data/vendor/local/share/gtk-doc/html/glib/gtester.html +5 -5
  410. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +35 -35
  411. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +4 -4
  412. data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/glib/index.sgml +1 -0
  414. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  415. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +2 -2
  416. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +2 -2
  417. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +2 -2
  418. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +2 -2
  419. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +2 -2
  420. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  421. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  422. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  423. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  425. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  426. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  428. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +2 -2
  429. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  430. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  431. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  432. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2 -2
  433. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +6 -6
  434. data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +3 -3
  435. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  436. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
  437. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +10 -10
  439. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +11 -11
  440. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +8 -8
  441. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +2 -2
  448. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +7 -7
  449. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +8 -3
  450. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +5 -3
  451. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +6 -6
  454. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +5 -5
  455. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +8 -8
  456. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +8 -8
  457. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +4 -4
  458. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +4 -4
  462. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +2 -2
  464. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +5 -5
  466. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +5 -5
  467. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +6 -6
  469. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +2 -2
  470. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  471. data/vendor/local/share/gtk-doc/html/gobject/index.html +9 -9
  472. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -3
  473. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +6 -6
  474. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +6 -6
  475. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -3
  476. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -3
  477. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -3
  478. data/vendor/local/share/gtk-doc/html/gobject/signal.html +6 -6
  479. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  484. data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
  485. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  486. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  487. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  488. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  489. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  490. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  491. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  492. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  493. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  494. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  495. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  496. data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
  497. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  498. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  499. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  500. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  501. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  502. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  503. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  504. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  505. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  506. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  507. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  508. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  509. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  510. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  511. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  512. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  513. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  514. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  515. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  516. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  517. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  518. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  519. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  520. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  521. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  522. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  523. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  524. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  525. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  526. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  527. data/vendor/local/share/man/man1/gdbus.1 +249 -0
  528. data/vendor/local/share/man/man1/gio-querymodules.1 +44 -0
  529. data/vendor/local/share/man/man1/glib-compile-schemas.1 +86 -0
  530. data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
  531. data/vendor/local/share/man/man1/glib-gettextize.1 +80 -0
  532. data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
  533. data/vendor/local/share/man/man1/gobject-query.1 +2 -2
  534. data/vendor/local/share/man/man1/gsettings.1 +153 -0
  535. data/vendor/local/src/dieterv/packaging/glib_2.28.8-1_win32.log +2919 -0
  536. data/vendor/local/src/dieterv/packaging/glib_2.28.8-1_win32.sh +157 -0
  537. metadata +45 -13
  538. data/ChangeLog +0 -3513
  539. data/vendor/local/src/tml/packaging/glib_2.28.1-1_win32.log +0 -2775
  540. data/vendor/local/src/tml/packaging/glib_2.28.1-1_win32.sh +0 -62
@@ -1,2775 +0,0 @@
1
- +++ latest --arch=win32 gettext-runtime gettext-tools glib pkg-config
2
- ++ DEPS='gettext-runtime-0.18.1.1-2 gettext-tools-0.18.1.1-2 glib-2.26.1-1 pkg-config-0.25-1'
3
- +++ latest --arch=win32 gettext-runtime
4
- ++ GETTEXT_RUNTIME=gettext-runtime-0.18.1.1-2
5
- +++ latest --arch=win32 zlib
6
- ++ ZLIB=zlib-1.2.5-2
7
- ++ PKG_CONFIG_PATH=/dummy
8
- ++ for D in '$DEPS'
9
- ++ PATH='/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/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)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
10
- ++ '[' -d /devel/dist/win32/gettext-runtime-0.18.1.1-2/lib/pkgconfig ']'
11
- ++ for D in '$DEPS'
12
- ++ PATH='/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/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)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
13
- ++ '[' -d /devel/dist/win32/gettext-tools-0.18.1.1-2/lib/pkgconfig ']'
14
- ++ for D in '$DEPS'
15
- ++ PATH='/devel/dist/win32/glib-2.26.1-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/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)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
16
- ++ '[' -d /devel/dist/win32/glib-2.26.1-1/lib/pkgconfig ']'
17
- ++ PKG_CONFIG_PATH=/devel/dist/win32/glib-2.26.1-1/lib/pkgconfig:/dummy
18
- ++ for D in '$DEPS'
19
- ++ PATH='/devel/dist/win32/pkg-config-0.25-1/bin:/devel/dist/win32/glib-2.26.1-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/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)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
20
- ++ '[' -d /devel/dist/win32/pkg-config-0.25-1/lib/pkgconfig ']'
21
- ++ lt_cv_deplibs_check_method=pass_all
22
- ++ CC='gcc -mthreads'
23
- ++ CPPFLAGS='-I/devel/dist/win32/gettext-runtime-0.18.1.1-2/include -I/devel/dist/win32/zlib-1.2.5-2/include'
24
- ++ LDFLAGS='-L/devel/dist/win32/gettext-runtime-0.18.1.1-2/lib -Wl,--enable-auto-image-base -L/devel/dist/win32/zlib-1.2.5-2/lib'
25
- ++ CFLAGS=-O2
26
- ++ ./configure --enable-silent-rules --disable-gtk-doc --prefix=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2
27
- checking for a BSD-compatible install... /opt/local/bin/install -c
28
- checking whether build environment is sane... yes
29
- checking for a thread-safe mkdir -p... /bin/mkdir -p
30
- checking for gawk... gawk
31
- checking whether make sets $(MAKE)... yes
32
- checking whether to enable maintainer-specific portions of Makefiles... no
33
- checking for gcc... gcc -mthreads
34
- checking whether the C compiler works... yes
35
- checking for C compiler default output file name... a.exe
36
- checking for suffix of executables... .exe
37
- checking whether we are cross compiling... no
38
- checking for suffix of object files... o
39
- checking whether we are using the GNU C compiler... yes
40
- checking whether gcc -mthreads accepts -g... yes
41
- checking for gcc -mthreads option to accept ISO C89... none needed
42
- checking for style of include used by make... GNU
43
- checking dependency style of gcc -mthreads... gcc3
44
- checking how to run the C preprocessor... gcc -mthreads -E
45
- checking build system type... i686-pc-mingw32
46
- checking host system type... i686-pc-mingw32
47
- checking for the BeOS... no
48
- checking for Win32... yes
49
- checking for Mac OS X Carbon support... no
50
- checking for windres... windres
51
- checking for nm... nm
52
- checking for ranlib... ranlib
53
- checking for lib.exe... yes
54
- checking whether to enable garbage collector friendliness... no
55
- checking whether to disable memory pools... no
56
- ./configure: line 5205: readlink: command not found
57
- checking for c++... c++
58
- checking whether we are using the GNU C++ compiler... yes
59
- checking whether c++ accepts -g... yes
60
- checking dependency style of c++... gcc3
61
- checking for gcc... (cached) gcc -mthreads
62
- checking whether we are using the GNU C compiler... (cached) yes
63
- checking whether gcc -mthreads accepts -g... (cached) yes
64
- checking for gcc -mthreads option to accept ISO C89... (cached) none needed
65
- checking dependency style of gcc -mthreads... (cached) gcc3
66
- checking whether gcc -mthreads and cc understand -c and -o together... yes
67
- checking for special C compiler options needed for large files... no
68
- checking for _FILE_OFFSET_BITS value needed for large files... unknown
69
- checking for _LARGE_FILES value needed for large files... unknown
70
- checking pkg-config is at least version 0.16... yes
71
- checking how to get MSVC-compatible struct packing... -mms-bitfields
72
- checking for gawk... (cached) gawk
73
- checking for perl5... no
74
- checking for perl... perl
75
- checking for indent... no
76
- checking for perl... /bin/perl
77
- checking for a Python interpreter with version >= 2.4... none
78
- checking for grep that handles long lines and -e... /bin/grep
79
- checking for egrep... /bin/grep -E
80
- checking whether we are using the GNU C Library 2.1 or newer... no
81
- checking Whether to cache iconv descriptors... yes
82
- checking for ZLIB... no
83
- checking for ANSI C header files... yes
84
- checking for sys/types.h... yes
85
- checking for sys/stat.h... yes
86
- checking for stdlib.h... yes
87
- checking for string.h... yes
88
- checking for memory.h... yes
89
- checking for strings.h... yes
90
- checking for inttypes.h... yes
91
- checking for stdint.h... yes
92
- checking for unistd.h... yes
93
- checking for inflate in -lz... yes
94
- checking zlib.h usability... yes
95
- checking zlib.h presence... yes
96
- checking for zlib.h... yes
97
- checking locale.h usability... yes
98
- checking locale.h presence... yes
99
- checking for locale.h... yes
100
- checking for LC_MESSAGES... no
101
- checking libintl.h usability... yes
102
- checking libintl.h presence... yes
103
- checking for libintl.h... yes
104
- checking for ngettext in libc... no
105
- checking for bindtextdomain in -lintl... yes
106
- checking for ngettext in -lintl... yes
107
- checking for dgettext in -lintl... yes
108
- checking for bind_textdomain_codeset... yes
109
- checking for msgfmt... /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/msgfmt
110
- checking for dcgettext... yes
111
- checking if msgfmt accepts -c... yes
112
- checking for gmsgfmt... /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/msgfmt
113
- checking for xgettext... /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/xgettext
114
- checking for catalogs to be installed... af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW
115
- checking how to print strings... printf
116
- checking for a sed that does not truncate output... /bin/sed
117
- checking for fgrep... /bin/grep -F
118
- checking for ld used by gcc -mthreads... c:/opt/mingw/mingw32/bin/ld.exe
119
- checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
120
- checking for BSD- or MS-compatible name lister (nm)... nm
121
- checking the name lister (nm) interface... BSD nm
122
- checking whether ln -s works... no, using cp -p
123
- checking the maximum length of command line arguments... 8192
124
- checking whether the shell understands some XSI constructs... yes
125
- checking whether the shell understands "+="... yes
126
- checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
127
- checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
128
- checking for c:/opt/mingw/mingw32/bin/ld.exe option to reload object files... -r
129
- checking for objdump... objdump
130
- checking how to recognize dependent libraries... (cached) pass_all
131
- checking for dlltool... dlltool
132
- checking how to associate runtime and link libraries... func_cygming_dll_for_implib
133
- checking for ar... ar
134
- checking for archiver @FILE support... @
135
- checking for strip... strip
136
- checking for ranlib... (cached) ranlib
137
- checking command to parse nm output from gcc -mthreads object... ok
138
- checking for sysroot... no
139
- checking for mt... no
140
- checking if : is a manifest tool... no
141
- checking for dlfcn.h... no
142
- checking for as... as
143
- checking for dlltool... (cached) dlltool
144
- checking for objdump... (cached) objdump
145
- checking for objdir... .libs
146
- checking if gcc -mthreads supports -fno-rtti -fno-exceptions... no
147
- checking for gcc -mthreads option to produce PIC... -DDLL_EXPORT -DPIC
148
- checking if gcc -mthreads PIC flag -DDLL_EXPORT -DPIC works... yes
149
- checking if gcc -mthreads static flag -static works... yes
150
- checking if gcc -mthreads supports -c -o file.o... yes
151
- checking if gcc -mthreads supports -c -o file.o... (cached) yes
152
- checking whether the gcc -mthreads linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
153
- checking whether -lc should be explicitly linked in... yes
154
- checking dynamic linker characteristics... Win32 ld.exe
155
- checking how to hardcode library paths into programs... immediate
156
- checking whether stripping libraries is possible... yes
157
- checking if libtool supports shared libraries... yes
158
- checking whether to build shared libraries... yes
159
- checking whether to build static libraries... no
160
- checking how to run the C++ preprocessor... c++ -E
161
- checking for ld used by c++... c:/opt/mingw/mingw32/bin/ld.exe
162
- checking if the linker (c:/opt/mingw/mingw32/bin/ld.exe) is GNU ld... yes
163
- checking whether the c++ linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
164
- checking for c++ option to produce PIC... -DDLL_EXPORT -DPIC
165
- checking if c++ PIC flag -DDLL_EXPORT -DPIC works... yes
166
- checking if c++ static flag -static works... yes
167
- checking if c++ supports -c -o file.o... yes
168
- checking if c++ supports -c -o file.o... (cached) yes
169
- checking whether the c++ linker (c:/opt/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
170
- checking dynamic linker characteristics... Win32 ld.exe
171
- checking how to hardcode library paths into programs... immediate
172
- configure: creating ./config.lt
173
- config.lt: creating libtool
174
- checking for extra flags to get ANSI library prototypes... none needed
175
- checking for extra flags for POSIX compliance... none needed
176
- checking for ANSI C header files... (cached) yes
177
- checking for vprintf... yes
178
- checking for _doprnt... no
179
- checking for size_t... yes
180
- checking for working alloca.h... no
181
- checking for alloca... yes
182
- checking for mmap... no
183
- checking for posix_memalign... no
184
- checking for memalign... no
185
- checking for valloc... no
186
- checking for fsync... no
187
- checking for pipe2... no
188
- checking for atexit... yes
189
- checking for on_exit... no
190
- checking for timegm... no
191
- checking for gmtime_r... no
192
- checking size of char... 1
193
- checking size of short... 2
194
- checking size of long... 4
195
- checking size of int... 4
196
- checking size of void *... 4
197
- checking size of long long... 8
198
- checking size of __int64... 8
199
- checking for format to printf and scanf a guint64... %I64u
200
- checking for an ANSI C-conforming const... yes
201
- checking if malloc() and friends prototypes are gmem.h compatible... yes
202
- checking for growing stack pointer... (cached) no
203
- checking for __inline... yes
204
- checking for __inline__... yes
205
- checking for inline... yes
206
- checking if inline functions in headers work... yes
207
- checking for working do while(0) macros... yes
208
- checking for ISO C99 varargs macros in C... yes
209
- checking for ISO C99 varargs macros in C++... yes
210
- checking for GNUC varargs macros... yes
211
- checking for GNUC visibility attribute... no
212
- checking whether using Sun Studio C compiler... no
213
- checking whether byte ordering is bigendian... no
214
- checking dirent.h usability... yes
215
- checking dirent.h presence... yes
216
- checking for dirent.h... yes
217
- checking float.h usability... yes
218
- checking float.h presence... yes
219
- checking for float.h... yes
220
- checking limits.h usability... yes
221
- checking limits.h presence... yes
222
- checking for limits.h... yes
223
- checking pwd.h usability... no
224
- checking pwd.h presence... no
225
- checking for pwd.h... no
226
- checking grp.h usability... no
227
- checking grp.h presence... no
228
- checking for grp.h... no
229
- checking sys/param.h usability... yes
230
- checking sys/param.h presence... yes
231
- checking for sys/param.h... yes
232
- checking sys/poll.h usability... no
233
- checking sys/poll.h presence... no
234
- checking for sys/poll.h... no
235
- checking sys/resource.h usability... no
236
- checking sys/resource.h presence... no
237
- checking for sys/resource.h... no
238
- checking sys/time.h usability... yes
239
- checking sys/time.h presence... yes
240
- checking for sys/time.h... yes
241
- checking sys/times.h usability... no
242
- checking sys/times.h presence... no
243
- checking for sys/times.h... no
244
- checking sys/wait.h usability... no
245
- checking sys/wait.h presence... no
246
- checking for sys/wait.h... no
247
- checking for unistd.h... (cached) yes
248
- checking values.h usability... yes
249
- checking values.h presence... yes
250
- checking for values.h... yes
251
- checking sys/select.h usability... no
252
- checking sys/select.h presence... no
253
- checking for sys/select.h... no
254
- checking for sys/types.h... (cached) yes
255
- checking for stdint.h... (cached) yes
256
- checking for inttypes.h... (cached) yes
257
- checking sched.h usability... no
258
- checking sched.h presence... no
259
- checking for sched.h... no
260
- checking malloc.h usability... yes
261
- checking malloc.h presence... yes
262
- checking for malloc.h... yes
263
- checking sys/vfs.h usability... no
264
- checking sys/vfs.h presence... no
265
- checking for sys/vfs.h... no
266
- checking sys/mount.h usability... no
267
- checking sys/mount.h presence... no
268
- checking for sys/mount.h... no
269
- checking sys/vmount.h usability... no
270
- checking sys/vmount.h presence... no
271
- checking for sys/vmount.h... no
272
- checking sys/statfs.h usability... no
273
- checking sys/statfs.h presence... no
274
- checking for sys/statfs.h... no
275
- checking sys/statvfs.h usability... no
276
- checking sys/statvfs.h presence... no
277
- checking for sys/statvfs.h... no
278
- checking mntent.h usability... no
279
- checking mntent.h presence... no
280
- checking for mntent.h... no
281
- checking sys/mnttab.h usability... no
282
- checking sys/mnttab.h presence... no
283
- checking for sys/mnttab.h... no
284
- checking sys/vfstab.h usability... no
285
- checking sys/vfstab.h presence... no
286
- checking for sys/vfstab.h... no
287
- checking sys/mntctl.h usability... no
288
- checking sys/mntctl.h presence... no
289
- checking for sys/mntctl.h... no
290
- checking sys/sysctl.h usability... no
291
- checking sys/sysctl.h presence... no
292
- checking for sys/sysctl.h... no
293
- checking fstab.h usability... no
294
- checking fstab.h presence... no
295
- checking for fstab.h... no
296
- checking sys/uio.h usability... no
297
- checking sys/uio.h presence... no
298
- checking for sys/uio.h... no
299
- checking sys/mkdev.h usability... no
300
- checking sys/mkdev.h presence... no
301
- checking for sys/mkdev.h... no
302
- checking for struct stat.st_mtimensec... no
303
- checking for struct stat.st_mtim.tv_nsec... no
304
- checking for struct stat.st_atimensec... no
305
- checking for struct stat.st_atim.tv_nsec... no
306
- checking for struct stat.st_ctimensec... no
307
- checking for struct stat.st_ctim.tv_nsec... no
308
- checking for struct stat.st_blksize... no
309
- checking for struct stat.st_blocks... no
310
- checking for struct statfs.f_fstypename... no
311
- checking for struct statfs.f_bavail... no
312
- checking for struct statvfs.f_basetype... no
313
- checking for struct tm.tm_gmtoff... no
314
- checking for struct tm.__tm_gmtoff... no
315
- checking for nl_langinfo and CODESET... no
316
- checking whether we are using the GNU C Library 2.1 or newer... (cached) no
317
- checking stddef.h usability... yes
318
- checking stddef.h presence... yes
319
- checking for stddef.h... yes
320
- checking for stdlib.h... (cached) yes
321
- checking for string.h... (cached) yes
322
- checking for setlocale... yes
323
- checking size of size_t... 4
324
- checking for the appropriate definition for size_t... unsigned int
325
- checking for lstat... no
326
- checking for strerror... yes
327
- checking for strsignal... no
328
- checking for memmove... yes
329
- checking for vsnprintf... yes
330
- checking for stpcpy... no
331
- checking for strcasecmp... yes
332
- checking for strncasecmp... yes
333
- checking for poll... no
334
- checking for getcwd... yes
335
- checking for vasprintf... no
336
- checking for setenv... no
337
- checking for unsetenv... no
338
- checking for getc_unlocked... no
339
- checking for readlink... no
340
- checking for symlink... no
341
- checking for fdwalk... no
342
- checking for memmem... no
343
- checking for chown... no
344
- checking for lchmod... no
345
- checking for lchown... no
346
- checking for fchmod... no
347
- checking for fchown... no
348
- checking for link... no
349
- checking for statvfs... no
350
- checking for statfs... no
351
- checking for utimes... no
352
- checking for getgrgid... no
353
- checking for getpwuid... no
354
- checking for getmntent_r... no
355
- checking for setmntent... no
356
- checking for endmntent... no
357
- checking for hasmntopt... no
358
- checking for getmntinfo... no
359
- checking for splice... no
360
- checking crt_externs.h usability... no
361
- checking crt_externs.h presence... no
362
- checking for crt_externs.h... no
363
- checking for _NSGetEnviron... no
364
- checking for C99 vsnprintf... (cached) no
365
- checking whether printf supports positional parameters... no
366
- checking value of AF_INET... 2
367
- checking value of AF_INET6... 23
368
- checking value of AF_UNIX... 1
369
- checking value of MSG_PEEK... 2
370
- checking value of MSG_OOB... 1
371
- checking value of MSG_DONTROUTE... 4
372
- checking for getprotobyname_r... no
373
- checking for endservent... no
374
- checking netdb.h usability... no
375
- checking netdb.h presence... no
376
- checking for netdb.h... no
377
- checking wspiapi.h usability... no
378
- checking wspiapi.h presence... no
379
- checking for wspiapi.h... no
380
- checking for signed... yes
381
- checking for long long... yes
382
- checking for long double... yes
383
- checking for wchar_t... yes
384
- checking for wint_t... yes
385
- checking for size_t... (cached) yes
386
- checking for ptrdiff_t... yes
387
- checking for inttypes.h... yes
388
- checking for stdint.h... yes
389
- checking for snprintf... yes
390
- checking for wcslen... yes
391
- checking for C99 snprintf... (cached) no
392
- checking for sys_errlist... no
393
- checking for sys_siglist... no
394
- checking for sys_siglist declaration... no
395
- checking for fd_set... no
396
- checking whether realloc (NULL,) will work... yes
397
- checking for nl_langinfo (CODESET)... no
398
- checking for a compliant posix_memalign() implementation... no
399
- checking for OpenBSD strlcpy/strlcat... no
400
- checking for an implementation of va_copy()... yes
401
- checking for an implementation of __va_copy()... yes
402
- checking whether va_lists can be copied by value... yes
403
- checking for the suffix of module shared libraries... .dll
404
- checking for gspawn implementation... gspawn-win32.lo
405
- checking for GIOChannel implementation... giowin32.lo
406
- checking for is_selinux_enabled in -lselinux... no
407
- checking sys/inotify.h usability... no
408
- checking sys/inotify.h presence... no
409
- checking for sys/inotify.h... no
410
- checking for FAMOpen in -lfam... no
411
- configure: WARNING: *** FAM support will not be built (FAM library not found) ***
412
- checking for getxattr in -lc... no
413
- checking for getxattr in -lattr... no
414
- checking for platform-dependent source... gwin32.lo
415
- checking whether to compile timeloop... no
416
- checking if building for some Win32 platform... yes
417
- checking for thread implementation... win32
418
- configure: WARNING: I can't find the MACRO to enable thread safety on your
419
- platform (normally it's _REENTRANT). I'll not use any flag on
420
- compilation now, but then your programs might not work.
421
- Please provide information on how it is done on your system.
422
- checking thread related cflags...
423
- checking thread related libraries...
424
- checking for localtime_r... no
425
- checking for gmtime_r... (cached) no
426
- checking size of struct _GThreadData *... 4
427
- configure: WARNING: the 'g_get_(user_name|real_name|home_dir|tmp_dir)'
428
- functions will not be MT-safe during their first call because
429
- there is no working 'getpwuid_r' on your system.
430
- configure: WARNING: the 'g_date_set_time' function will not be MT-safe
431
- because there is no 'localtime_r' on your system.
432
- checking for clock_gettime... no
433
- checking for clock_gettime in -lrt... no
434
- checking for monotonic clocks... no
435
- checking whether to use assembler code for atomic operations... checking whether GCC supports build-in atomic intrinsics... no
436
- i486
437
- checking for futex(2) system call... no
438
- checking for broken poll... yes
439
- checking whether compiler understands -Wno-pointer-sign... yes
440
- checking for EILSEQ... yes
441
- checking for gtkdoc-check... no
442
- checking for gtkdoc-rebase... no
443
- checking for gtkdoc-mkpdf... no
444
- checking whether to build gtk-doc documentation... no
445
- checking whether to include dtrace tracing support... yes
446
- checking for dtrace... no
447
- checking whether to include systemtap tracing support... no
448
- checking for DBUS1... no
449
- checking for -Bsymbolic-functions linker flag... no
450
- configure: creating ./config.status
451
- config.status: creating glib-2.0.pc
452
- config.status: creating glib-2.0-uninstalled.pc
453
- config.status: creating gmodule-2.0.pc
454
- config.status: creating gmodule-export-2.0.pc
455
- config.status: creating gmodule-no-export-2.0.pc
456
- config.status: creating gmodule-2.0-uninstalled.pc
457
- config.status: creating gmodule-no-export-2.0-uninstalled.pc
458
- config.status: creating gthread-2.0.pc
459
- config.status: creating gthread-2.0-uninstalled.pc
460
- config.status: creating gobject-2.0.pc
461
- config.status: creating gobject-2.0-uninstalled.pc
462
- config.status: creating gio-2.0.pc
463
- config.status: creating gio-unix-2.0.pc
464
- config.status: creating gio-windows-2.0.pc
465
- config.status: creating gio-2.0-uninstalled.pc
466
- config.status: creating gio-unix-2.0-uninstalled.pc
467
- config.status: creating glib-zip
468
- config.status: creating glib-gettextize
469
- config.status: creating Makefile
470
- config.status: creating build/Makefile
471
- config.status: creating build/win32/Makefile
472
- config.status: creating build/win32/dirent/Makefile
473
- config.status: creating build/win32/vs9/Makefile
474
- config.status: creating glib/Makefile
475
- config.status: creating glib/glib.stp
476
- config.status: creating glib/libcharset/Makefile
477
- config.status: creating glib/gnulib/Makefile
478
- config.status: creating glib/pcre/Makefile
479
- config.status: creating glib/update-pcre/Makefile
480
- config.status: creating glib/tests/Makefile
481
- config.status: creating gmodule/Makefile
482
- config.status: creating gmodule/gmoduleconf.h
483
- config.status: creating gobject/Makefile
484
- config.status: creating gobject/gobject.stp
485
- config.status: creating gobject/glib-mkenums
486
- config.status: creating gobject/tests/Makefile
487
- config.status: creating gthread/Makefile
488
- config.status: creating gthread/tests/Makefile
489
- config.status: creating gio/Makefile
490
- config.status: creating gio/xdgmime/Makefile
491
- config.status: creating gio/inotify/Makefile
492
- config.status: creating gio/libasyncns/Makefile
493
- config.status: creating gio/fen/Makefile
494
- config.status: creating gio/fam/Makefile
495
- config.status: creating gio/win32/Makefile
496
- config.status: creating gio/tests/Makefile
497
- config.status: creating po/Makefile.in
498
- config.status: creating docs/Makefile
499
- config.status: creating docs/reference/Makefile
500
- config.status: creating docs/reference/glib/Makefile
501
- config.status: creating docs/reference/glib/version.xml
502
- config.status: creating docs/reference/gobject/Makefile
503
- config.status: creating docs/reference/gobject/version.xml
504
- config.status: creating docs/reference/gio/Makefile
505
- config.status: creating docs/reference/gio/version.xml
506
- config.status: creating tests/Makefile
507
- config.status: creating tests/gobject/Makefile
508
- config.status: creating tests/refcount/Makefile
509
- config.status: creating m4macros/Makefile
510
- config.status: creating config.h
511
- config.status: executing depfiles commands
512
- config.status: executing default-1 commands
513
- config.status: executing libtool commands
514
- config.status: executing glib/glibconfig.h commands
515
- config.status: executing chmod-scripts commands
516
- ++ cd glib
517
- ++ make glibconfig.h.win32
518
- cd .. && /bin/sh ./config.status glib/glibconfig.h.win32
519
- config.status: creating glib/glibconfig.h.win32
520
- ++ make glibconfig-stamp
521
- GEN glibconfig-stamp
522
- config.status: executing glib/glibconfig.h commands
523
- config.status: glib/glibconfig.h is unchanged
524
- ++ mv glibconfig.h glibconfig.h.autogened
525
- ++ cp glibconfig.h.win32 glibconfig.h
526
- ++ PATH='/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin:/devel/dist/win32/pkg-config-0.25-1/bin:/devel/dist/win32/glib-2.26.1-1/bin:/devel/dist/win32/gettext-tools-0.18.1.1-2/bin:/devel/dist/win32/gettext-runtime-0.18.1.1-2/bin:/opt/MSVS6/VC98/Bin:/opt/MSVS6/Common/MSDev98/Bin:/opt/MSVS6/Common/Tools:/opt/misc/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)/Novell/GroupWise:/c/Program Files (x86)/QuickTime/QTSystem/'
527
- ++ make -j3 install
528
- Making install in .
529
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32'
530
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32'
531
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
532
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext"
533
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/pkgconfig" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/pkgconfig"
534
- /opt/local/bin/install -c mkinstalldirs 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext'
535
- /opt/local/bin/install -c glib-gettextize 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
536
- /opt/local/bin/install -c -m 644 glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc gio-windows-2.0.pc 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/pkgconfig'
537
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32'
538
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32'
539
- Making install in m4macros
540
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
541
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
542
- make[2]: Nothing to be done for `install-exec-am'.
543
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/aclocal" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/aclocal"
544
- /opt/local/bin/install -c -m 644 glib-2.0.m4 glib-gettext.m4 gsettings.m4 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/aclocal'
545
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
546
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/m4macros'
547
- Making install in glib
548
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
549
- make install-recursive
550
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
551
- Making install in libcharset
552
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
553
- sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-add.sin > t-ref-add.sed
554
- sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-del.sin > t-ref-del.sed
555
- CC localcharset.lo
556
- mv t-ref-del.sed ref-del.sed
557
- mv t-ref-add.sed ref-add.sed
558
- /bin/sh ./config.charset 'i686-pc-mingw32' > t-charset.alias
559
- mv t-charset.alias charset.alias
560
- CCLD libcharset.la
561
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
562
- /bin/sh ../../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
563
- make[4]: Nothing to be done for `install-data-am'.
564
- if test -f c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias; then \
565
- sed -f ref-add.sed c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias > c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
566
- /opt/local/bin/install -c -m 644 c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias ; \
567
- rm -f c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
568
- else \
569
- if test no = no; then \
570
- sed -f ref-add.sed charset.alias > c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
571
- /opt/local/bin/install -c -m 644 c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.alias ; \
572
- rm -f c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/charset.tmp ; \
573
- fi ; \
574
- fi
575
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
576
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/libcharset'
577
- Making install in gnulib
578
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
579
- CC asnprintf.lo
580
- CC printf-args.lo
581
- CC printf-parse.lo
582
- CC vasnprintf.lo
583
- CC printf.lo
584
- CCLD libgnulib.la
585
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
586
- make[4]: Nothing to be done for `install-exec-am'.
587
- make[4]: Nothing to be done for `install-data-am'.
588
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
589
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/gnulib'
590
- Making install in pcre
591
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
592
- CC pcre_compile.lo
593
- CC pcre_config.lo
594
- CC pcre_chartables.lo
595
- CC pcre_dfa_exec.lo
596
- CC pcre_exec.lo
597
- CC pcre_fullinfo.lo
598
- CC pcre_get.lo
599
- CC pcre_globals.lo
600
- CC pcre_newline.lo
601
- CC pcre_ord2utf8.lo
602
- CC pcre_study.lo
603
- CC pcre_tables.lo
604
- CC pcre_try_flipped.lo
605
- CC pcre_ucp_searchfuncs.lo
606
- CC pcre_xclass.lo
607
- CCLD libpcre.la
608
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
609
- make[4]: Nothing to be done for `install-exec-am'.
610
- make[4]: Nothing to be done for `install-data-am'.
611
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
612
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/pcre'
613
- Making install in update-pcre
614
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
615
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
616
- make[4]: Nothing to be done for `install-exec-am'.
617
- make[4]: Nothing to be done for `install-data-am'.
618
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
619
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/update-pcre'
620
- Making install in .
621
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
622
- CC gasyncqueue.lo
623
- CC gatomic.lo
624
- CC garray.lo
625
- CC gbacktrace.lo
626
- CC gbase64.lo
627
- CC gbitlock.lo
628
- CC gbuffer.lo
629
- CC gbookmarkfile.lo
630
- CC gcache.lo
631
- CC gchecksum.lo
632
- CC gcompletion.lo
633
- CC gconvert.lo
634
- gconvert.c: In function 'g_iconv':
635
- gconvert.c:313:3: warning: passing argument 2 of 'iconv' from incompatible pointer type
636
- win_iconv.c:775:1: note: expected 'const char **' but argument is of type 'gchar **'
637
- In file included from gconvert.c:35:0:
638
- win_iconv.c: In function 'utf32_mbtowc':
639
- win_iconv.c:1532:10: warning: 'wc' may be used uninitialized in this function
640
- CC gdataset.lo
641
- CC gdate.lo
642
- CC gdatetime.lo
643
- CC gdir.lo
644
- CC gerror.lo
645
- CC gfileutils.lo
646
- CC ghash.lo
647
- gfileutils.c: In function 'write_to_temp_file':
648
- gfileutils.c:1015:2: warning: label 'no_fsync' defined but not used
649
- CC ghook.lo
650
- CC ghostutils.lo
651
- CC giochannel.lo
652
- CC gkeyfile.lo
653
- CC glist.lo
654
- CC gmain.lo
655
- CC gmappedfile.lo
656
- CC gmarkup.lo
657
- CC gmem.lo
658
- CC gmessages.lo
659
- CC gnode.lo
660
- CC goption.lo
661
- CC gpattern.lo
662
- CC gpoll.lo
663
- CC gprimes.lo
664
- CC gqsort.lo
665
- CC gqueue.lo
666
- CC grel.lo
667
- CC grand.lo
668
- CC gregex.lo
669
- CC gscanner.lo
670
- CC gsequence.lo
671
- CC gshell.lo
672
- CC gslice.lo
673
- CC gslist.lo
674
- CC gstdio.lo
675
- CC gstrfuncs.lo
676
- CC gstring.lo
677
- gstdio.c: In function 'g_stat':
678
- gstdio.c:491:3: warning: passing argument 2 of '_wstat' from incompatible pointer type
679
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/sys/stat.h:251:37: note: expected 'struct _stat *' but argument is of type 'struct GStatBuf *'
680
- CC gtestutils.lo
681
- CC gthread.lo
682
- CC gthreadpool.lo
683
- gtestutils.c: In function 'g_test_log_send':
684
- gtestutils.c:174:13: warning: unknown conversion type character 'L' in format
685
- gtestutils.c:174:13: warning: too many arguments for format
686
- gtestutils.c: In function 'g_assertion_message_cmpnum':
687
- gtestutils.c:1387:5: warning: unknown conversion type character 'L' in format
688
- gtestutils.c:1387:5: warning: format '%s' expects type 'char *', but argument 3 has type 'long double'
689
- gtestutils.c:1387:5: warning: unknown conversion type character 'L' in format
690
- gtestutils.c:1387:5: warning: too many arguments for format
691
- gtestutils.c:1389:5: warning: unknown conversion type character 'L' in format
692
- gtestutils.c:1389:5: warning: format '%s' expects type 'char *', but argument 3 has type 'long double'
693
- gtestutils.c:1389:5: warning: unknown conversion type character 'L' in format
694
- gtestutils.c:1389:5: warning: too many arguments for format
695
- CC gtimer.lo
696
- CC gtimezone.lo
697
- CC gtree.lo
698
- CC guniprop.lo
699
- CC gutf8.lo
700
- CC gunibreak.lo
701
- CC gunicollate.lo
702
- CC gunidecomp.lo
703
- CC gurifuncs.lo
704
- CC gutils.lo
705
- CC gvariant.lo
706
- CC gvariant-core.lo
707
- gutils.c: In function 'g_win32_get_system_data_dirs_for_module':
708
- gutils.c:2792:11: warning: 'hmodule' may be used uninitialized in this function
709
- CC gvariant-parser.lo
710
- CC gvariant-serialiser.lo
711
- CC gvarianttypeinfo.lo
712
- CC gvarianttype.lo
713
- CC gprintf.lo
714
- CC giowin32.lo
715
- CC gspawn-win32.lo
716
- CC gwin32.lo
717
- giowin32.c: In function 'g_io_channel_new_file_utf8':
718
- giowin32.c:1680:7: warning: case value '9' not in enumerated type
719
- giowin32.c:1684:7: warning: case value '10' not in enumerated type
720
- giowin32.c:1688:7: warning: case value '12' not in enumerated type
721
- giowin32.c:1734:7: warning: case value '9' not in enumerated type
722
- giowin32.c:1735:7: warning: case value '10' not in enumerated type
723
- giowin32.c:1736:7: warning: case value '12' not in enumerated type
724
- giowin32.c: In function 'g_io_win32_sock_write':
725
- giowin32.c:1513:7: warning: 'winsock_error' may be used uninitialized in this function
726
- giowin32.c: In function 'g_io_win32_sock_read':
727
- giowin32.c:1452:7: warning: 'winsock_error' may be used uninitialized in this function
728
- cd .. && /bin/sh ./config.status glib/glib.rc
729
- CC gspawn-win32-helper.o
730
- GEN glib.def
731
- gspawn-win32.c:67:14: warning: 'debug' defined but not used
732
- CC gspawn-win32-helper-console.o
733
- gspawn-win32.c:67:14: warning: 'debug' defined but not used
734
- config.status: creating glib/glib.rc
735
- windres glib.rc glib-win32-res.o
736
- CCLD libglib-2.0.la
737
- Creating library file: .libs/libglib-2.0.dll.a
738
- lib -machine:X86 -name:libglib-2.0-0.dll -def:glib.def -out:glib-2.0.lib
739
- Microsoft (R) Library Manager Version 6.00.8447
740
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
741
-
742
- Creating library glib-2.0.lib and object glib-2.0.exp
743
- CCLD gspawn-win32-helper-console.exe
744
- CCLD gspawn-win32-helper.exe
745
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
746
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
747
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
748
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include"
749
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libglib-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
750
- /opt/local/bin/install -c -m 644 glibconfig.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0/include'
751
- /opt/local/bin/install -c glib-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
752
- /opt/local/bin/install -c glib.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/glib-2.0.def
753
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb"
754
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0"
755
- libtool: install: /opt/local/bin/install -c .libs/libglib-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libglib-2.0.dll.a
756
- /opt/local/bin/install -c glib.py 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb'
757
- /opt/local/bin/install -c -m 644 glib-object.h glib.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0'
758
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib"
759
- test -z "" || /bin/mkdir -p ""
760
- libtool: install: base_file=`basename libglib-2.0.la`
761
- /opt/local/bin/install -c -m 644 galloca.h garray.h gasyncqueue.h gatomic.h gbacktrace.h gbase64.h gbitlock.h gbookmarkfile.h gcache.h gchecksum.h gcompletion.h gconvert.h gdataset.h gdate.h gdatetime.h gdir.h gerror.h gfileutils.h ghash.h ghook.h ghostutils.h gi18n.h gi18n-lib.h giochannel.h gkeyfile.h glist.h gmacros.h gmain.h gmappedfile.h gmarkup.h gmem.h gmessages.h gnode.h goption.h gpattern.h gpoll.h gprimes.h gqsort.h gquark.h gqueue.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib'
762
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libglib-2.0.la'i; echo libglib-2.0-0.dll'`
763
- /opt/local/bin/install -c -m 644 grand.h gregex.h grel.h gscanner.h gsequence.h gshell.h gslice.h gslist.h gspawn.h gstdio.h gstrfuncs.h gtestutils.h gstring.h gthread.h gthreadpool.h gtimer.h gtimezone.h gtree.h gtypes.h gunicode.h gurifuncs.h gutils.h gvarianttype.h gvariant.h gwin32.h gprintf.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/glib'
764
- make install-data-hook
765
- libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libglib-2.0-0.dll`
766
- libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
767
- libtool: install: /opt/local/bin/install -c .libs/libglib-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libglib-2.0-0.dll
768
- libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libglib-2.0-0.dll
769
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libglib-2.0-0.dll' || exit 0; fi
770
- libtool: install: /opt/local/bin/install -c .libs/libglib-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libglib-2.0.la
771
- make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
772
- GEN libglib-gdb.py
773
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
774
- mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load
775
- /opt/local/bin/install -c libglib-gdb.py c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load/libglib-2.0.so.0.2800.1-gdb.py
776
- make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
777
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c gspawn-win32-helper.exe gspawn-win32-helper-console.exe 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
778
- libtool: install: /opt/local/bin/install -c .libs/gspawn-win32-helper.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gspawn-win32-helper.exe
779
- libtool: install: /opt/local/bin/install -c .libs/gspawn-win32-helper-console.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gspawn-win32-helper-console.exe
780
- make install-exec-hook
781
- make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
782
- make[5]: Nothing to be done for `install-exec-hook'.
783
- make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
784
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
785
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
786
- Making install in tests
787
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
788
- CC testing.o
789
- CC option-context.o
790
- CC keyfile.o
791
- CC fileutils.o
792
- CC printf.o
793
- printf.c: In function 'test_64bit':
794
- printf.c:724:3: warning: unknown conversion type character 'l' in format
795
- printf.c:724:3: warning: too many arguments for format
796
- printf.c:728:3: warning: unknown conversion type character 'l' in format
797
- printf.c:728:3: warning: too many arguments for format
798
- printf.c:732:3: warning: unknown conversion type character 'l' in format
799
- printf.c:732:3: warning: too many arguments for format
800
- printf.c:736:3: warning: unknown conversion type character 'l' in format
801
- printf.c:736:3: warning: too many arguments for format
802
- fileutils.c: In function 'test_build_filename':
803
- fileutils.c:252:3: warning: not enough variable arguments to fit a sentinel
804
- printf.c:740:3: warning: unknown conversion type character 'l' in format
805
- printf.c:740:3: warning: too many arguments for format
806
- printf.c:744:3: warning: unknown conversion type character 'l' in format
807
- printf.c:744:3: warning: too many arguments for format
808
- printf.c:748:3: warning: unknown conversion type character 'l' in format
809
- printf.c:748:3: warning: too many arguments for format
810
- printf.c:752:3: warning: unknown conversion type character 'l' in format
811
- printf.c:752:3: warning: too many arguments for format
812
- printf.c: In function 'test_64bit2':
813
- printf.c:845:7: warning: unknown conversion type character 'l' in format
814
- printf.c:845:7: warning: too many arguments for format
815
- printf.c:854:7: warning: unknown conversion type character 'l' in format
816
- printf.c:854:7: warning: too many arguments for format
817
- printf.c:863:7: warning: unknown conversion type character 'l' in format
818
- printf.c:863:7: warning: too many arguments for format
819
- printf.c:872:7: warning: unknown conversion type character 'l' in format
820
- printf.c:872:7: warning: too many arguments for format
821
- printf.c:881:7: warning: unknown conversion type character 'l' in format
822
- printf.c:881:7: warning: too many arguments for format
823
- printf.c:890:7: warning: unknown conversion type character 'l' in format
824
- printf.c:890:7: warning: too many arguments for format
825
- printf.c:899:7: warning: unknown conversion type character 'l' in format
826
- printf.c:899:7: warning: too many arguments for format
827
- printf.c:908:7: warning: unknown conversion type character 'l' in format
828
- printf.c:908:7: warning: too many arguments for format
829
- CC protocol.o
830
- CC rand.o
831
- CC string.o
832
- CC strfuncs.o
833
- CC markup-parse.o
834
- CC markup-collect.o
835
- CC markup-escape.o
836
- CC markup-subparser.o
837
- CC array-test.o
838
- CC hostutils.o
839
- CC gvariant.o
840
- CC mem-overflow.o
841
- CC utils.o
842
- CC regex.o
843
- CC base64.o
844
- CC sequence.o
845
- CC scannerapi.o
846
- CC shell.o
847
- CC collate.o
848
- CC utf8-pointer.o
849
- CC utf8-validate.o
850
- CC utf8-misc.o
851
- CC checksum.o
852
- CC hash.o
853
- CC date.o
854
- CC node.o
855
- CC convert.o
856
- CC list.o
857
- CC slist.o
858
- CC queue.o
859
- CC tree.o
860
- CC uri.o
861
- CC dir.o
862
- CC pattern.o
863
- CC logging.o
864
- CC error.o
865
- CC bookmarkfile.o
866
- CC gdatetime.o
867
- CC timeout.o
868
- CC environment.o
869
- CCLD testing.exe
870
- CCLD option-context.exe
871
- CCLD keyfile.exe
872
- CCLD fileutils.exe
873
- CCLD printf.exe
874
- CCLD protocol.exe
875
- CCLD rand.exe
876
- CCLD strfuncs.exe
877
- CCLD string.exe
878
- CCLD markup-parse.exe
879
- CCLD markup-collect.exe
880
- CCLD markup-escape.exe
881
- CCLD markup-subparser.exe
882
- CCLD array-test.exe
883
- CCLD hostutils.exe
884
- CCLD gvariant.exe
885
- CCLD mem-overflow.exe
886
- CCLD utils.exe
887
- CCLD regex.exe
888
- CCLD base64.exe
889
- CCLD sequence.exe
890
- CCLD scannerapi.exe
891
- CCLD shell.exe
892
- CCLD collate.exe
893
- CCLD utf8-pointer.exe
894
- CCLD utf8-validate.exe
895
- CCLD utf8-misc.exe
896
- CCLD checksum.exe
897
- CCLD hash.exe
898
- CCLD date.exe
899
- CCLD node.exe
900
- CCLD convert.exe
901
- CCLD list.exe
902
- CCLD slist.exe
903
- CCLD queue.exe
904
- CCLD tree.exe
905
- CCLD uri.exe
906
- CCLD dir.exe
907
- CCLD pattern.exe
908
- CCLD logging.exe
909
- CCLD error.exe
910
- CCLD bookmarkfile.exe
911
- CCLD gdatetime.exe
912
- CCLD timeout.exe
913
- CCLD environment.exe
914
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
915
- make[4]: Nothing to be done for `install-exec-am'.
916
- make[4]: Nothing to be done for `install-data-am'.
917
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
918
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib/tests'
919
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
920
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/glib'
921
- Making install in gmodule
922
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
923
- make install-am
924
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
925
- cd .. && /bin/sh ./config.status gmodule/gmodule.rc
926
- CC gmodule.lo
927
- GEN gmodule.def
928
- config.status: creating gmodule/gmodule.rc
929
- GEN gmodule-win32-res.o
930
- CCLD libgmodule-2.0.la
931
- Creating library file: .libs/libgmodule-2.0.dll.a
932
- lib -machine:X86 -name:libgmodule-2.0-0.dll -def:gmodule.def -out:gmodule-2.0.lib
933
- Microsoft (R) Library Manager Version 6.00.8447
934
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
935
-
936
- Creating library gmodule-2.0.lib and object gmodule-2.0.exp
937
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
938
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
939
- /opt/local/bin/install -c gmodule-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
940
- /opt/local/bin/install -c gmodule.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gmodule-2.0.def
941
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0"
942
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgmodule-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
943
- /opt/local/bin/install -c -m 644 gmodule.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0'
944
- make install-data-hook
945
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
946
- make[4]: Nothing to be done for `install-data-hook'.
947
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
948
- libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgmodule-2.0.dll.a
949
- libtool: install: base_file=`basename libgmodule-2.0.la`
950
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgmodule-2.0.la'i; echo libgmodule-2.0-0.dll'`
951
- libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgmodule-2.0-0.dll`
952
- libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
953
- libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgmodule-2.0-0.dll
954
- libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgmodule-2.0-0.dll
955
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgmodule-2.0-0.dll' || exit 0; fi
956
- libtool: install: /opt/local/bin/install -c .libs/libgmodule-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgmodule-2.0.la
957
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
958
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
959
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gmodule'
960
- Making install in gthread
961
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
962
- Making install in .
963
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
964
- cd .. && /bin/sh ./config.status gthread/gthread.rc
965
- CC gthread-impl.lo
966
- gthread-impl.c: In function 'g_thread_init':
967
- gthread-impl.c:320:7: warning: the address of 'g_thread_gettime_impl' will always evaluate as 'true'
968
- config.status: creating gthread/gthread.rc
969
- GEN gthread-win32-res.o
970
- CCLD libgthread-2.0.la
971
- Creating library file: .libs/libgthread-2.0.dll.a
972
- lib -machine:X86 -name:libgthread-2.0-0.dll -def:./gthread.def -out:gthread-2.0.lib
973
- Microsoft (R) Library Manager Version 6.00.8447
974
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
975
-
976
- Creating library gthread-2.0.lib and object gthread-2.0.exp
977
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
978
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
979
- /opt/local/bin/install -c gthread-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
980
- /opt/local/bin/install -c ./gthread.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gthread-2.0.def
981
- make install-data-hook
982
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgthread-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
983
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
984
- make[4]: Nothing to be done for `install-data-hook'.
985
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
986
- libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgthread-2.0.dll.a
987
- libtool: install: base_file=`basename libgthread-2.0.la`
988
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgthread-2.0.la'i; echo libgthread-2.0-0.dll'`
989
- libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgthread-2.0-0.dll`
990
- libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
991
- libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgthread-2.0-0.dll
992
- libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgthread-2.0-0.dll
993
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgthread-2.0-0.dll' || exit 0; fi
994
- libtool: install: /opt/local/bin/install -c .libs/libgthread-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgthread-2.0.la
995
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
996
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
997
- Making install in tests
998
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
999
- CC 1bit-mutex.o
1000
- CC 1bit_emufutex-1bit-mutex.o
1001
- CCLD 1bit-mutex.exe
1002
- CCLD 1bit-emufutex.exe
1003
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1004
- make[3]: Nothing to be done for `install-exec-am'.
1005
- make[3]: Nothing to be done for `install-data-am'.
1006
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1007
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread/tests'
1008
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gthread'
1009
- Making install in gobject
1010
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1011
- CC glib-genmarshal.o
1012
- CCLD glib-genmarshal.exe
1013
- make glib-genmarshal.exe
1014
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1015
- make[2]: `glib-genmarshal.exe' is up to date.
1016
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1017
- GEN stamp-gmarshal.h
1018
- GEN gmarshal.c
1019
- make install-recursive
1020
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1021
- Making install in .
1022
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1023
- CC gatomicarray.lo
1024
- CC gboxed.lo
1025
- CC gbinding.lo
1026
- CC gclosure.lo
1027
- CC genums.lo
1028
- CC gobject.lo
1029
- CC gparam.lo
1030
- CC gparamspecs.lo
1031
- CC gsignal.lo
1032
- CC gsourceclosure.lo
1033
- CC gtype.lo
1034
- CC gtypemodule.lo
1035
- CC gtypeplugin.lo
1036
- CC gvalue.lo
1037
- CC gvaluearray.lo
1038
- CC gvaluetransform.lo
1039
- CC gvaluetypes.lo
1040
- cd .. && /bin/sh ./config.status gobject/gobject.rc
1041
- GEN gobject.def
1042
- CC gobject-query.o
1043
- CC testgobject.o
1044
- config.status: creating gobject/gobject.rc
1045
- GEN gobject-win32-res.o
1046
- CCLD libgobject-2.0.la
1047
- Creating library file: .libs/libgobject-2.0.dll.a
1048
- lib -machine:X86 -name:libgobject-2.0-0.dll -def:gobject.def -out:gobject-2.0.lib
1049
- Microsoft (R) Library Manager Version 6.00.8447
1050
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
1051
-
1052
- Creating library gobject-2.0.lib and object gobject-2.0.exp
1053
- CCLD gobject-query.exe
1054
- CCLD testgobject.exe
1055
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1056
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
1057
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
1058
- /opt/local/bin/install -c gobject-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
1059
- /opt/local/bin/install -c gobject.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gobject-2.0.def
1060
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb"
1061
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgobject-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
1062
- /opt/local/bin/install -c glib-mkenums 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
1063
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gobject" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gobject"
1064
- /opt/local/bin/install -c gobject.py 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gdb'
1065
- libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgobject-2.0.dll.a
1066
- test -z "" || /bin/mkdir -p ""
1067
- /opt/local/bin/install -c -m 644 gbinding.h gboxed.h gclosure.h genums.h gobject.h gparam.h gparamspecs.h gsignal.h gsourceclosure.h gtype.h gtypemodule.h gtypeplugin.h gvalue.h gvaluearray.h gvaluecollector.h gvaluetypes.h gobjectnotifyqueue.c gmarshal.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gobject'
1068
- libtool: install: base_file=`basename libgobject-2.0.la`
1069
- make install-data-hook
1070
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgobject-2.0.la'i; echo libgobject-2.0-0.dll'`
1071
- libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgobject-2.0-0.dll`
1072
- make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1073
- libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
1074
- libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgobject-2.0-0.dll
1075
- GEN libgobject-gdb.py
1076
- libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgobject-2.0-0.dll
1077
- mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load/
1078
- /opt/local/bin/install -c libgobject-gdb.py c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/gdb/auto-load//libgobject-2.0.so.0.2800.1-gdb.py
1079
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgobject-2.0-0.dll' || exit 0; fi
1080
- libtool: install: /opt/local/bin/install -c .libs/libgobject-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgobject-2.0.la
1081
- make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1082
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
1083
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c gobject-query.exe glib-genmarshal.exe 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
1084
- libtool: install: /opt/local/bin/install -c .libs/gobject-query.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gobject-query.exe
1085
- libtool: install: /opt/local/bin/install -c .libs/glib-genmarshal.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/glib-genmarshal.exe
1086
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1087
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1088
- Making install in tests
1089
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1090
- CC threadtests.o
1091
- CC dynamictests.o
1092
- CC binding.o
1093
- CC reference.o
1094
- CC properties.o
1095
- CC ifaceproperties.o
1096
- CCLD threadtests.exe
1097
- CCLD dynamictests.exe
1098
- CCLD binding.exe
1099
- CCLD properties.exe
1100
- CCLD reference.exe
1101
- CCLD ifaceproperties.exe
1102
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1103
- make[4]: Nothing to be done for `install-exec-am'.
1104
- make[4]: Nothing to be done for `install-data-am'.
1105
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1106
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject/tests'
1107
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1108
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gobject'
1109
- Making install in gio
1110
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1111
- make install-recursive
1112
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1113
- Making install in win32
1114
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1115
- CC libgiowin32_la-gwin32directorymonitor.lo
1116
- CC libgiowin32_la-gwinhttpvfs.lo
1117
- CC libgiowin32_la-gwinhttpfile.lo
1118
- CC libgiowin32_la-gwinhttpfileinputstream.lo
1119
- CC libgiowin32_la-gwinhttpfileoutputstream.lo
1120
- CCLD libgiowin32.la
1121
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1122
- make[4]: Nothing to be done for `install-exec-am'.
1123
- make[4]: Nothing to be done for `install-data-am'.
1124
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1125
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/win32'
1126
- Making install in .
1127
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1128
- CC gappinfo.lo
1129
- CC gasyncinitable.lo
1130
- CC gasynchelper.lo
1131
- CC gasyncresult.lo
1132
- CC gbufferedinputstream.lo
1133
- CC gbufferedoutputstream.lo
1134
- CC gcancellable.lo
1135
- CC gcontenttype.lo
1136
- CC gcharsetconverter.lo
1137
- CC gconverter.lo
1138
- CC gconverterinputstream.lo
1139
- CC gconverteroutputstream.lo
1140
- CC gcredentials.lo
1141
- CC gdatainputstream.lo
1142
- CC gdataoutputstream.lo
1143
- gcredentials.c:87:2: warning: #warning Please add GCredentials support for your OS
1144
- CC gdrive.lo
1145
- CC gdummyfile.lo
1146
- CC gdummyproxyresolver.lo
1147
- CC gdummytlsbackend.lo
1148
- CC gemblem.lo
1149
- CC gemblemedicon.lo
1150
- CC gfile.lo
1151
- CC gfileattribute.lo
1152
- CC gfileenumerator.lo
1153
- CC gfileicon.lo
1154
- CC gfileinfo.lo
1155
- CC gfileinputstream.lo
1156
- CC gfilemonitor.lo
1157
- CC gfileoutputstream.lo
1158
- CC gfilenamecompleter.lo
1159
- CC gfileiostream.lo
1160
- CC gfilterinputstream.lo
1161
- CC gfilteroutputstream.lo
1162
- CC gicon.lo
1163
- CC ginetaddress.lo
1164
- CC ginetsocketaddress.lo
1165
- CC ginitable.lo
1166
- CC ginputstream.lo
1167
- CC gioerror.lo
1168
- CC giomodule.lo
1169
- CC gioscheduler.lo
1170
- CC giostream.lo
1171
- CC gloadableicon.lo
1172
- CC gmount.lo
1173
- CC gmemoryinputstream.lo
1174
- CC gmemoryoutputstream.lo
1175
- CC gmountoperation.lo
1176
- CC gnativevolumemonitor.lo
1177
- CC gnetworkaddress.lo
1178
- CC gnetworkservice.lo
1179
- CC goutputstream.lo
1180
- CC gpermission.lo
1181
- CC gpollableinputstream.lo
1182
- CC gpollableoutputstream.lo
1183
- CC gpollfilemonitor.lo
1184
- CC gproxyresolver.lo
1185
- CC gresolver.lo
1186
- CC gseekable.lo
1187
- CC gsimpleasyncresult.lo
1188
- CC gsimplepermission.lo
1189
- CC gsocket.lo
1190
- CC gsocketaddress.lo
1191
- CC gsocketaddressenumerator.lo
1192
- gsocket.c: In function 'g_socket_details_from_fd':
1193
- gsocket.c:325:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1194
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1195
- gsocket.c:369:32: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
1196
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'guint *'
1197
- gsocket.c:414:36: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
1198
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:541:32: note: expected 'int *' but argument is of type 'guint *'
1199
- gsocket.c:420:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1200
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1201
- gsocket.c: In function 'g_socket_get_local_address':
1202
- gsocket.c:1242:46: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
1203
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:542:32: note: expected 'int *' but argument is of type 'guint32 *'
1204
- gsocket.c: In function 'g_socket_get_remote_address':
1205
- gsocket.c:1285:50: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
1206
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:541:32: note: expected 'int *' but argument is of type 'guint32 *'
1207
- gsocket.c: In function 'g_socket_check_connect_result':
1208
- gsocket.c:1711:3: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
1209
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsock2.h:543:32: note: expected 'int *' but argument is of type 'guint *'
1210
- CC gsocketclient.lo
1211
- CC gsocketconnectable.lo
1212
- CC gsocketconnection.lo
1213
- CC gsocketcontrolmessage.lo
1214
- CC gsocketinputstream.lo
1215
- CC gsocketlistener.lo
1216
- CC gsocketoutputstream.lo
1217
- CC gproxy.lo
1218
- CC gproxyaddress.lo
1219
- CC gproxyaddressenumerator.lo
1220
- CC gsocketservice.lo
1221
- CC gsrvtarget.lo
1222
- CC gtcpconnection.lo
1223
- CC gtcpwrapperconnection.lo
1224
- CC gthreadedsocketservice.lo
1225
- CC gthemedicon.lo
1226
- CC gthreadedresolver.lo
1227
- CC gtlsbackend.lo
1228
- CC gtlscertificate.lo
1229
- CC gtlsclientconnection.lo
1230
- CC gtlsconnection.lo
1231
- CC gtlsserverconnection.lo
1232
- CC gunionvolumemonitor.lo
1233
- CC gvfs.lo
1234
- CC gvolume.lo
1235
- CC gvolumemonitor.lo
1236
- CC gzlibcompressor.lo
1237
- CC gzlibdecompressor.lo
1238
- CC gioenumtypes.lo
1239
- CC gwin32appinfo.lo
1240
- CC gwin32mount.lo
1241
- CC gwin32resolver.lo
1242
- CC gwin32volumemonitor.lo
1243
- CC gwin32inputstream.lo
1244
- gwin32volumemonitor.c: In function 'get_connected_drives':
1245
- gwin32volumemonitor.c:172:11: warning: unused variable 'wc_name'
1246
- gwin32volumemonitor.c:171:11: warning: unused variable 'found'
1247
- gwin32volumemonitor.c:170:11: warning: unused variable 'find_handle'
1248
- CC gwin32outputstream.lo
1249
- CC gactiongroup.lo
1250
- CC gsimpleactiongroup.lo
1251
- CC gaction.lo
1252
- CC gsimpleaction.lo
1253
- CC gapplicationcommandline.lo
1254
- CC gapplicationimpl-dbus.lo
1255
- CC gapplication.lo
1256
- CC gvdb-reader.lo
1257
- CC gdelayedsettingsbackend.lo
1258
- CC gkeyfilesettingsbackend.lo
1259
- CC gmemorysettingsbackend.lo
1260
- CC gnullsettingsbackend.lo
1261
- CC gsettingsbackend.lo
1262
- CC gsettingsschema.lo
1263
- CC gsettings-mapping.lo
1264
- CC gsettings.lo
1265
- CC gregistrysettingsbackend.lo
1266
- CC gdbusutils.lo
1267
- gregistrysettingsbackend.c:500:1: warning: 'registry_cache_dump' defined but not used
1268
- CC gdbusaddress.lo
1269
- CC gdbusauthobserver.lo
1270
- CC gdbusauth.lo
1271
- CC gdbusauthmechanism.lo
1272
- CC gdbusauthmechanismanon.lo
1273
- CC gdbusauthmechanismexternal.lo
1274
- CC gdbusauthmechanismsha1.lo
1275
- CC gdbuserror.lo
1276
- gdbusauthmechanismexternal.c: In function 'mechanism_client_initiate':
1277
- gdbusauthmechanismexternal.c:355:2: warning: #warning Dont know how to send credentials on this OS. The EXTERNAL D-Bus authentication mechanism will not work.
1278
- gdbusauthmechanismsha1.c: In function 'ensure_keyring_directory':
1279
- gdbusauthmechanismsha1.c:287:2: warning: #warning Please implement permission checking on this non-UNIX platform
1280
- CC gdbusconnection.lo
1281
- CC gdbusmessage.lo
1282
- CC gdbusnameowning.lo
1283
- gdbusmessage.c: In function 'g_dbus_message_copy':
1284
- gdbusmessage.c:3256:2: warning: label 'out' defined but not used
1285
- CC gdbusnamewatching.lo
1286
- CC gdbusproxy.lo
1287
- CC gdbusprivate.lo
1288
- CC gdbusintrospection.lo
1289
- gdbusprivate.c: In function 'write_message_continue_writing':
1290
- gdbusprivate.c:1075:2: warning: label 'out' defined but not used
1291
- gdbusprivate.c: At top level:
1292
- gdbusprivate.c:937:1: warning: 'on_socket_ready' defined but not used
1293
- CC gdbusmethodinvocation.lo
1294
- CC gdbusserver.lo
1295
- CC glocaldirectorymonitor.lo
1296
- CC glocalfile.lo
1297
- CC glocalfileenumerator.lo
1298
- CC glocalfileinfo.lo
1299
- CC glocalfileinputstream.lo
1300
- CC glocalfilemonitor.lo
1301
- CC glocalfileoutputstream.lo
1302
- CC glocalfileiostream.lo
1303
- CC glocalvfs.lo
1304
- CC gsocks4proxy.lo
1305
- CC gsocks4aproxy.lo
1306
- CC gsocks5proxy.lo
1307
- CC gio-marshal.lo
1308
- cd .. && /bin/sh ./config.status gio/gio.rc
1309
- GEN gio.def
1310
- CC gio-querymodules.o
1311
- CC gvdb-builder.o
1312
- CC glib-compile-schemas.o
1313
- CC gsettings-tool.o
1314
- CC gdbus-tool.o
1315
- CCLD glib-compile-schemas.exe
1316
- config.status: creating gio/gio.rc
1317
- windres gio.rc gio-win32-res.o
1318
- CCLD libgio-2.0.la
1319
- Creating library file: .libs/libgio-2.0.dll.a
1320
- CCLD gsettings.exe
1321
- CCLD gio-querymodules.exe
1322
- CCLD gdbus.exe
1323
- lib -machine:X86 -name:libgio-2.0-0.dll -def:gio.def -out:gio-2.0.lib
1324
- Microsoft (R) Library Manager Version 6.00.8447
1325
- Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
1326
-
1327
- Creating library gio-2.0.lib and object gio-2.0.exp
1328
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1329
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib"
1330
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/etc/bash_completion.d" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/etc/bash_completion.d"
1331
- /opt/local/bin/install -c gio-2.0.lib c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib
1332
- /opt/local/bin/install -c gio.def c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gio-2.0.def
1333
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/schemas" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/schemas"
1334
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c libgio-2.0.la 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib'
1335
- /opt/local/bin/install -c gdbus-bash-completion.sh gsettings-bash-completion.sh 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/etc/bash_completion.d'
1336
- /opt/local/bin/install -c -m 644 gschema.dtd 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/schemas'
1337
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/"
1338
- test -z "" || /bin/mkdir -p ""
1339
- libtool: install: /opt/local/bin/install -c .libs/libgio-2.0.dll.a c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgio-2.0.dll.a
1340
- /opt/local/bin/install -c -m 644 gappinfo.h gasyncinitable.h gasyncresult.h gbufferedinputstream.h gbufferedoutputstream.h gcancellable.h gcontenttype.h gcharsetconverter.h gconverter.h gconverterinputstream.h gconverteroutputstream.h gdatainputstream.h gdataoutputstream.h gdrive.h gemblem.h gemblemedicon.h gfile.h gfileattribute.h gfileenumerator.h gfileicon.h gfileinfo.h gfileinputstream.h gfilemonitor.h gfilenamecompleter.h gfileoutputstream.h gfileiostream.h gfilterinputstream.h gfilteroutputstream.h gicon.h ginetaddress.h ginetsocketaddress.h ginputstream.h ginitable.h gio.h giotypes.h gioenums.h gioerror.h giomodule.h gioscheduler.h giostream.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/'
1341
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/gio-win32-2.0/gio" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/gio-win32-2.0/gio"
1342
- /opt/local/bin/install -c -m 644 gloadableicon.h gmount.h gmemoryinputstream.h gmemoryoutputstream.h gmountoperation.h gnativevolumemonitor.h gnetworkaddress.h gnetworkservice.h goutputstream.h gpermission.h gpollableinputstream.h gpollableoutputstream.h gproxyaddress.h gproxy.h gproxyaddressenumerator.h gproxyresolver.h gresolver.h gseekable.h gsimpleasyncresult.h gsimplepermission.h gsocket.h gsocketaddress.h gsocketaddressenumerator.h gsocketclient.h gsocketconnectable.h gsocketconnection.h gsocketcontrolmessage.h gsocketlistener.h gsocketservice.h gsrvtarget.h gtcpconnection.h gtcpwrapperconnection.h gthreadedsocketservice.h gthemedicon.h gtlsbackend.h gtlscertificate.h gtlsclientconnection.h gtlsconnection.h gtlsserverconnection.h gvfs.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/'
1343
- libtool: install: base_file=`basename libgio-2.0.la`
1344
- /opt/local/bin/install -c -m 644 gwin32inputstream.h gwin32outputstream.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/gio-win32-2.0/gio'
1345
- /opt/local/bin/install -c -m 644 gvolume.h gvolumemonitor.h gzlibcompressor.h gzlibdecompressor.h gactiongroup.h gsimpleactiongroup.h gaction.h gsimpleaction.h gapplicationcommandline.h gapplication.h gsettingsbackend.h gsettings.h gdbusauthobserver.h gcredentials.h gdbusutils.h gdbuserror.h gdbusaddress.h gdbusconnection.h gdbusmessage.h gdbusnameowning.h gdbusnamewatching.h gdbusproxy.h gdbusintrospection.h gdbusmethodinvocation.h gdbusserver.h gioenumtypes.h 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/include/glib-2.0/gio/'
1346
- /bin/sh ../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/gio/modules
1347
- make install-data-hook
1348
- libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libgio-2.0.la'i; echo libgio-2.0-0.dll'`
1349
- libtool: install: dldir=c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/`dirname ../bin/libgio-2.0-0.dll`
1350
- libtool: install: test -d c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin || mkdir -p c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin
1351
- libtool: install: /opt/local/bin/install -c .libs/libgio-2.0-0.dll c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgio-2.0-0.dll
1352
- libtool: install: chmod a+x c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgio-2.0-0.dll
1353
- libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/../bin/libgio-2.0-0.dll' || exit 0; fi
1354
- libtool: install: /opt/local/bin/install -c .libs/libgio-2.0.lai c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/lib/libgio-2.0.la
1355
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin"
1356
- /bin/sh ../libtool --mode=install /opt/local/bin/install -c gio-querymodules.exe glib-compile-schemas.exe gsettings.exe gdbus.exe 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin'
1357
- make[5]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1358
- make[5]: Nothing to be done for `install-data-hook'.
1359
- make[5]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1360
- libtool: install: /opt/local/bin/install -c .libs/gio-querymodules.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gio-querymodules.exe
1361
- libtool: install: /opt/local/bin/install -c .libs/glib-compile-schemas.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/glib-compile-schemas.exe
1362
- libtool: install: /opt/local/bin/install -c .libs/gsettings.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gsettings.exe
1363
- libtool: install: /opt/local/bin/install -c .libs/gdbus.exe c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/bin/gdbus.exe
1364
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1365
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1366
- Making install in tests
1367
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1368
- CC io-stream.o
1369
- CC actions.o
1370
- CC memory-input-stream.o
1371
- CC memory-output-stream.o
1372
- CC readwrite.o
1373
- CC g-file.o
1374
- CC g-file-info.o
1375
- CC converter-stream.o
1376
- CC data-input-stream.o
1377
- CC data-output-stream.o
1378
- CC g-icon.o
1379
- CC buffered-input-stream.o
1380
- CC buffered-output-stream.o
1381
- CC sleepy-stream.o
1382
- CC filter-streams.o
1383
- CC volumemonitor.o
1384
- CC srvtarget.o
1385
- CC simple-async-result.o
1386
- CC contexts.o
1387
- CC gsettings.o
1388
- CC gschema-compile.o
1389
- gschema-compile.c: In function 'test_schema':
1390
- gschema-compile.c:32:7: warning: passing argument 2 of 'execve' from incompatible pointer type
1391
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'gchar **'
1392
- gschema-compile.c:32:7: warning: passing argument 3 of 'execve' from incompatible pointer type
1393
- c:\opt\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/process.h:119:42: note: expected 'const char * const*' but argument is of type 'gchar **'
1394
- CC async-close-output-stream.o
1395
- CC gdbus-addresses.o
1396
- CC network-address.o
1397
- CC gdbus-message.o
1398
- CC socket.o
1399
- CC pollable.o
1400
- CC resolver.o
1401
- CC win32-streams.o
1402
- CC socket-server.o
1403
- socket-common.c:3:20: warning: 'unix_socket_address_types' defined but not used
1404
- CC socket-client.o
1405
- CC echo-server.o
1406
- CC httpd.o
1407
- socket-common.c:3:20: warning: 'unix_socket_address_types' defined but not used
1408
- CC filter-cat.o
1409
- CC send-data.o
1410
- CC gdbus-example-export.o
1411
- CC gdbus-example-own-name.o
1412
- CC gdbus-example-watch-name.o
1413
- CC gdbus-example-watch-proxy.o
1414
- CC gdbus-example-server.o
1415
- CC gdbus-example-subtree.o
1416
- CC gdbus-example-peer.o
1417
- CC gdbus-example-proxy-subclass.o
1418
- CC gdbus-connection-flush-helper.o
1419
- CC appinfo-test.o
1420
- appinfo-test.c: In function 'main':
1421
- appinfo-test.c:13:3: warning: implicit declaration of function 'getpid'
1422
- CC proxy.o
1423
- CC gapplication-example-open.o
1424
- CC gapplication-example-cmdline.o
1425
- CC gapplication-example-cmdline2.o
1426
- CC gapplication-example-actions.o
1427
- /devel/dist/win32/gettext-tools-0.18.1.1-2/bin/msgfmt -o test.mo ./de.po; \
1428
- /bin/mkdir -p de/LC_MESSAGES; \
1429
- cp -f test.mo de/LC_MESSAGES
1430
- CCLD actions.exe
1431
- CCLD io-stream.exe
1432
- CCLD memory-input-stream.exe
1433
- CCLD memory-output-stream.exe
1434
- CCLD readwrite.exe
1435
- CCLD g-file.exe
1436
- CCLD g-file-info.exe
1437
- CCLD converter-stream.exe
1438
- CCLD data-input-stream.exe
1439
- CCLD data-output-stream.exe
1440
- CCLD g-icon.exe
1441
- CCLD buffered-input-stream.exe
1442
- CCLD buffered-output-stream.exe
1443
- CCLD sleepy-stream.exe
1444
- CCLD filter-streams.exe
1445
- CCLD volumemonitor.exe
1446
- CCLD simple-async-result.exe
1447
- CCLD srvtarget.exe
1448
- CCLD contexts.exe
1449
- CCLD gsettings.exe
1450
- CCLD gschema-compile.exe
1451
- CCLD async-close-output-stream.exe
1452
- CCLD gdbus-addresses.exe
1453
- CCLD network-address.exe
1454
- CCLD gdbus-message.exe
1455
- CCLD socket.exe
1456
- CCLD pollable.exe
1457
- CCLD win32-streams.exe
1458
- CCLD resolver.exe
1459
- CCLD socket-server.exe
1460
- CCLD socket-client.exe
1461
- CCLD echo-server.exe
1462
- CCLD httpd.exe
1463
- CCLD send-data.exe
1464
- CCLD filter-cat.exe
1465
- CCLD gdbus-example-export.exe
1466
- CCLD gdbus-example-own-name.exe
1467
- CCLD gdbus-example-watch-name.exe
1468
- CCLD gdbus-example-watch-proxy.exe
1469
- CCLD gdbus-example-server.exe
1470
- CCLD gdbus-example-subtree.exe
1471
- CCLD gdbus-example-peer.exe
1472
- CCLD gdbus-example-proxy-subclass.exe
1473
- CCLD gdbus-connection-flush-helper.exe
1474
- CCLD appinfo-test.exe
1475
- CCLD proxy.exe
1476
- CCLD gapplication-example-open.exe
1477
- CCLD gapplication-example-cmdline.exe
1478
- CCLD gapplication-example-cmdline2.exe
1479
- CCLD gapplication-example-actions.exe
1480
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1481
- make[4]: Nothing to be done for `install-exec-am'.
1482
- make[4]: Nothing to be done for `install-data-am'.
1483
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1484
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio/tests'
1485
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1486
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/gio'
1487
- Making install in tests
1488
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1489
- Making install in gobject
1490
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1491
- GEN testmarshal.c
1492
- GEN stamp-testmarshal.h
1493
- make install-am
1494
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1495
- CC testmarshal.lo
1496
- CC testmodule.lo
1497
- CCLD libtestgobject.la
1498
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1499
- make[4]: Nothing to be done for `install-exec-am'.
1500
- make[4]: Nothing to be done for `install-data-am'.
1501
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1502
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1503
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/gobject'
1504
- Making install in refcount
1505
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1506
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1507
- make[3]: Nothing to be done for `install-exec-am'.
1508
- make[3]: Nothing to be done for `install-data-am'.
1509
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1510
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests/refcount'
1511
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1512
- CC libmoduletestplugin_a.lo
1513
- CC testglib.o
1514
- CC libmoduletestplugin_b.lo
1515
- CC testgdate.o
1516
- CC testgdateparser.o
1517
- CC unicode-normalize.o
1518
- CC unicode-collate.o
1519
- CC errorcheck-mutex-test.o
1520
- CC assert-msg-test.o
1521
- CCLD libmoduletestplugin_a.la
1522
- CCLD libmoduletestplugin_b.la
1523
- CCLD testglib.exe
1524
- Creating library file: .libs/libmoduletestplugin_a.dll.a
1525
- Creating library file: .libs/libmoduletestplugin_b.dll.a
1526
- CCLD testgdate.exe
1527
- CCLD testgdateparser.exe
1528
- CCLD unicode-normalize.exe
1529
- CCLD unicode-collate.exe
1530
- CCLD errorcheck-mutex-test.exe
1531
- CCLD assert-msg-test.exe
1532
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1533
- make[3]: Nothing to be done for `install-exec-am'.
1534
- make[3]: Nothing to be done for `install-data-am'.
1535
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1536
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1537
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/tests'
1538
- Making install in po
1539
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/po'
1540
- if test -r ".././mkinstalldirs"; then \
1541
- .././mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share; \
1542
- else \
1543
- /bin/sh ../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share; \
1544
- fi
1545
- installing af.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/af/LC_MESSAGES/glib20.mo
1546
- installing am.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/am/LC_MESSAGES/glib20.mo
1547
- installing ar.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ar/LC_MESSAGES/glib20.mo
1548
- installing as.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/as/LC_MESSAGES/glib20.mo
1549
- installing ast.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ast/LC_MESSAGES/glib20.mo
1550
- installing az.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/az/LC_MESSAGES/glib20.mo
1551
- installing be.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/be/LC_MESSAGES/glib20.mo
1552
- installing be@latin.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/be@latin/LC_MESSAGES/glib20.mo
1553
- installing bg.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bg/LC_MESSAGES/glib20.mo
1554
- installing bn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bn/LC_MESSAGES/glib20.mo
1555
- installing bn_IN.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bn_IN/LC_MESSAGES/glib20.mo
1556
- installing bs.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/bs/LC_MESSAGES/glib20.mo
1557
- installing ca.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ca/LC_MESSAGES/glib20.mo
1558
- installing ca@valencia.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
1559
- installing cs.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/cs/LC_MESSAGES/glib20.mo
1560
- installing cy.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/cy/LC_MESSAGES/glib20.mo
1561
- installing da.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/da/LC_MESSAGES/glib20.mo
1562
- installing de.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/de/LC_MESSAGES/glib20.mo
1563
- installing dz.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/dz/LC_MESSAGES/glib20.mo
1564
- installing el.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/el/LC_MESSAGES/glib20.mo
1565
- installing en_CA.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/en_CA/LC_MESSAGES/glib20.mo
1566
- installing en_GB.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/en_GB/LC_MESSAGES/glib20.mo
1567
- installing en@shaw.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/en@shaw/LC_MESSAGES/glib20.mo
1568
- installing eo.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/eo/LC_MESSAGES/glib20.mo
1569
- installing es.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/es/LC_MESSAGES/glib20.mo
1570
- installing et.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/et/LC_MESSAGES/glib20.mo
1571
- installing eu.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/eu/LC_MESSAGES/glib20.mo
1572
- installing fa.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/fa/LC_MESSAGES/glib20.mo
1573
- installing fi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/fi/LC_MESSAGES/glib20.mo
1574
- installing fr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/fr/LC_MESSAGES/glib20.mo
1575
- installing ga.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ga/LC_MESSAGES/glib20.mo
1576
- installing gl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/gl/LC_MESSAGES/glib20.mo
1577
- installing gu.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/gu/LC_MESSAGES/glib20.mo
1578
- installing he.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/he/LC_MESSAGES/glib20.mo
1579
- installing hi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hi/LC_MESSAGES/glib20.mo
1580
- installing hr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hr/LC_MESSAGES/glib20.mo
1581
- installing hu.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hu/LC_MESSAGES/glib20.mo
1582
- installing hy.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/hy/LC_MESSAGES/glib20.mo
1583
- installing id.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/id/LC_MESSAGES/glib20.mo
1584
- installing is.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/is/LC_MESSAGES/glib20.mo
1585
- installing it.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/it/LC_MESSAGES/glib20.mo
1586
- installing ja.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ja/LC_MESSAGES/glib20.mo
1587
- installing ka.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ka/LC_MESSAGES/glib20.mo
1588
- installing kk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/kk/LC_MESSAGES/glib20.mo
1589
- installing kn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/kn/LC_MESSAGES/glib20.mo
1590
- installing ko.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ko/LC_MESSAGES/glib20.mo
1591
- installing ku.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ku/LC_MESSAGES/glib20.mo
1592
- installing lt.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/lt/LC_MESSAGES/glib20.mo
1593
- installing lv.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/lv/LC_MESSAGES/glib20.mo
1594
- installing mai.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mai/LC_MESSAGES/glib20.mo
1595
- installing mg.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mg/LC_MESSAGES/glib20.mo
1596
- installing mk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mk/LC_MESSAGES/glib20.mo
1597
- installing ml.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ml/LC_MESSAGES/glib20.mo
1598
- installing mn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mn/LC_MESSAGES/glib20.mo
1599
- installing mr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/mr/LC_MESSAGES/glib20.mo
1600
- installing ms.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ms/LC_MESSAGES/glib20.mo
1601
- installing nb.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nb/LC_MESSAGES/glib20.mo
1602
- installing nds.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nds/LC_MESSAGES/glib20.mo
1603
- installing ne.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ne/LC_MESSAGES/glib20.mo
1604
- installing nl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nl/LC_MESSAGES/glib20.mo
1605
- installing nn.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/nn/LC_MESSAGES/glib20.mo
1606
- installing oc.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/oc/LC_MESSAGES/glib20.mo
1607
- installing or.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/or/LC_MESSAGES/glib20.mo
1608
- installing pa.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pa/LC_MESSAGES/glib20.mo
1609
- installing pl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pl/LC_MESSAGES/glib20.mo
1610
- installing ps.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ps/LC_MESSAGES/glib20.mo
1611
- installing pt.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pt/LC_MESSAGES/glib20.mo
1612
- installing pt_BR.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/pt_BR/LC_MESSAGES/glib20.mo
1613
- installing ro.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ro/LC_MESSAGES/glib20.mo
1614
- installing ru.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ru/LC_MESSAGES/glib20.mo
1615
- installing rw.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/rw/LC_MESSAGES/glib20.mo
1616
- installing si.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/si/LC_MESSAGES/glib20.mo
1617
- installing sk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sk/LC_MESSAGES/glib20.mo
1618
- installing sl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sl/LC_MESSAGES/glib20.mo
1619
- installing sq.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sq/LC_MESSAGES/glib20.mo
1620
- installing sr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sr/LC_MESSAGES/glib20.mo
1621
- installing sr@latin.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sr@latin/LC_MESSAGES/glib20.mo
1622
- installing sr@ije.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sr@ije/LC_MESSAGES/glib20.mo
1623
- installing sv.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/sv/LC_MESSAGES/glib20.mo
1624
- installing ta.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ta/LC_MESSAGES/glib20.mo
1625
- installing te.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/te/LC_MESSAGES/glib20.mo
1626
- installing th.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/th/LC_MESSAGES/glib20.mo
1627
- installing tl.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/tl/LC_MESSAGES/glib20.mo
1628
- installing tr.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/tr/LC_MESSAGES/glib20.mo
1629
- installing ug.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/ug/LC_MESSAGES/glib20.mo
1630
- installing tt.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/tt/LC_MESSAGES/glib20.mo
1631
- installing uk.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/uk/LC_MESSAGES/glib20.mo
1632
- installing vi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/vi/LC_MESSAGES/glib20.mo
1633
- installing wa.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/wa/LC_MESSAGES/glib20.mo
1634
- installing xh.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/xh/LC_MESSAGES/glib20.mo
1635
- installing yi.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/yi/LC_MESSAGES/glib20.mo
1636
- installing zh_CN.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/zh_CN/LC_MESSAGES/glib20.mo
1637
- installing zh_HK.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/zh_HK/LC_MESSAGES/glib20.mo
1638
- installing zh_TW.gmo as c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/locale/zh_TW/LC_MESSAGES/glib20.mo
1639
- if test "glib" = "glib"; then \
1640
- if test -r ".././mkinstalldirs"; then \
1641
- .././mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext/po; \
1642
- else \
1643
- /bin/sh ../mkinstalldirs c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext/po; \
1644
- fi; \
1645
- /opt/local/bin/install -c -m 644 ./Makefile.in.in \
1646
- c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/glib-2.0/gettext/po/Makefile.in.in; \
1647
- else \
1648
- : ; \
1649
- fi
1650
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/po'
1651
- Making install in docs
1652
- make[1]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
1653
- Making install in reference
1654
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
1655
- Making install in glib
1656
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1657
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1658
- make[4]: Nothing to be done for `install-exec-am'.
1659
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1"
1660
- -- Installing ./html/annotation-glossary.html
1661
- -- Installing ./html/api-index-2-10.html
1662
- -- Installing ./html/api-index-2-12.html
1663
- -- Installing ./html/api-index-2-14.html
1664
- /opt/local/bin/install -c -m 644 glib-gettextize.1 gtester.1 gtester-report.1 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1'
1665
- -- Installing ./html/api-index-2-16.html
1666
- -- Installing ./html/api-index-2-18.html
1667
- -- Installing ./html/api-index-2-2.html
1668
- -- Installing ./html/api-index-2-20.html
1669
- -- Installing ./html/api-index-2-22.html
1670
- -- Installing ./html/api-index-2-24.html
1671
- -- Installing ./html/api-index-2-26.html
1672
- -- Installing ./html/api-index-2-28.html
1673
- -- Installing ./html/api-index-2-4.html
1674
- -- Installing ./html/api-index-2-6.html
1675
- -- Installing ./html/api-index-2-8.html
1676
- -- Installing ./html/api-index-deprecated.html
1677
- -- Installing ./html/api-index-full.html
1678
- -- Installing ./html/file-name-encodings.png
1679
- -- Installing ./html/glib-Arrays.html
1680
- -- Installing ./html/glib-Asynchronous-Queues.html
1681
- -- Installing ./html/glib-Atomic-Operations.html
1682
- -- Installing ./html/glib-Automatic-String-Completion.html
1683
- -- Installing ./html/glib-Balanced-Binary-Trees.html
1684
- -- Installing ./html/glib-Base64-Encoding.html
1685
- -- Installing ./html/glib-Basic-Types.html
1686
- -- Installing ./html/glib-Bookmark-file-parser.html
1687
- -- Installing ./html/glib-Byte-Arrays.html
1688
- -- Installing ./html/glib-Byte-Order-Macros.html
1689
- -- Installing ./html/glib-Caches.html
1690
- -- Installing ./html/glib-Character-Set-Conversion.html
1691
- -- Installing ./html/glib-Commandline-option-parser.html
1692
- -- Installing ./html/glib-Data-Checksums.html
1693
- -- Installing ./html/glib-Datasets.html
1694
- -- Installing ./html/glib-Date-and-Time-Functions.html
1695
- -- Installing ./html/glib-Double-ended-Queues.html
1696
- -- Installing ./html/glib-Doubly-Linked-Lists.html
1697
- -- Installing ./html/glib-Dynamic-Loading-of-Modules.html
1698
- -- Installing ./html/glib-Error-Reporting.html
1699
- -- Installing ./html/glib-File-Utilities.html
1700
- -- Installing ./html/glib-GDateTime.html
1701
- -- Installing ./html/glib-GTimeZone.html
1702
- -- Installing ./html/glib-GVariant.html
1703
- -- Installing ./html/glib-GVariantType.html
1704
- -- Installing ./html/glib-Glob-style-pattern-matching.html
1705
- -- Installing ./html/glib-Hash-Tables.html
1706
- -- Installing ./html/glib-Hook-Functions.html
1707
- -- Installing ./html/glib-Hostname-Utilities.html
1708
- -- Installing ./html/glib-I18N.html
1709
- -- Installing ./html/glib-IO-Channels.html
1710
- -- Installing ./html/glib-Key-value-file-parser.html
1711
- -- Installing ./html/glib-Keyed-Data-Lists.html
1712
- -- Installing ./html/glib-Lexical-Scanner.html
1713
- -- Installing ./html/glib-Limits-of-Basic-Types.html
1714
- -- Installing ./html/glib-Memory-Allocation.html
1715
- -- Installing ./html/glib-Memory-Allocators.html
1716
- -- Installing ./html/glib-Memory-Chunks.html
1717
- -- Installing ./html/glib-Memory-Slices.html
1718
- -- Installing ./html/glib-Message-Logging.html
1719
- -- Installing ./html/glib-Miscellaneous-Macros.html
1720
- -- Installing ./html/glib-Miscellaneous-Utility-Functions.html
1721
- -- Installing ./html/glib-N-ary-Trees.html
1722
- -- Installing ./html/glib-Numerical-Definitions.html
1723
- -- Installing ./html/glib-Perl-compatible-regular-expressions.html
1724
- -- Installing ./html/glib-Pointer-Arrays.html
1725
- -- Installing ./html/glib-Quarks.html
1726
- -- Installing ./html/glib-Random-Numbers.html
1727
- -- Installing ./html/glib-Relations-and-Tuples.html
1728
- -- Installing ./html/glib-Sequences.html
1729
- -- Installing ./html/glib-Shell-related-Utilities.html
1730
- -- Installing ./html/glib-Simple-XML-Subset-Parser.html
1731
- -- Installing ./html/glib-Singly-Linked-Lists.html
1732
- -- Installing ./html/glib-Spawning-Processes.html
1733
- -- Installing ./html/glib-Standard-Macros.html
1734
- -- Installing ./html/glib-String-Chunks.html
1735
- -- Installing ./html/glib-String-Utility-Functions.html
1736
- -- Installing ./html/glib-Strings.html
1737
- -- Installing ./html/glib-Testing.html
1738
- -- Installing ./html/glib-The-Main-Event-Loop.html
1739
- -- Installing ./html/glib-Thread-Pools.html
1740
- -- Installing ./html/glib-Threads.html
1741
- -- Installing ./html/glib-Timers.html
1742
- -- Installing ./html/glib-Trash-Stacks.html
1743
- -- Installing ./html/glib-Type-Conversion-Macros.html
1744
- -- Installing ./html/glib-URI-Functions.html
1745
- -- Installing ./html/glib-Unicode-Manipulation.html
1746
- -- Installing ./html/glib-Version-Information.html
1747
- -- Installing ./html/glib-Warnings-and-Assertions.html
1748
- -- Installing ./html/glib-Windows-Compatibility-Functions.html
1749
- -- Installing ./html/glib-building.html
1750
- -- Installing ./html/glib-changes.html
1751
- -- Installing ./html/glib-compiling.html
1752
- -- Installing ./html/glib-core.html
1753
- -- Installing ./html/glib-cross-compiling.html
1754
- -- Installing ./html/glib-data-types.html
1755
- -- Installing ./html/glib-fundamentals.html
1756
- -- Installing ./html/glib-gettextize.html
1757
- -- Installing ./html/glib-regex-syntax.html
1758
- -- Installing ./html/glib-resources.html
1759
- -- Installing ./html/glib-running.html
1760
- -- Installing ./html/glib-utilities.html
1761
- -- Installing ./html/glib.devhelp
1762
- -- Installing ./html/glib.devhelp2
1763
- -- Installing ./html/glib.html
1764
- -- Installing ./html/gtester-report.html
1765
- -- Installing ./html/gtester.html
1766
- -- Installing ./html/gvariant-format-strings.html
1767
- -- Installing ./html/gvariant-text.html
1768
- -- Installing ./html/home.png
1769
- -- Installing ./html/index.html
1770
- -- Installing ./html/index.sgml
1771
- -- Installing ./html/left.png
1772
- -- Installing ./html/mainloop-states.gif
1773
- -- Installing ./html/right.png
1774
- -- Installing ./html/style.css
1775
- -- Installing ./html/tools.html
1776
- -- Installing ./html/up.png
1777
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1778
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/glib'
1779
- Making install in gobject
1780
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1781
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1782
- make[4]: Nothing to be done for `install-exec-am'.
1783
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1"
1784
- -- Installing ./html/GBinding.html
1785
- -- Installing ./html/GTypeModule.html
1786
- -- Installing ./html/GTypePlugin.html
1787
- -- Installing ./html/annotation-glossary.html
1788
- /opt/local/bin/install -c -m 644 glib-mkenums.1 glib-genmarshal.1 gobject-query.1 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1'
1789
- -- Installing ./html/api-index-2-10.html
1790
- -- Installing ./html/api-index-2-12.html
1791
- -- Installing ./html/api-index-2-14.html
1792
- -- Installing ./html/api-index-2-18.html
1793
- -- Installing ./html/api-index-2-2.html
1794
- -- Installing ./html/api-index-2-22.html
1795
- -- Installing ./html/api-index-2-24.html
1796
- -- Installing ./html/api-index-2-26.html
1797
- -- Installing ./html/api-index-2-28.html
1798
- -- Installing ./html/api-index-2-4.html
1799
- -- Installing ./html/api-index-2-6.html
1800
- -- Installing ./html/api-index-2-8.html
1801
- -- Installing ./html/api-index-deprecated.html
1802
- -- Installing ./html/api-index-full.html
1803
- -- Installing ./html/ch01s02.html
1804
- -- Installing ./html/ch06s03.html
1805
- -- Installing ./html/chapter-gobject.html
1806
- -- Installing ./html/chapter-gtype.html
1807
- -- Installing ./html/chapter-intro.html
1808
- -- Installing ./html/chapter-signal.html
1809
- -- Installing ./html/glib-genmarshal.html
1810
- -- Installing ./html/glib-mkenums.html
1811
- -- Installing ./html/glue.png
1812
- -- Installing ./html/gobject-Boxed-Types.html
1813
- -- Installing ./html/gobject-Closures.html
1814
- -- Installing ./html/gobject-Enumeration-and-Flag-Types.html
1815
- -- Installing ./html/gobject-GParamSpec.html
1816
- -- Installing ./html/gobject-Generic-values.html
1817
- -- Installing ./html/gobject-Signals.html
1818
- -- Installing ./html/gobject-Standard-Parameter-and-Value-Types.html
1819
- -- Installing ./html/gobject-The-Base-Object-Type.html
1820
- -- Installing ./html/gobject-Type-Information.html
1821
- -- Installing ./html/gobject-Value-arrays.html
1822
- -- Installing ./html/gobject-Varargs-Value-Collection.html
1823
- -- Installing ./html/gobject-memory.html
1824
- -- Installing ./html/gobject-properties.html
1825
- -- Installing ./html/gobject-query.html
1826
- -- Installing ./html/gobject.devhelp
1827
- -- Installing ./html/gobject.devhelp2
1828
- -- Installing ./html/gtype-conventions.html
1829
- -- Installing ./html/gtype-instantiable-classed.html
1830
- -- Installing ./html/gtype-non-instantiable-classed.html
1831
- -- Installing ./html/gtype-non-instantiable.html
1832
- -- Installing ./html/home.png
1833
- -- Installing ./html/howto-gobject-chainup.html
1834
- -- Installing ./html/howto-gobject-code.html
1835
- -- Installing ./html/howto-gobject-construction.html
1836
- -- Installing ./html/howto-gobject-destruction.html
1837
- -- Installing ./html/howto-gobject-methods.html
1838
- -- Installing ./html/howto-gobject.html
1839
- -- Installing ./html/howto-interface-implement.html
1840
- -- Installing ./html/howto-interface-properties.html
1841
- -- Installing ./html/howto-interface.html
1842
- -- Installing ./html/howto-signals.html
1843
- -- Installing ./html/index.html
1844
- -- Installing ./html/index.sgml
1845
- -- Installing ./html/left.png
1846
- -- Installing ./html/pr01.html
1847
- -- Installing ./html/pt01.html
1848
- -- Installing ./html/pt02.html
1849
- -- Installing ./html/pt03.html
1850
- -- Installing ./html/right.png
1851
- -- Installing ./html/rn01.html
1852
- -- Installing ./html/rn02.html
1853
- -- Installing ./html/signal.html
1854
- -- Installing ./html/style.css
1855
- -- Installing ./html/tools-ginspector.html
1856
- -- Installing ./html/tools-gob.html
1857
- -- Installing ./html/tools-gtkdoc.html
1858
- -- Installing ./html/tools-refdb.html
1859
- -- Installing ./html/tools-vala.html
1860
- -- Installing ./html/up.png
1861
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1862
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gobject'
1863
- Making install in gio
1864
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
1865
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
1866
- make[4]: Nothing to be done for `install-exec-am'.
1867
- test -z "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1" || /bin/mkdir -p "c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1"
1868
- -- Installing ./html/GAction.html
1869
- -- Installing ./html/GActionGroup.html
1870
- -- Installing ./html/GAppInfo.html
1871
- /opt/local/bin/install -c -m 644 gio-querymodules.1 glib-compile-schemas.1 gsettings.1 gdbus.1 'c:/devel/target/ea4ef54bcf881bcdd4139385601018a2/share/man/man1'
1872
- -- Installing ./html/GApplication.html
1873
- -- Installing ./html/GApplicationCommandLine.html
1874
- -- Installing ./html/GAsyncInitable.html
1875
- -- Installing ./html/GAsyncResult.html
1876
- -- Installing ./html/GBufferedInputStream.html
1877
- -- Installing ./html/GBufferedOutputStream.html
1878
- -- Installing ./html/GCancellable.html
1879
- -- Installing ./html/GCharsetConverter.html
1880
- -- Installing ./html/GConverter.html
1881
- -- Installing ./html/GCredentials.html
1882
- -- Installing ./html/GDBusAuthObserver.html
1883
- -- Installing ./html/GDBusConnection.html
1884
- -- Installing ./html/GDBusError.html
1885
- -- Installing ./html/GDBusMessage.html
1886
- -- Installing ./html/GDBusMethodInvocation.html
1887
- -- Installing ./html/GDBusProxy.html
1888
- -- Installing ./html/GDBusServer.html
1889
- -- Installing ./html/GDataInputStream.html
1890
- -- Installing ./html/GDataOutputStream.html
1891
- -- Installing ./html/GDrive.html
1892
- -- Installing ./html/GEmblem.html
1893
- -- Installing ./html/GEmblemedIcon.html
1894
- -- Installing ./html/GFile.html
1895
- -- Installing ./html/GFileDescriptorBased.html
1896
- -- Installing ./html/GFileEnumerator.html
1897
- -- Installing ./html/GFileIOStream.html
1898
- -- Installing ./html/GFileIcon.html
1899
- -- Installing ./html/GFileInfo.html
1900
- -- Installing ./html/GFileInputStream.html
1901
- -- Installing ./html/GFileMonitor.html
1902
- -- Installing ./html/GFileOutputStream.html
1903
- -- Installing ./html/GFilenameCompleter.html
1904
- -- Installing ./html/GFilterInputStream.html
1905
- -- Installing ./html/GFilterOutputStream.html
1906
- -- Installing ./html/GIOModule.html
1907
- -- Installing ./html/GIOStream.html
1908
- -- Installing ./html/GIcon.html
1909
- -- Installing ./html/GInetAddress.html
1910
- -- Installing ./html/GInetSocketAddress.html
1911
- -- Installing ./html/GInitable.html
1912
- -- Installing ./html/GInputStream.html
1913
- -- Installing ./html/GLoadableIcon.html
1914
- -- Installing ./html/GMemoryInputStream.html
1915
- -- Installing ./html/GMemoryOutputStream.html
1916
- -- Installing ./html/GMount.html
1917
- -- Installing ./html/GMountOperation.html
1918
- -- Installing ./html/GNetworkAddress.html
1919
- -- Installing ./html/GNetworkService.html
1920
- -- Installing ./html/GOutputStream.html
1921
- -- Installing ./html/GPermission.html
1922
- -- Installing ./html/GPollableInputStream.html
1923
- -- Installing ./html/GPollableOutputStream.html
1924
- -- Installing ./html/GProxy.html
1925
- -- Installing ./html/GProxyAddress.html
1926
- -- Installing ./html/GProxyResolver.html
1927
- -- Installing ./html/GResolver.html
1928
- -- Installing ./html/GSeekable.html
1929
- -- Installing ./html/GSettings.html
1930
- -- Installing ./html/GSettingsBackend.html
1931
- -- Installing ./html/GSimpleAction.html
1932
- -- Installing ./html/GSimpleActionGroup.html
1933
- -- Installing ./html/GSimpleAsyncResult.html
1934
- -- Installing ./html/GSimplePermission.html
1935
- -- Installing ./html/GSocket.html
1936
- -- Installing ./html/GSocketAddress.html
1937
- -- Installing ./html/GSocketClient.html
1938
- -- Installing ./html/GSocketConnectable.html
1939
- -- Installing ./html/GSocketConnection.html
1940
- -- Installing ./html/GSocketControlMessage.html
1941
- -- Installing ./html/GSocketListener.html
1942
- -- Installing ./html/GSocketService.html
1943
- -- Installing ./html/GSrvTarget.html
1944
- -- Installing ./html/GTcpConnection.html
1945
- -- Installing ./html/GTcpWrapperConnection.html
1946
- -- Installing ./html/GThemedIcon.html
1947
- -- Installing ./html/GThreadedSocketService.html
1948
- -- Installing ./html/GTlsBackend.html
1949
- -- Installing ./html/GTlsCertificate.html
1950
- -- Installing ./html/GTlsClientConnection.html
1951
- -- Installing ./html/GTlsConnection.html
1952
- -- Installing ./html/GTlsServerConnection.html
1953
- -- Installing ./html/GUnixConnection.html
1954
- -- Installing ./html/GUnixCredentialsMessage.html
1955
- -- Installing ./html/GUnixFDList.html
1956
- -- Installing ./html/GUnixFDMessage.html
1957
- -- Installing ./html/GUnixInputStream.html
1958
- -- Installing ./html/GUnixOutputStream.html
1959
- -- Installing ./html/GUnixSocketAddress.html
1960
- -- Installing ./html/GVfs.html
1961
- -- Installing ./html/GVolume.html
1962
- -- Installing ./html/GVolumeMonitor.html
1963
- -- Installing ./html/GZlibCompressor.html
1964
- -- Installing ./html/GZlibDecompressor.html
1965
- -- Installing ./html/annotation-glossary.html
1966
- -- Installing ./html/api-index-2-18.html
1967
- -- Installing ./html/api-index-2-20.html
1968
- -- Installing ./html/api-index-2-22.html
1969
- -- Installing ./html/api-index-2-24.html
1970
- -- Installing ./html/api-index-2-26.html
1971
- -- Installing ./html/api-index-2-28.html
1972
- -- Installing ./html/api-index-deprecated.html
1973
- -- Installing ./html/api-index-full.html
1974
- -- Installing ./html/application.html
1975
- -- Installing ./html/async.html
1976
- -- Installing ./html/ch01.html
1977
- -- Installing ./html/ch02.html
1978
- -- Installing ./html/ch03.html
1979
- -- Installing ./html/ch26.html
1980
- -- Installing ./html/ch27.html
1981
- -- Installing ./html/ch27s02.html
1982
- -- Installing ./html/ch27s03.html
1983
- -- Installing ./html/ch28.html
1984
- -- Installing ./html/ch28s02.html
1985
- -- Installing ./html/ch28s03.html
1986
- -- Installing ./html/ch28s04.html
1987
- -- Installing ./html/ch28s05.html
1988
- -- Installing ./html/ch28s06.html
1989
- -- Installing ./html/ch28s07.html
1990
- -- Installing ./html/ch29.html
1991
- -- Installing ./html/ch29s02.html
1992
- -- Installing ./html/ch29s03.html
1993
- -- Installing ./html/ch29s04.html
1994
- -- Installing ./html/ch29s05.html
1995
- -- Installing ./html/ch29s06.html
1996
- -- Installing ./html/conversion.html
1997
- -- Installing ./html/extending-gio.html
1998
- -- Installing ./html/extending.html
1999
- -- Installing ./html/failable_initialization.html
2000
- -- Installing ./html/file_mon.html
2001
- -- Installing ./html/file_ops.html
2002
- -- Installing ./html/gdbus-convenience.html
2003
- -- Installing ./html/gdbus-lowlevel.html
2004
- -- Installing ./html/gdbus.html
2005
- -- Installing ./html/gio-D-Bus-Addresses.html
2006
- -- Installing ./html/gio-D-Bus-Introspection-Data.html
2007
- -- Installing ./html/gio-D-Bus-Utilities.html
2008
- -- Installing ./html/gio-Desktop-file-based-GAppInfo.html
2009
- -- Installing ./html/gio-Extension-Points.html
2010
- -- Installing ./html/gio-GContentType.html
2011
- -- Installing ./html/gio-GConverterInputstream.html
2012
- -- Installing ./html/gio-GConverterOutputstream.html
2013
- -- Installing ./html/gio-GFileAttribute.html
2014
- -- Installing ./html/gio-GIOError.html
2015
- -- Installing ./html/gio-GIOScheduler.html
2016
- -- Installing ./html/gio-Owning-Bus-Names.html
2017
- -- Installing ./html/gio-TLS-Overview.html
2018
- -- Installing ./html/gio-Unix-Mounts.html
2019
- -- Installing ./html/gio-Watching-Bus-Names.html
2020
- -- Installing ./html/gio-hierarchy.html
2021
- -- Installing ./html/gio-querymodules.html
2022
- -- Installing ./html/gio.devhelp
2023
- -- Installing ./html/gio.devhelp2
2024
- -- Installing ./html/glib-compile-schemas.html
2025
- -- Installing ./html/gsettings-tool.html
2026
- -- Installing ./html/gvfs-overview.png
2027
- -- Installing ./html/highlevel-socket.html
2028
- -- Installing ./html/home.png
2029
- -- Installing ./html/icons.html
2030
- -- Installing ./html/index.html
2031
- -- Installing ./html/index.sgml
2032
- -- Installing ./html/left.png
2033
- -- Installing ./html/migrating.html
2034
- -- Installing ./html/networking.html
2035
- -- Installing ./html/permissions.html
2036
- -- Installing ./html/pt01.html
2037
- -- Installing ./html/pt02.html
2038
- -- Installing ./html/resolver.html
2039
- -- Installing ./html/right.png
2040
- -- Installing ./html/settings.html
2041
- -- Installing ./html/streaming.html
2042
- -- Installing ./html/style.css
2043
- -- Installing ./html/tls.html
2044
- -- Installing ./html/tools.html
2045
- -- Installing ./html/types.html
2046
- -- Installing ./html/up.png
2047
- -- Installing ./html/utils.html
2048
- -- Installing ./html/volume_mon.html
2049
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
2050
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference/gio'
2051
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2052
- make[4]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2053
- make[4]: Nothing to be done for `install-exec-am'.
2054
- make[4]: Nothing to be done for `install-data-am'.
2055
- make[4]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2056
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2057
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs/reference'
2058
- make[2]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2059
- make[3]: Entering directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2060
- make[3]: Nothing to be done for `install-exec-am'.
2061
- make[3]: Nothing to be done for `install-data-am'.
2062
- make[3]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2063
- make[2]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2064
- make[1]: Leaving directory `/devel/src/gnome/glib/2.28.1-1_win32/docs'
2065
- ++ ./glib-zip
2066
- rm: cannot lstat `/tmp/glib-2.28.1.zip': No such file or directory
2067
- adding: bin/gspawn-win32-helper.exe (200 bytes security) (deflated 71%)
2068
- adding: bin/gspawn-win32-helper-console.exe (200 bytes security) (deflated 72%)
2069
- adding: bin/libglib-2.0-0.dll (200 bytes security) (deflated 62%)
2070
- adding: bin/libgio-2.0-0.dll (200 bytes security) (deflated 67%)
2071
- adding: bin/libgmodule-2.0-0.dll (200 bytes security) (deflated 69%)
2072
- adding: bin/libgobject-2.0-0.dll (200 bytes security) (deflated 64%)
2073
- adding: bin/libgthread-2.0-0.dll (200 bytes security) (deflated 69%)
2074
- adding: share/locale/af/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 58%)
2075
- adding: share/locale/am/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 28%)
2076
- adding: share/locale/ar/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2077
- adding: share/locale/as/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 74%)
2078
- adding: share/locale/ast/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2079
- adding: share/locale/az/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2080
- adding: share/locale/be/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 71%)
2081
- adding: share/locale/be@latin/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2082
- adding: share/locale/bg/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2083
- adding: share/locale/bn/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2084
- adding: share/locale/bn_IN/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2085
- adding: share/locale/bs/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 63%)
2086
- adding: share/locale/ca/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2087
- adding: share/locale/ca@valencia/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2088
- adding: share/locale/cs/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2089
- adding: share/locale/cy/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2090
- adding: share/locale/da/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2091
- adding: share/locale/de/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2092
- adding: share/locale/dz/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 77%)
2093
- adding: share/locale/el/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2094
- adding: share/locale/en@shaw/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2095
- adding: share/locale/en_CA/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2096
- adding: share/locale/en_GB/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2097
- adding: share/locale/eo/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2098
- adding: share/locale/es/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2099
- adding: share/locale/et/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2100
- adding: share/locale/eu/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2101
- adding: share/locale/fa/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 70%)
2102
- adding: share/locale/fi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2103
- adding: share/locale/fr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 69%)
2104
- adding: share/locale/ga/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2105
- adding: share/locale/gl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2106
- adding: share/locale/gu/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 74%)
2107
- adding: share/locale/he/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 77%)
2108
- adding: share/locale/hi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 75%)
2109
- adding: share/locale/hr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2110
- adding: share/locale/hu/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2111
- adding: share/locale/hy/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 71%)
2112
- adding: share/locale/id/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2113
- adding: share/locale/is/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 62%)
2114
- adding: share/locale/it/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2115
- adding: share/locale/ja/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 69%)
2116
- adding: share/locale/ka/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2117
- adding: share/locale/kk/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 60%)
2118
- adding: share/locale/kn/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2119
- adding: share/locale/ko/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 69%)
2120
- adding: share/locale/ku/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 38%)
2121
- adding: share/locale/lt/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2122
- adding: share/locale/lv/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 63%)
2123
- adding: share/locale/mai/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 74%)
2124
- adding: share/locale/mg/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2125
- adding: share/locale/mk/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2126
- adding: share/locale/ml/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 77%)
2127
- adding: share/locale/mn/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2128
- adding: share/locale/mr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 75%)
2129
- adding: share/locale/ms/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2130
- adding: share/locale/nb/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2131
- adding: share/locale/nds/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 55%)
2132
- adding: share/locale/ne/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 73%)
2133
- adding: share/locale/nl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2134
- adding: share/locale/nn/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2135
- adding: share/locale/oc/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 40%)
2136
- adding: share/locale/or/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 75%)
2137
- adding: share/locale/pa/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 73%)
2138
- adding: share/locale/pl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2139
- adding: share/locale/ps/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 64%)
2140
- adding: share/locale/pt/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2141
- adding: share/locale/pt_BR/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2142
- adding: share/locale/ro/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2143
- adding: share/locale/ru/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2144
- adding: share/locale/rw/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 28%)
2145
- adding: share/locale/si/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2146
- adding: share/locale/sk/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2147
- adding: share/locale/sl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2148
- adding: share/locale/sq/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2149
- adding: share/locale/sr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 71%)
2150
- adding: share/locale/sr@ije/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2151
- adding: share/locale/sr@latin/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 67%)
2152
- adding: share/locale/sv/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 66%)
2153
- adding: share/locale/ta/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 75%)
2154
- adding: share/locale/te/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 74%)
2155
- adding: share/locale/th/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 76%)
2156
- adding: share/locale/tl/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2157
- adding: share/locale/tr/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2158
- adding: share/locale/tt/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 59%)
2159
- adding: share/locale/ug/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 69%)
2160
- adding: share/locale/uk/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 72%)
2161
- adding: share/locale/vi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 68%)
2162
- adding: share/locale/wa/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 57%)
2163
- adding: share/locale/xh/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2164
- adding: share/locale/yi/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 71%)
2165
- adding: share/locale/zh_CN/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2166
- adding: share/locale/zh_HK/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2167
- adding: share/locale/zh_TW/LC_MESSAGES/glib20.mo (200 bytes security) (deflated 65%)
2168
- adding: share/doc/glib-2.28.1/COPYING (200 bytes security) (deflated 64%)
2169
- rm: cannot lstat `/tmp/glib-dev-2.28.1.zip': No such file or directory
2170
- adding: bin/glib-genmarshal.exe (200 bytes security) (deflated 71%)
2171
- adding: bin/glib-gettextize (200 bytes security) (deflated 59%)
2172
- adding: bin/glib-mkenums (200 bytes security) (deflated 73%)
2173
- adding: bin/gobject-query.exe (200 bytes security) (deflated 71%)
2174
- adding: include/glib-2.0/gio/gaction.h (200 bytes security) (deflated 72%)
2175
- adding: include/glib-2.0/gio/gactiongroup.h (200 bytes security) (deflated 83%)
2176
- adding: include/glib-2.0/gio/gappinfo.h (200 bytes security) (deflated 79%)
2177
- adding: include/glib-2.0/gio/gapplication.h (200 bytes security) (deflated 78%)
2178
- adding: include/glib-2.0/gio/gapplicationcommandline.h (200 bytes security) (deflated 76%)
2179
- adding: include/glib-2.0/gio/gasyncinitable.h (200 bytes security) (deflated 68%)
2180
- adding: include/glib-2.0/gio/gasyncresult.h (200 bytes security) (deflated 55%)
2181
- adding: include/glib-2.0/gio/gbufferedinputstream.h (200 bytes security) (deflated 71%)
2182
- adding: include/glib-2.0/gio/gbufferedoutputstream.h (200 bytes security) (deflated 65%)
2183
- adding: include/glib-2.0/gio/gcancellable.h (200 bytes security) (deflated 65%)
2184
- adding: include/glib-2.0/gio/gcharsetconverter.h (200 bytes security) (deflated 60%)
2185
- adding: include/glib-2.0/gio/gcontenttype.h (200 bytes security) (deflated 59%)
2186
- adding: include/glib-2.0/gio/gconverter.h (200 bytes security) (deflated 58%)
2187
- adding: include/glib-2.0/gio/gconverterinputstream.h (200 bytes security) (deflated 63%)
2188
- adding: include/glib-2.0/gio/gconverteroutputstream.h (200 bytes security) (deflated 64%)
2189
- adding: include/glib-2.0/gio/gcredentials.h (200 bytes security) (deflated 66%)
2190
- adding: include/glib-2.0/gio/gdatainputstream.h (200 bytes security) (deflated 85%)
2191
- adding: include/glib-2.0/gio/gdataoutputstream.h (200 bytes security) (deflated 72%)
2192
- adding: include/glib-2.0/gio/gdbusaddress.h (200 bytes security) (deflated 64%)
2193
- adding: include/glib-2.0/gio/gdbusauthobserver.h (200 bytes security) (deflated 55%)
2194
- adding: include/glib-2.0/gio/gdbusconnection.h (200 bytes security) (deflated 85%)
2195
- adding: include/glib-2.0/gio/gdbuserror.h (200 bytes security) (deflated 68%)
2196
- adding: include/glib-2.0/gio/gdbusintrospection.h (200 bytes security) (deflated 81%)
2197
- adding: include/glib-2.0/gio/gdbusmessage.h (200 bytes security) (deflated 85%)
2198
- adding: include/glib-2.0/gio/gdbusmethodinvocation.h (200 bytes security) (deflated 77%)
2199
- adding: include/glib-2.0/gio/gdbusnameowning.h (200 bytes security) (deflated 75%)
2200
- adding: include/glib-2.0/gio/gdbusnamewatching.h (200 bytes security) (deflated 74%)
2201
- adding: include/glib-2.0/gio/gdbusproxy.h (200 bytes security) (deflated 82%)
2202
- adding: include/glib-2.0/gio/gdbusserver.h (200 bytes security) (deflated 61%)
2203
- adding: include/glib-2.0/gio/gdbusutils.h (200 bytes security) (deflated 49%)
2204
- adding: include/glib-2.0/gio/gdrive.h (200 bytes security) (deflated 81%)
2205
- adding: include/glib-2.0/gio/gemblem.h (200 bytes security) (deflated 56%)
2206
- adding: include/glib-2.0/gio/gemblemedicon.h (200 bytes security) (deflated 61%)
2207
- adding: include/glib-2.0/gio/gfile.h (200 bytes security) (deflated 91%)
2208
- adding: include/glib-2.0/gio/gfileattribute.h (200 bytes security) (deflated 60%)
2209
- adding: include/glib-2.0/gio/gfileenumerator.h (200 bytes security) (deflated 75%)
2210
- adding: include/glib-2.0/gio/gfileicon.h (200 bytes security) (deflated 53%)
2211
- adding: include/glib-2.0/gio/gfileinfo.h (200 bytes security) (deflated 83%)
2212
- adding: include/glib-2.0/gio/gfileinputstream.h (200 bytes security) (deflated 70%)
2213
- adding: include/glib-2.0/gio/gfileiostream.h (200 bytes security) (deflated 72%)
2214
- adding: include/glib-2.0/gio/gfilemonitor.h (200 bytes security) (deflated 63%)
2215
- adding: include/glib-2.0/gio/gfilenamecompleter.h (200 bytes security) (deflated 63%)
2216
- adding: include/glib-2.0/gio/gfileoutputstream.h (200 bytes security) (deflated 73%)
2217
- adding: include/glib-2.0/gio/gfilterinputstream.h (200 bytes security) (deflated 61%)
2218
- adding: include/glib-2.0/gio/gfilteroutputstream.h (200 bytes security) (deflated 62%)
2219
- adding: include/glib-2.0/gio/gicon.h (200 bytes security) (deflated 57%)
2220
- adding: include/glib-2.0/gio/ginetaddress.h (200 bytes security) (deflated 70%)
2221
- adding: include/glib-2.0/gio/ginetsocketaddress.h (200 bytes security) (deflated 61%)
2222
- adding: include/glib-2.0/gio/ginitable.h (200 bytes security) (deflated 58%)
2223
- adding: include/glib-2.0/gio/ginputstream.h (200 bytes security) (deflated 79%)
2224
- adding: include/glib-2.0/gio/gio.h (200 bytes security) (deflated 73%)
2225
- adding: include/glib-2.0/gio/gioenums.h (200 bytes security) (deflated 73%)
2226
- adding: include/glib-2.0/gio/gioenumtypes.h (200 bytes security) (deflated 81%)
2227
- adding: include/glib-2.0/gio/gioerror.h (200 bytes security) (deflated 47%)
2228
- adding: include/glib-2.0/gio/giomodule.h (200 bytes security) (deflated 65%)
2229
- adding: include/glib-2.0/gio/gioscheduler.h (200 bytes security) (deflated 55%)
2230
- adding: include/glib-2.0/gio/giostream.h (200 bytes security) (deflated 73%)
2231
- adding: include/glib-2.0/gio/giotypes.h (200 bytes security) (deflated 75%)
2232
- adding: include/glib-2.0/gio/gloadableicon.h (200 bytes security) (deflated 66%)
2233
- adding: include/glib-2.0/gio/gmemoryinputstream.h (200 bytes security) (deflated 64%)
2234
- adding: include/glib-2.0/gio/gmemoryoutputstream.h (200 bytes security) (deflated 65%)
2235
- adding: include/glib-2.0/gio/gmount.h (200 bytes security) (deflated 84%)
2236
- adding: include/glib-2.0/gio/gmountoperation.h (200 bytes security) (deflated 69%)
2237
- adding: include/glib-2.0/gio/gnativevolumemonitor.h (200 bytes security) (deflated 57%)
2238
- adding: include/glib-2.0/gio/gnetworkaddress.h (200 bytes security) (deflated 63%)
2239
- adding: include/glib-2.0/gio/gnetworkservice.h (200 bytes security) (deflated 62%)
2240
- adding: include/glib-2.0/gio/goutputstream.h (200 bytes security) (deflated 82%)
2241
- adding: include/glib-2.0/gio/gpermission.h (200 bytes security) (deflated 78%)
2242
- adding: include/glib-2.0/gio/gpollableinputstream.h (200 bytes security) (deflated 65%)
2243
- adding: include/glib-2.0/gio/gpollableoutputstream.h (200 bytes security) (deflated 65%)
2244
- adding: include/glib-2.0/gio/gproxy.h (200 bytes security) (deflated 63%)
2245
- adding: include/glib-2.0/gio/gproxyaddress.h (200 bytes security) (deflated 62%)
2246
- adding: include/glib-2.0/gio/gproxyaddressenumerator.h (200 bytes security) (deflated 62%)
2247
- adding: include/glib-2.0/gio/gproxyresolver.h (200 bytes security) (deflated 63%)
2248
- adding: include/glib-2.0/gio/gresolver.h (200 bytes security) (deflated 77%)
2249
- adding: include/glib-2.0/gio/gseekable.h (200 bytes security) (deflated 62%)
2250
- adding: include/glib-2.0/gio/gsettings.h (200 bytes security) (deflated 84%)
2251
- adding: include/glib-2.0/gio/gsettingsbackend.h (200 bytes security) (deflated 79%)
2252
- adding: include/glib-2.0/gio/gsimpleaction.h (200 bytes security) (deflated 69%)
2253
- adding: include/glib-2.0/gio/gsimpleactiongroup.h (200 bytes security) (deflated 70%)
2254
- adding: include/glib-2.0/gio/gsimpleasyncresult.h (200 bytes security) (deflated 78%)
2255
- adding: include/glib-2.0/gio/gsimplepermission.h (200 bytes security) (deflated 54%)
2256
- adding: include/glib-2.0/gio/gsocket.h (200 bytes security) (deflated 82%)
2257
- adding: include/glib-2.0/gio/gsocketaddress.h (200 bytes security) (deflated 64%)
2258
- adding: include/glib-2.0/gio/gsocketaddressenumerator.h (200 bytes security) (deflated 68%)
2259
- adding: include/glib-2.0/gio/gsocketclient.h (200 bytes security) (deflated 84%)
2260
- adding: include/glib-2.0/gio/gsocketconnectable.h (200 bytes security) (deflated 60%)
2261
- adding: include/glib-2.0/gio/gsocketconnection.h (200 bytes security) (deflated 69%)
2262
- adding: include/glib-2.0/gio/gsocketcontrolmessage.h (200 bytes security) (deflated 72%)
2263
- adding: include/glib-2.0/gio/gsocketlistener.h (200 bytes security) (deflated 78%)
2264
- adding: include/glib-2.0/gio/gsocketservice.h (200 bytes security) (deflated 66%)
2265
- adding: include/glib-2.0/gio/gsrvtarget.h (200 bytes security) (deflated 55%)
2266
- adding: include/glib-2.0/gio/gtcpconnection.h (200 bytes security) (deflated 66%)
2267
- adding: include/glib-2.0/gio/gtcpwrapperconnection.h (200 bytes security) (deflated 66%)
2268
- adding: include/glib-2.0/gio/gthemedicon.h (200 bytes security) (deflated 61%)
2269
- adding: include/glib-2.0/gio/gthreadedsocketservice.h (200 bytes security) (deflated 69%)
2270
- adding: include/glib-2.0/gio/gtlsbackend.h (200 bytes security) (deflated 61%)
2271
- adding: include/glib-2.0/gio/gtlscertificate.h (200 bytes security) (deflated 65%)
2272
- adding: include/glib-2.0/gio/gtlsclientconnection.h (200 bytes security) (deflated 65%)
2273
- adding: include/glib-2.0/gio/gtlsconnection.h (200 bytes security) (deflated 71%)
2274
- adding: include/glib-2.0/gio/gtlsserverconnection.h (200 bytes security) (deflated 57%)
2275
- adding: include/glib-2.0/gio/gvfs.h (200 bytes security) (deflated 67%)
2276
- adding: include/glib-2.0/gio/gvolume.h (200 bytes security) (deflated 76%)
2277
- adding: include/glib-2.0/gio/gvolumemonitor.h (200 bytes security) (deflated 72%)
2278
- adding: include/glib-2.0/gio/gzlibcompressor.h (200 bytes security) (deflated 59%)
2279
- adding: include/glib-2.0/gio/gzlibdecompressor.h (200 bytes security) (deflated 58%)
2280
- adding: include/glib-2.0/glib/galloca.h (200 bytes security) (deflated 57%)
2281
- adding: include/glib-2.0/glib/garray.h (200 bytes security) (deflated 74%)
2282
- adding: include/glib-2.0/glib/gasyncqueue.h (200 bytes security) (deflated 66%)
2283
- adding: include/glib-2.0/glib/gatomic.h (200 bytes security) (deflated 68%)
2284
- adding: include/glib-2.0/glib/gbacktrace.h (200 bytes security) (deflated 53%)
2285
- adding: include/glib-2.0/glib/gbase64.h (200 bytes security) (deflated 63%)
2286
- adding: include/glib-2.0/glib/gbitlock.h (200 bytes security) (deflated 53%)
2287
- adding: include/glib-2.0/glib/gbookmarkfile.h (200 bytes security) (deflated 81%)
2288
- adding: include/glib-2.0/glib/gcache.h (200 bytes security) (deflated 62%)
2289
- adding: include/glib-2.0/glib/gchecksum.h (200 bytes security) (deflated 65%)
2290
- adding: include/glib-2.0/glib/gcompletion.h (200 bytes security) (deflated 60%)
2291
- adding: include/glib-2.0/glib/gconvert.h (200 bytes security) (deflated 67%)
2292
- adding: include/glib-2.0/glib/gdataset.h (200 bytes security) (deflated 71%)
2293
- adding: include/glib-2.0/glib/gdate.h (200 bytes security) (deflated 70%)
2294
- adding: include/glib-2.0/glib/gdatetime.h (200 bytes security) (deflated 83%)
2295
- adding: include/glib-2.0/glib/gdir.h (200 bytes security) (deflated 48%)
2296
- adding: include/glib-2.0/glib/gerror.h (200 bytes security) (deflated 68%)
2297
- adding: include/glib-2.0/glib/gfileutils.h (200 bytes security) (deflated 62%)
2298
- adding: include/glib-2.0/glib/ghash.h (200 bytes security) (deflated 70%)
2299
- adding: include/glib-2.0/glib/ghook.h (200 bytes security) (deflated 68%)
2300
- adding: include/glib-2.0/glib/ghostutils.h (200 bytes security) (deflated 50%)
2301
- adding: include/glib-2.0/glib/gi18n-lib.h (200 bytes security) (deflated 49%)
2302
- adding: include/glib-2.0/glib/gi18n.h (200 bytes security) (deflated 48%)
2303
- adding: include/glib-2.0/glib/giochannel.h (200 bytes security) (deflated 69%)
2304
- adding: include/glib-2.0/glib/gkeyfile.h (200 bytes security) (deflated 85%)
2305
- adding: include/glib-2.0/glib/glist.h (200 bytes security) (deflated 73%)
2306
- adding: include/glib-2.0/glib/gmacros.h (200 bytes security) (deflated 65%)
2307
- adding: include/glib-2.0/glib/gmain.h (200 bytes security) (deflated 76%)
2308
- adding: include/glib-2.0/glib/gmappedfile.h (200 bytes security) (deflated 50%)
2309
- adding: include/glib-2.0/glib/gmarkup.h (200 bytes security) (deflated 71%)
2310
- adding: include/glib-2.0/glib/gmem.h (200 bytes security) (deflated 74%)
2311
- adding: include/glib-2.0/glib/gmessages.h (200 bytes security) (deflated 76%)
2312
- adding: include/glib-2.0/glib/gnode.h (200 bytes security) (deflated 70%)
2313
- adding: include/glib-2.0/glib/goption.h (200 bytes security) (deflated 72%)
2314
- adding: include/glib-2.0/glib/gpattern.h (200 bytes security) (deflated 53%)
2315
- adding: include/glib-2.0/glib/gpoll.h (200 bytes security) (deflated 53%)
2316
- adding: include/glib-2.0/glib/gprimes.h (200 bytes security) (deflated 45%)
2317
- adding: include/glib-2.0/glib/gprintf.h (200 bytes security) (deflated 60%)
2318
- adding: include/glib-2.0/glib/gqsort.h (200 bytes security) (deflated 44%)
2319
- adding: include/glib-2.0/glib/gquark.h (200 bytes security) (deflated 51%)
2320
- adding: include/glib-2.0/glib/gqueue.h (200 bytes security) (deflated 73%)
2321
- adding: include/glib-2.0/glib/grand.h (200 bytes security) (deflated 57%)
2322
- adding: include/glib-2.0/glib/gregex.h (200 bytes security) (deflated 74%)
2323
- adding: include/glib-2.0/glib/grel.h (200 bytes security) (deflated 61%)
2324
- adding: include/glib-2.0/glib/gscanner.h (200 bytes security) (deflated 64%)
2325
- adding: include/glib-2.0/glib/gsequence.h (200 bytes security) (deflated 83%)
2326
- adding: include/glib-2.0/glib/gshell.h (200 bytes security) (deflated 50%)
2327
- adding: include/glib-2.0/glib/gslice.h (200 bytes security) (deflated 62%)
2328
- adding: include/glib-2.0/glib/gslist.h (200 bytes security) (deflated 72%)
2329
- adding: include/glib-2.0/glib/gspawn.h (200 bytes security) (deflated 70%)
2330
- adding: include/glib-2.0/glib/gstdio.h (200 bytes security) (deflated 60%)
2331
- adding: include/glib-2.0/glib/gstrfuncs.h (200 bytes security) (deflated 71%)
2332
- adding: include/glib-2.0/glib/gstring.h (200 bytes security) (deflated 71%)
2333
- adding: include/glib-2.0/glib/gtestutils.h (200 bytes security) (deflated 79%)
2334
- adding: include/glib-2.0/glib/gthread.h (200 bytes security) (deflated 74%)
2335
- adding: include/glib-2.0/glib/gthreadpool.h (200 bytes security) (deflated 65%)
2336
- adding: include/glib-2.0/glib/gtimer.h (200 bytes security) (deflated 53%)
2337
- adding: include/glib-2.0/glib/gtimezone.h (200 bytes security) (deflated 66%)
2338
- adding: include/glib-2.0/glib/gtree.h (200 bytes security) (deflated 69%)
2339
- adding: include/glib-2.0/glib/gtypes.h (200 bytes security) (deflated 72%)
2340
- adding: include/glib-2.0/glib/gunicode.h (200 bytes security) (deflated 73%)
2341
- adding: include/glib-2.0/glib/gurifuncs.h (200 bytes security) (deflated 61%)
2342
- adding: include/glib-2.0/glib/gutils.h (200 bytes security) (deflated 66%)
2343
- adding: include/glib-2.0/glib/gvariant.h (200 bytes security) (deflated 87%)
2344
- adding: include/glib-2.0/glib/gvarianttype.h (200 bytes security) (deflated 75%)
2345
- adding: include/glib-2.0/glib/gwin32.h (200 bytes security) (deflated 54%)
2346
- adding: include/glib-2.0/glib-object.h (200 bytes security) (deflated 54%)
2347
- adding: include/glib-2.0/glib.h (200 bytes security) (deflated 64%)
2348
- adding: include/glib-2.0/gmodule.h (200 bytes security) (deflated 55%)
2349
- adding: include/glib-2.0/gobject/gbinding.h (200 bytes security) (deflated 70%)
2350
- adding: include/glib-2.0/gobject/gboxed.h (200 bytes security) (deflated 69%)
2351
- adding: include/glib-2.0/gobject/gclosure.h (200 bytes security) (deflated 68%)
2352
- adding: include/glib-2.0/gobject/genums.h (200 bytes security) (deflated 72%)
2353
- adding: include/glib-2.0/gobject/gmarshal.h (200 bytes security) (deflated 93%)
2354
- adding: include/glib-2.0/gobject/gobject.h (200 bytes security) (deflated 77%)
2355
- adding: include/glib-2.0/gobject/gobjectnotifyqueue.c (200 bytes security) (deflated 65%)
2356
- adding: include/glib-2.0/gobject/gparam.h (200 bytes security) (deflated 71%)
2357
- adding: include/glib-2.0/gobject/gparamspecs.h (200 bytes security) (deflated 86%)
2358
- adding: include/glib-2.0/gobject/gsignal.h (200 bytes security) (deflated 76%)
2359
- adding: include/glib-2.0/gobject/gsourceclosure.h (200 bytes security) (deflated 49%)
2360
- adding: include/glib-2.0/gobject/gtype.h (200 bytes security) (deflated 78%)
2361
- adding: include/glib-2.0/gobject/gtypemodule.h (200 bytes security) (deflated 72%)
2362
- adding: include/glib-2.0/gobject/gtypeplugin.h (200 bytes security) (deflated 68%)
2363
- adding: include/glib-2.0/gobject/gvalue.h (200 bytes security) (deflated 60%)
2364
- adding: include/glib-2.0/gobject/gvaluearray.h (200 bytes security) (deflated 59%)
2365
- adding: include/glib-2.0/gobject/gvaluecollector.h (200 bytes security) (deflated 72%)
2366
- adding: include/glib-2.0/gobject/gvaluetypes.h (200 bytes security) (deflated 79%)
2367
- adding: lib/libglib-2.0.dll.a (200 bytes security) (deflated 94%)
2368
- adding: lib/glib-2.0.lib (200 bytes security) (deflated 85%)
2369
- adding: lib/glib-2.0.def (200 bytes security) (deflated 78%)
2370
- adding: lib/libgmodule-2.0.dll.a (200 bytes security) (deflated 87%)
2371
- adding: lib/gmodule-2.0.lib (200 bytes security) (deflated 78%)
2372
- adding: lib/gmodule-2.0.def (200 bytes security) (deflated 49%)
2373
- adding: lib/libgobject-2.0.dll.a (200 bytes security) (deflated 94%)
2374
- adding: lib/gobject-2.0.lib (200 bytes security) (deflated 87%)
2375
- adding: lib/gobject-2.0.def (200 bytes security) (deflated 78%)
2376
- adding: lib/libgthread-2.0.dll.a (200 bytes security) (deflated 76%)
2377
- adding: lib/gthread-2.0.lib (200 bytes security) (deflated 75%)
2378
- adding: lib/gthread-2.0.def (200 bytes security) (deflated 18%)
2379
- adding: lib/libgio-2.0.dll.a (200 bytes security) (deflated 94%)
2380
- adding: lib/gio-2.0.lib (200 bytes security) (deflated 87%)
2381
- adding: lib/gio-2.0.def (200 bytes security) (deflated 83%)
2382
- adding: lib/glib-2.0/include/glibconfig.h (200 bytes security) (deflated 70%)
2383
- adding: lib/pkgconfig/glib-2.0.pc (200 bytes security) (deflated 38%)
2384
- adding: lib/pkgconfig/gmodule-2.0.pc (200 bytes security) (deflated 29%)
2385
- adding: lib/pkgconfig/gmodule-no-export-2.0.pc (200 bytes security) (deflated 29%)
2386
- adding: lib/pkgconfig/gobject-2.0.pc (200 bytes security) (deflated 27%)
2387
- adding: lib/pkgconfig/gthread-2.0.pc (200 bytes security) (deflated 27%)
2388
- adding: lib/pkgconfig/gio-2.0.pc (200 bytes security) (deflated 37%)
2389
- adding: lib/pkgconfig/gio-windows-2.0.pc (200 bytes security) (deflated 32%)
2390
- adding: share/aclocal/glib-2.0.m4 (200 bytes security) (deflated 68%)
2391
- adding: share/aclocal/glib-gettext.m4 (200 bytes security) (deflated 64%)
2392
- adding: share/glib-2.0/gdb/glib.py (200 bytes security) (deflated 74%)
2393
- adding: share/glib-2.0/gdb/gobject.py (200 bytes security) (deflated 76%)
2394
- adding: share/glib-2.0/gettext/mkinstalldirs (200 bytes security) (deflated 58%)
2395
- adding: share/glib-2.0/gettext/po/Makefile.in.in (200 bytes security) (deflated 67%)
2396
- adding: share/glib-2.0/schemas/gschema.dtd (200 bytes security) (deflated 68%)
2397
- adding: share/gtk-doc/html/gio/annotation-glossary.html (200 bytes security) (deflated 71%)
2398
- adding: share/gtk-doc/html/gio/api-index-2-18.html (200 bytes security) (deflated 79%)
2399
- adding: share/gtk-doc/html/gio/api-index-2-20.html (200 bytes security) (deflated 82%)
2400
- adding: share/gtk-doc/html/gio/api-index-2-22.html (200 bytes security) (deflated 91%)
2401
- adding: share/gtk-doc/html/gio/api-index-2-24.html (200 bytes security) (deflated 84%)
2402
- adding: share/gtk-doc/html/gio/api-index-2-26.html (200 bytes security) (deflated 92%)
2403
- adding: share/gtk-doc/html/gio/api-index-2-28.html (200 bytes security) (deflated 91%)
2404
- adding: share/gtk-doc/html/gio/api-index-deprecated.html (200 bytes security) (deflated 78%)
2405
- adding: share/gtk-doc/html/gio/api-index-full.html (200 bytes security) (deflated 93%)
2406
- adding: share/gtk-doc/html/gio/application.html (200 bytes security) (deflated 67%)
2407
- adding: share/gtk-doc/html/gio/async.html (200 bytes security) (deflated 63%)
2408
- adding: share/gtk-doc/html/gio/ch01.html (200 bytes security) (deflated 68%)
2409
- adding: share/gtk-doc/html/gio/ch02.html (200 bytes security) (deflated 60%)
2410
- adding: share/gtk-doc/html/gio/ch03.html (200 bytes security) (deflated 72%)
2411
- adding: share/gtk-doc/html/gio/ch26.html (200 bytes security) (deflated 61%)
2412
- adding: share/gtk-doc/html/gio/ch27.html (200 bytes security) (deflated 76%)
2413
- adding: share/gtk-doc/html/gio/ch27s02.html (200 bytes security) (deflated 57%)
2414
- adding: share/gtk-doc/html/gio/ch27s03.html (200 bytes security) (deflated 58%)
2415
- adding: share/gtk-doc/html/gio/ch28.html (200 bytes security) (deflated 61%)
2416
- adding: share/gtk-doc/html/gio/ch28s02.html (200 bytes security) (deflated 59%)
2417
- adding: share/gtk-doc/html/gio/ch28s03.html (200 bytes security) (deflated 79%)
2418
- adding: share/gtk-doc/html/gio/ch28s04.html (200 bytes security) (deflated 63%)
2419
- adding: share/gtk-doc/html/gio/ch28s05.html (200 bytes security) (deflated 62%)
2420
- adding: share/gtk-doc/html/gio/ch28s06.html (200 bytes security) (deflated 67%)
2421
- adding: share/gtk-doc/html/gio/ch28s07.html (200 bytes security) (deflated 60%)
2422
- adding: share/gtk-doc/html/gio/ch29.html (200 bytes security) (deflated 61%)
2423
- adding: share/gtk-doc/html/gio/ch29s02.html (200 bytes security) (deflated 81%)
2424
- adding: share/gtk-doc/html/gio/ch29s03.html (200 bytes security) (deflated 83%)
2425
- adding: share/gtk-doc/html/gio/ch29s04.html (200 bytes security) (deflated 73%)
2426
- adding: share/gtk-doc/html/gio/ch29s05.html (200 bytes security) (deflated 91%)
2427
- adding: share/gtk-doc/html/gio/ch29s06.html (200 bytes security) (deflated 90%)
2428
- adding: share/gtk-doc/html/gio/conversion.html (200 bytes security) (deflated 64%)
2429
- adding: share/gtk-doc/html/gio/extending-gio.html (200 bytes security) (deflated 72%)
2430
- adding: share/gtk-doc/html/gio/extending.html (200 bytes security) (deflated 61%)
2431
- adding: share/gtk-doc/html/gio/failable_initialization.html (200 bytes security) (deflated 61%)
2432
- adding: share/gtk-doc/html/gio/file_mon.html (200 bytes security) (deflated 58%)
2433
- adding: share/gtk-doc/html/gio/file_ops.html (200 bytes security) (deflated 65%)
2434
- adding: share/gtk-doc/html/gio/GAction.html (200 bytes security) (deflated 86%)
2435
- adding: share/gtk-doc/html/gio/GActionGroup.html (200 bytes security) (deflated 91%)
2436
- adding: share/gtk-doc/html/gio/GAppInfo.html (200 bytes security) (deflated 90%)
2437
- adding: share/gtk-doc/html/gio/GApplication.html (200 bytes security) (deflated 88%)
2438
- adding: share/gtk-doc/html/gio/GApplicationCommandLine.html (200 bytes security) (deflated 89%)
2439
- adding: share/gtk-doc/html/gio/GAsyncInitable.html (200 bytes security) (deflated 89%)
2440
- adding: share/gtk-doc/html/gio/GAsyncResult.html (200 bytes security) (deflated 82%)
2441
- adding: share/gtk-doc/html/gio/GBufferedInputStream.html (200 bytes security) (deflated 89%)
2442
- adding: share/gtk-doc/html/gio/GBufferedOutputStream.html (200 bytes security) (deflated 86%)
2443
- adding: share/gtk-doc/html/gio/GCancellable.html (200 bytes security) (deflated 86%)
2444
- adding: share/gtk-doc/html/gio/GCharsetConverter.html (200 bytes security) (deflated 85%)
2445
- adding: share/gtk-doc/html/gio/GConverter.html (200 bytes security) (deflated 80%)
2446
- adding: share/gtk-doc/html/gio/GCredentials.html (200 bytes security) (deflated 87%)
2447
- adding: share/gtk-doc/html/gio/GDataInputStream.html (200 bytes security) (deflated 93%)
2448
- adding: share/gtk-doc/html/gio/GDataOutputStream.html (200 bytes security) (deflated 93%)
2449
- adding: share/gtk-doc/html/gio/gdbus-convenience.html (200 bytes security) (deflated 61%)
2450
- adding: share/gtk-doc/html/gio/gdbus-lowlevel.html (200 bytes security) (deflated 68%)
2451
- adding: share/gtk-doc/html/gio/gdbus.html (200 bytes security) (deflated 72%)
2452
- adding: share/gtk-doc/html/gio/GDBusAuthObserver.html (200 bytes security) (deflated 83%)
2453
- adding: share/gtk-doc/html/gio/GDBusConnection.html (200 bytes security) (deflated 93%)
2454
- adding: share/gtk-doc/html/gio/GDBusError.html (200 bytes security) (deflated 87%)
2455
- adding: share/gtk-doc/html/gio/GDBusMessage.html (200 bytes security) (deflated 93%)
2456
- adding: share/gtk-doc/html/gio/GDBusMethodInvocation.html (200 bytes security) (deflated 91%)
2457
- adding: share/gtk-doc/html/gio/GDBusProxy.html (200 bytes security) (deflated 91%)
2458
- adding: share/gtk-doc/html/gio/GDBusServer.html (200 bytes security) (deflated 89%)
2459
- adding: share/gtk-doc/html/gio/GDrive.html (200 bytes security) (deflated 92%)
2460
- adding: share/gtk-doc/html/gio/GEmblem.html (200 bytes security) (deflated 81%)
2461
- adding: share/gtk-doc/html/gio/GEmblemedIcon.html (200 bytes security) (deflated 84%)
2462
- adding: share/gtk-doc/html/gio/GFile.html (200 bytes security) (deflated 94%)
2463
- adding: share/gtk-doc/html/gio/GFileDescriptorBased.html (200 bytes security) (deflated 72%)
2464
- adding: share/gtk-doc/html/gio/GFileEnumerator.html (200 bytes security) (deflated 89%)
2465
- adding: share/gtk-doc/html/gio/GFileIcon.html (200 bytes security) (deflated 78%)
2466
- adding: share/gtk-doc/html/gio/GFileInfo.html (200 bytes security) (deflated 92%)
2467
- adding: share/gtk-doc/html/gio/GFileInputStream.html (200 bytes security) (deflated 84%)
2468
- adding: share/gtk-doc/html/gio/GFileIOStream.html (200 bytes security) (deflated 85%)
2469
- adding: share/gtk-doc/html/gio/GFileMonitor.html (200 bytes security) (deflated 84%)
2470
- adding: share/gtk-doc/html/gio/GFilenameCompleter.html (200 bytes security) (deflated 82%)
2471
- adding: share/gtk-doc/html/gio/GFileOutputStream.html (200 bytes security) (deflated 85%)
2472
- adding: share/gtk-doc/html/gio/GFilterInputStream.html (200 bytes security) (deflated 82%)
2473
- adding: share/gtk-doc/html/gio/GFilterOutputStream.html (200 bytes security) (deflated 82%)
2474
- adding: share/gtk-doc/html/gio/GIcon.html (200 bytes security) (deflated 82%)
2475
- adding: share/gtk-doc/html/gio/GInetAddress.html (200 bytes security) (deflated 91%)
2476
- adding: share/gtk-doc/html/gio/GInetSocketAddress.html (200 bytes security) (deflated 82%)
2477
- adding: share/gtk-doc/html/gio/GInitable.html (200 bytes security) (deflated 87%)
2478
- adding: share/gtk-doc/html/gio/GInputStream.html (200 bytes security) (deflated 91%)
2479
- adding: share/gtk-doc/html/gio/gio-D-Bus-Addresses.html (200 bytes security) (deflated 88%)
2480
- adding: share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html (200 bytes security) (deflated 92%)
2481
- adding: share/gtk-doc/html/gio/gio-D-Bus-Utilities.html (200 bytes security) (deflated 86%)
2482
- adding: share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html (200 bytes security) (deflated 82%)
2483
- adding: share/gtk-doc/html/gio/gio-Extension-Points.html (200 bytes security) (deflated 88%)
2484
- adding: share/gtk-doc/html/gio/gio-GContentType.html (200 bytes security) (deflated 87%)
2485
- adding: share/gtk-doc/html/gio/gio-GConverterInputstream.html (200 bytes security) (deflated 80%)
2486
- adding: share/gtk-doc/html/gio/gio-GConverterOutputstream.html (200 bytes security) (deflated 80%)
2487
- adding: share/gtk-doc/html/gio/gio-GFileAttribute.html (200 bytes security) (deflated 86%)
2488
- adding: share/gtk-doc/html/gio/gio-GIOError.html (200 bytes security) (deflated 79%)
2489
- adding: share/gtk-doc/html/gio/gio-GIOScheduler.html (200 bytes security) (deflated 87%)
2490
- adding: share/gtk-doc/html/gio/gio-hierarchy.html (200 bytes security) (deflated 82%)
2491
- adding: share/gtk-doc/html/gio/gio-Owning-Bus-Names.html (200 bytes security) (deflated 90%)
2492
- adding: share/gtk-doc/html/gio/gio-querymodules.html (200 bytes security) (deflated 59%)
2493
- adding: share/gtk-doc/html/gio/gio-TLS-Overview.html (200 bytes security) (deflated 76%)
2494
- adding: share/gtk-doc/html/gio/gio-Unix-Mounts.html (200 bytes security) (deflated 91%)
2495
- adding: share/gtk-doc/html/gio/gio-Watching-Bus-Names.html (200 bytes security) (deflated 90%)
2496
- adding: share/gtk-doc/html/gio/gio.devhelp (200 bytes security) (deflated 89%)
2497
- adding: share/gtk-doc/html/gio/gio.devhelp2 (200 bytes security) (deflated 90%)
2498
- adding: share/gtk-doc/html/gio/GIOModule.html (200 bytes security) (deflated 78%)
2499
- adding: share/gtk-doc/html/gio/GIOStream.html (200 bytes security) (deflated 88%)
2500
- adding: share/gtk-doc/html/gio/glib-compile-schemas.html (200 bytes security) (deflated 64%)
2501
- adding: share/gtk-doc/html/gio/GLoadableIcon.html (200 bytes security) (deflated 86%)
2502
- adding: share/gtk-doc/html/gio/GMemoryInputStream.html (200 bytes security) (deflated 83%)
2503
- adding: share/gtk-doc/html/gio/GMemoryOutputStream.html (200 bytes security) (deflated 86%)
2504
- adding: share/gtk-doc/html/gio/GMount.html (200 bytes security) (deflated 92%)
2505
- adding: share/gtk-doc/html/gio/GMountOperation.html (200 bytes security) (deflated 89%)
2506
- adding: share/gtk-doc/html/gio/GNetworkAddress.html (200 bytes security) (deflated 86%)
2507
- adding: share/gtk-doc/html/gio/GNetworkService.html (200 bytes security) (deflated 86%)
2508
- adding: share/gtk-doc/html/gio/GOutputStream.html (200 bytes security) (deflated 92%)
2509
- adding: share/gtk-doc/html/gio/GPermission.html (200 bytes security) (deflated 91%)
2510
- adding: share/gtk-doc/html/gio/GPollableInputStream.html (200 bytes security) (deflated 86%)
2511
- adding: share/gtk-doc/html/gio/GPollableOutputStream.html (200 bytes security) (deflated 85%)
2512
- adding: share/gtk-doc/html/gio/GProxy.html (200 bytes security) (deflated 85%)
2513
- adding: share/gtk-doc/html/gio/GProxyAddress.html (200 bytes security) (deflated 88%)
2514
- adding: share/gtk-doc/html/gio/GProxyResolver.html (200 bytes security) (deflated 85%)
2515
- adding: share/gtk-doc/html/gio/GResolver.html (200 bytes security) (deflated 91%)
2516
- adding: share/gtk-doc/html/gio/GSeekable.html (200 bytes security) (deflated 87%)
2517
- adding: share/gtk-doc/html/gio/gsettings-tool.html (200 bytes security) (deflated 77%)
2518
- adding: share/gtk-doc/html/gio/GSettings.html (200 bytes security) (deflated 90%)
2519
- adding: share/gtk-doc/html/gio/GSettingsBackend.html (200 bytes security) (deflated 86%)
2520
- adding: share/gtk-doc/html/gio/GSimpleAction.html (200 bytes security) (deflated 84%)
2521
- adding: share/gtk-doc/html/gio/GSimpleActionGroup.html (200 bytes security) (deflated 83%)
2522
- adding: share/gtk-doc/html/gio/GSimpleAsyncResult.html (200 bytes security) (deflated 92%)
2523
- adding: share/gtk-doc/html/gio/GSimplePermission.html (200 bytes security) (deflated 72%)
2524
- adding: share/gtk-doc/html/gio/GSocket.html (200 bytes security) (deflated 90%)
2525
- adding: share/gtk-doc/html/gio/GSocketAddress.html (200 bytes security) (deflated 83%)
2526
- adding: share/gtk-doc/html/gio/GSocketClient.html (200 bytes security) (deflated 92%)
2527
- adding: share/gtk-doc/html/gio/GSocketConnectable.html (200 bytes security) (deflated 87%)
2528
- adding: share/gtk-doc/html/gio/GSocketConnection.html (200 bytes security) (deflated 87%)
2529
- adding: share/gtk-doc/html/gio/GSocketControlMessage.html (200 bytes security) (deflated 83%)
2530
- adding: share/gtk-doc/html/gio/GSocketListener.html (200 bytes security) (deflated 92%)
2531
- adding: share/gtk-doc/html/gio/GSocketService.html (200 bytes security) (deflated 81%)
2532
- adding: share/gtk-doc/html/gio/GSrvTarget.html (200 bytes security) (deflated 85%)
2533
- adding: share/gtk-doc/html/gio/GTcpConnection.html (200 bytes security) (deflated 78%)
2534
- adding: share/gtk-doc/html/gio/GTcpWrapperConnection.html (200 bytes security) (deflated 80%)
2535
- adding: share/gtk-doc/html/gio/GThemedIcon.html (200 bytes security) (deflated 85%)
2536
- adding: share/gtk-doc/html/gio/GThreadedSocketService.html (200 bytes security) (deflated 77%)
2537
- adding: share/gtk-doc/html/gio/GTlsBackend.html (200 bytes security) (deflated 85%)
2538
- adding: share/gtk-doc/html/gio/GTlsCertificate.html (200 bytes security) (deflated 87%)
2539
- adding: share/gtk-doc/html/gio/GTlsClientConnection.html (200 bytes security) (deflated 86%)
2540
- adding: share/gtk-doc/html/gio/GTlsConnection.html (200 bytes security) (deflated 88%)
2541
- adding: share/gtk-doc/html/gio/GTlsServerConnection.html (200 bytes security) (deflated 78%)
2542
- adding: share/gtk-doc/html/gio/GUnixConnection.html (200 bytes security) (deflated 87%)
2543
- adding: share/gtk-doc/html/gio/GUnixCredentialsMessage.html (200 bytes security) (deflated 82%)
2544
- adding: share/gtk-doc/html/gio/GUnixFDList.html (200 bytes security) (deflated 86%)
2545
- adding: share/gtk-doc/html/gio/GUnixFDMessage.html (200 bytes security) (deflated 83%)
2546
- adding: share/gtk-doc/html/gio/GUnixInputStream.html (200 bytes security) (deflated 84%)
2547
- adding: share/gtk-doc/html/gio/GUnixOutputStream.html (200 bytes security) (deflated 84%)
2548
- adding: share/gtk-doc/html/gio/GUnixSocketAddress.html (200 bytes security) (deflated 86%)
2549
- adding: share/gtk-doc/html/gio/gvfs-overview.png (200 bytes security) (deflated 7%)
2550
- adding: share/gtk-doc/html/gio/GVfs.html (200 bytes security) (deflated 85%)
2551
- adding: share/gtk-doc/html/gio/GVolume.html (200 bytes security) (deflated 90%)
2552
- adding: share/gtk-doc/html/gio/GVolumeMonitor.html (200 bytes security) (deflated 91%)
2553
- adding: share/gtk-doc/html/gio/GZlibCompressor.html (200 bytes security) (deflated 82%)
2554
- adding: share/gtk-doc/html/gio/GZlibDecompressor.html (200 bytes security) (deflated 79%)
2555
- adding: share/gtk-doc/html/gio/highlevel-socket.html (200 bytes security) (deflated 68%)
2556
- adding: share/gtk-doc/html/gio/home.png (200 bytes security) (stored 0%)
2557
- adding: share/gtk-doc/html/gio/icons.html (200 bytes security) (deflated 65%)
2558
- adding: share/gtk-doc/html/gio/index.html (200 bytes security) (deflated 84%)
2559
- adding: share/gtk-doc/html/gio/index.sgml (200 bytes security) (deflated 90%)
2560
- adding: share/gtk-doc/html/gio/left.png (200 bytes security) (stored 0%)
2561
- adding: share/gtk-doc/html/gio/migrating.html (200 bytes security) (deflated 69%)
2562
- adding: share/gtk-doc/html/gio/networking.html (200 bytes security) (deflated 71%)
2563
- adding: share/gtk-doc/html/gio/permissions.html (200 bytes security) (deflated 60%)
2564
- adding: share/gtk-doc/html/gio/pt01.html (200 bytes security) (deflated 60%)
2565
- adding: share/gtk-doc/html/gio/pt02.html (200 bytes security) (deflated 84%)
2566
- adding: share/gtk-doc/html/gio/resolver.html (200 bytes security) (deflated 66%)
2567
- adding: share/gtk-doc/html/gio/right.png (200 bytes security) (stored 0%)
2568
- adding: share/gtk-doc/html/gio/settings.html (200 bytes security) (deflated 59%)
2569
- adding: share/gtk-doc/html/gio/streaming.html (200 bytes security) (deflated 79%)
2570
- adding: share/gtk-doc/html/gio/style.css (200 bytes security) (deflated 71%)
2571
- adding: share/gtk-doc/html/gio/tls.html (200 bytes security) (deflated 66%)
2572
- adding: share/gtk-doc/html/gio/tools.html (200 bytes security) (deflated 62%)
2573
- adding: share/gtk-doc/html/gio/types.html (200 bytes security) (deflated 62%)
2574
- adding: share/gtk-doc/html/gio/up.png (200 bytes security) (stored 0%)
2575
- adding: share/gtk-doc/html/gio/utils.html (200 bytes security) (deflated 59%)
2576
- adding: share/gtk-doc/html/gio/volume_mon.html (200 bytes security) (deflated 64%)
2577
- adding: share/gtk-doc/html/glib/annotation-glossary.html (200 bytes security) (deflated 68%)
2578
- adding: share/gtk-doc/html/glib/api-index-2-10.html (200 bytes security) (deflated 82%)
2579
- adding: share/gtk-doc/html/glib/api-index-2-12.html (200 bytes security) (deflated 90%)
2580
- adding: share/gtk-doc/html/glib/api-index-2-14.html (200 bytes security) (deflated 91%)
2581
- adding: share/gtk-doc/html/glib/api-index-2-16.html (200 bytes security) (deflated 87%)
2582
- adding: share/gtk-doc/html/glib/api-index-2-18.html (200 bytes security) (deflated 76%)
2583
- adding: share/gtk-doc/html/glib/api-index-2-2.html (200 bytes security) (deflated 81%)
2584
- adding: share/gtk-doc/html/glib/api-index-2-20.html (200 bytes security) (deflated 72%)
2585
- adding: share/gtk-doc/html/glib/api-index-2-22.html (200 bytes security) (deflated 83%)
2586
- adding: share/gtk-doc/html/glib/api-index-2-24.html (200 bytes security) (deflated 91%)
2587
- adding: share/gtk-doc/html/glib/api-index-2-26.html (200 bytes security) (deflated 89%)
2588
- adding: share/gtk-doc/html/glib/api-index-2-28.html (200 bytes security) (deflated 78%)
2589
- adding: share/gtk-doc/html/glib/api-index-2-4.html (200 bytes security) (deflated 87%)
2590
- adding: share/gtk-doc/html/glib/api-index-2-6.html (200 bytes security) (deflated 90%)
2591
- adding: share/gtk-doc/html/glib/api-index-2-8.html (200 bytes security) (deflated 83%)
2592
- adding: share/gtk-doc/html/glib/api-index-deprecated.html (200 bytes security) (deflated 88%)
2593
- adding: share/gtk-doc/html/glib/api-index-full.html (200 bytes security) (deflated 93%)
2594
- adding: share/gtk-doc/html/glib/file-name-encodings.png (200 bytes security) (deflated 3%)
2595
- adding: share/gtk-doc/html/glib/glib-Arrays.html (200 bytes security) (deflated 90%)
2596
- adding: share/gtk-doc/html/glib/glib-Asynchronous-Queues.html (200 bytes security) (deflated 90%)
2597
- adding: share/gtk-doc/html/glib/glib-Atomic-Operations.html (200 bytes security) (deflated 88%)
2598
- adding: share/gtk-doc/html/glib/glib-Automatic-String-Completion.html (200 bytes security) (deflated 89%)
2599
- adding: share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html (200 bytes security) (deflated 90%)
2600
- adding: share/gtk-doc/html/glib/glib-Base64-Encoding.html (200 bytes security) (deflated 87%)
2601
- adding: share/gtk-doc/html/glib/glib-Basic-Types.html (200 bytes security) (deflated 84%)
2602
- adding: share/gtk-doc/html/glib/glib-Bookmark-file-parser.html (200 bytes security) (deflated 93%)
2603
- adding: share/gtk-doc/html/glib/glib-building.html (200 bytes security) (deflated 73%)
2604
- adding: share/gtk-doc/html/glib/glib-Byte-Arrays.html (200 bytes security) (deflated 90%)
2605
- adding: share/gtk-doc/html/glib/glib-Byte-Order-Macros.html (200 bytes security) (deflated 93%)
2606
- adding: share/gtk-doc/html/glib/glib-Caches.html (200 bytes security) (deflated 87%)
2607
- adding: share/gtk-doc/html/glib/glib-changes.html (200 bytes security) (deflated 64%)
2608
- adding: share/gtk-doc/html/glib/glib-Character-Set-Conversion.html (200 bytes security) (deflated 87%)
2609
- adding: share/gtk-doc/html/glib/glib-Commandline-option-parser.html (200 bytes security) (deflated 89%)
2610
- adding: share/gtk-doc/html/glib/glib-compiling.html (200 bytes security) (deflated 63%)
2611
- adding: share/gtk-doc/html/glib/glib-core.html (200 bytes security) (deflated 67%)
2612
- adding: share/gtk-doc/html/glib/glib-cross-compiling.html (200 bytes security) (deflated 65%)
2613
- adding: share/gtk-doc/html/glib/glib-Data-Checksums.html (200 bytes security) (deflated 88%)
2614
- adding: share/gtk-doc/html/glib/glib-data-types.html (200 bytes security) (deflated 74%)
2615
- adding: share/gtk-doc/html/glib/glib-Datasets.html (200 bytes security) (deflated 88%)
2616
- adding: share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html (200 bytes security) (deflated 90%)
2617
- adding: share/gtk-doc/html/glib/glib-Double-ended-Queues.html (200 bytes security) (deflated 93%)
2618
- adding: share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html (200 bytes security) (deflated 92%)
2619
- adding: share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html (200 bytes security) (deflated 85%)
2620
- adding: share/gtk-doc/html/glib/glib-Error-Reporting.html (200 bytes security) (deflated 89%)
2621
- adding: share/gtk-doc/html/glib/glib-File-Utilities.html (200 bytes security) (deflated 85%)
2622
- adding: share/gtk-doc/html/glib/glib-fundamentals.html (200 bytes security) (deflated 66%)
2623
- adding: share/gtk-doc/html/glib/glib-GDateTime.html (200 bytes security) (deflated 92%)
2624
- adding: share/gtk-doc/html/glib/glib-gettextize.html (200 bytes security) (deflated 66%)
2625
- adding: share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html (200 bytes security) (deflated 85%)
2626
- adding: share/gtk-doc/html/glib/glib-GTimeZone.html (200 bytes security) (deflated 85%)
2627
- adding: share/gtk-doc/html/glib/glib-GVariant.html (200 bytes security) (deflated 90%)
2628
- adding: share/gtk-doc/html/glib/glib-GVariantType.html (200 bytes security) (deflated 89%)
2629
- adding: share/gtk-doc/html/glib/glib-Hash-Tables.html (200 bytes security) (deflated 92%)
2630
- adding: share/gtk-doc/html/glib/glib-Hook-Functions.html (200 bytes security) (deflated 93%)
2631
- adding: share/gtk-doc/html/glib/glib-Hostname-Utilities.html (200 bytes security) (deflated 82%)
2632
- adding: share/gtk-doc/html/glib/glib-I18N.html (200 bytes security) (deflated 86%)
2633
- adding: share/gtk-doc/html/glib/glib-IO-Channels.html (200 bytes security) (deflated 90%)
2634
- adding: share/gtk-doc/html/glib/glib-Key-value-file-parser.html (200 bytes security) (deflated 94%)
2635
- adding: share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html (200 bytes security) (deflated 88%)
2636
- adding: share/gtk-doc/html/glib/glib-Lexical-Scanner.html (200 bytes security) (deflated 90%)
2637
- adding: share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html (200 bytes security) (deflated 86%)
2638
- adding: share/gtk-doc/html/glib/glib-Memory-Allocation.html (200 bytes security) (deflated 89%)
2639
- adding: share/gtk-doc/html/glib/glib-Memory-Allocators.html (200 bytes security) (deflated 77%)
2640
- adding: share/gtk-doc/html/glib/glib-Memory-Chunks.html (200 bytes security) (deflated 89%)
2641
- adding: share/gtk-doc/html/glib/glib-Memory-Slices.html (200 bytes security) (deflated 85%)
2642
- adding: share/gtk-doc/html/glib/glib-Message-Logging.html (200 bytes security) (deflated 88%)
2643
- adding: share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html (200 bytes security) (deflated 86%)
2644
- adding: share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html (200 bytes security) (deflated 86%)
2645
- adding: share/gtk-doc/html/glib/glib-N-ary-Trees.html (200 bytes security) (deflated 92%)
2646
- adding: share/gtk-doc/html/glib/glib-Numerical-Definitions.html (200 bytes security) (deflated 74%)
2647
- adding: share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html (200 bytes security) (deflated 90%)
2648
- adding: share/gtk-doc/html/glib/glib-Pointer-Arrays.html (200 bytes security) (deflated 90%)
2649
- adding: share/gtk-doc/html/glib/glib-Quarks.html (200 bytes security) (deflated 85%)
2650
- adding: share/gtk-doc/html/glib/glib-Random-Numbers.html (200 bytes security) (deflated 89%)
2651
- adding: share/gtk-doc/html/glib/glib-regex-syntax.html (200 bytes security) (deflated 72%)
2652
- adding: share/gtk-doc/html/glib/glib-Relations-and-Tuples.html (200 bytes security) (deflated 89%)
2653
- adding: share/gtk-doc/html/glib/glib-resources.html (200 bytes security) (deflated 62%)
2654
- adding: share/gtk-doc/html/glib/glib-running.html (200 bytes security) (deflated 65%)
2655
- adding: share/gtk-doc/html/glib/glib-Sequences.html (200 bytes security) (deflated 93%)
2656
- adding: share/gtk-doc/html/glib/glib-Shell-related-Utilities.html (200 bytes security) (deflated 78%)
2657
- adding: share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html (200 bytes security) (deflated 87%)
2658
- adding: share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html (200 bytes security) (deflated 92%)
2659
- adding: share/gtk-doc/html/glib/glib-Spawning-Processes.html (200 bytes security) (deflated 82%)
2660
- adding: share/gtk-doc/html/glib/glib-Standard-Macros.html (200 bytes security) (deflated 81%)
2661
- adding: share/gtk-doc/html/glib/glib-String-Chunks.html (200 bytes security) (deflated 86%)
2662
- adding: share/gtk-doc/html/glib/glib-String-Utility-Functions.html (200 bytes security) (deflated 91%)
2663
- adding: share/gtk-doc/html/glib/glib-Strings.html (200 bytes security) (deflated 93%)
2664
- adding: share/gtk-doc/html/glib/glib-Testing.html (200 bytes security) (deflated 87%)
2665
- adding: share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html (200 bytes security) (deflated 90%)
2666
- adding: share/gtk-doc/html/glib/glib-Thread-Pools.html (200 bytes security) (deflated 87%)
2667
- adding: share/gtk-doc/html/glib/glib-Threads.html (200 bytes security) (deflated 89%)
2668
- adding: share/gtk-doc/html/glib/glib-Timers.html (200 bytes security) (deflated 82%)
2669
- adding: share/gtk-doc/html/glib/glib-Trash-Stacks.html (200 bytes security) (deflated 82%)
2670
- adding: share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html (200 bytes security) (deflated 80%)
2671
- adding: share/gtk-doc/html/glib/glib-Unicode-Manipulation.html (200 bytes security) (deflated 90%)
2672
- adding: share/gtk-doc/html/glib/glib-URI-Functions.html (200 bytes security) (deflated 83%)
2673
- adding: share/gtk-doc/html/glib/glib-utilities.html (200 bytes security) (deflated 75%)
2674
- adding: share/gtk-doc/html/glib/glib-Version-Information.html (200 bytes security) (deflated 79%)
2675
- adding: share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html (200 bytes security) (deflated 83%)
2676
- adding: share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html (200 bytes security) (deflated 79%)
2677
- adding: share/gtk-doc/html/glib/glib.devhelp (200 bytes security) (deflated 88%)
2678
- adding: share/gtk-doc/html/glib/glib.devhelp2 (200 bytes security) (deflated 89%)
2679
- adding: share/gtk-doc/html/glib/glib.html (200 bytes security) (deflated 63%)
2680
- adding: share/gtk-doc/html/glib/gtester-report.html (200 bytes security) (deflated 63%)
2681
- adding: share/gtk-doc/html/glib/gtester.html (200 bytes security) (deflated 70%)
2682
- adding: share/gtk-doc/html/glib/gvariant-format-strings.html (200 bytes security) (deflated 89%)
2683
- adding: share/gtk-doc/html/glib/gvariant-text.html (200 bytes security) (deflated 76%)
2684
- adding: share/gtk-doc/html/glib/home.png (200 bytes security) (stored 0%)
2685
- adding: share/gtk-doc/html/glib/index.html (200 bytes security) (deflated 79%)
2686
- adding: share/gtk-doc/html/glib/index.sgml (200 bytes security) (deflated 90%)
2687
- adding: share/gtk-doc/html/glib/left.png (200 bytes security) (stored 0%)
2688
- adding: share/gtk-doc/html/glib/mainloop-states.gif (200 bytes security) (stored 0%)
2689
- adding: share/gtk-doc/html/glib/right.png (200 bytes security) (stored 0%)
2690
- adding: share/gtk-doc/html/glib/style.css (200 bytes security) (deflated 71%)
2691
- adding: share/gtk-doc/html/glib/tools.html (200 bytes security) (deflated 61%)
2692
- adding: share/gtk-doc/html/glib/up.png (200 bytes security) (stored 0%)
2693
- adding: share/gtk-doc/html/gobject/annotation-glossary.html (200 bytes security) (deflated 72%)
2694
- adding: share/gtk-doc/html/gobject/api-index-2-10.html (200 bytes security) (deflated 76%)
2695
- adding: share/gtk-doc/html/gobject/api-index-2-12.html (200 bytes security) (deflated 68%)
2696
- adding: share/gtk-doc/html/gobject/api-index-2-14.html (200 bytes security) (deflated 64%)
2697
- adding: share/gtk-doc/html/gobject/api-index-2-18.html (200 bytes security) (deflated 66%)
2698
- adding: share/gtk-doc/html/gobject/api-index-2-2.html (200 bytes security) (deflated 59%)
2699
- adding: share/gtk-doc/html/gobject/api-index-2-22.html (200 bytes security) (deflated 65%)
2700
- adding: share/gtk-doc/html/gobject/api-index-2-24.html (200 bytes security) (deflated 71%)
2701
- adding: share/gtk-doc/html/gobject/api-index-2-26.html (200 bytes security) (deflated 85%)
2702
- adding: share/gtk-doc/html/gobject/api-index-2-28.html (200 bytes security) (deflated 62%)
2703
- adding: share/gtk-doc/html/gobject/api-index-2-4.html (200 bytes security) (deflated 85%)
2704
- adding: share/gtk-doc/html/gobject/api-index-2-6.html (200 bytes security) (deflated 63%)
2705
- adding: share/gtk-doc/html/gobject/api-index-2-8.html (200 bytes security) (deflated 63%)
2706
- adding: share/gtk-doc/html/gobject/api-index-deprecated.html (200 bytes security) (deflated 71%)
2707
- adding: share/gtk-doc/html/gobject/api-index-full.html (200 bytes security) (deflated 93%)
2708
- adding: share/gtk-doc/html/gobject/ch01s02.html (200 bytes security) (deflated 62%)
2709
- adding: share/gtk-doc/html/gobject/ch06s03.html (200 bytes security) (deflated 64%)
2710
- adding: share/gtk-doc/html/gobject/chapter-gobject.html (200 bytes security) (deflated 73%)
2711
- adding: share/gtk-doc/html/gobject/chapter-gtype.html (200 bytes security) (deflated 74%)
2712
- adding: share/gtk-doc/html/gobject/chapter-intro.html (200 bytes security) (deflated 59%)
2713
- adding: share/gtk-doc/html/gobject/chapter-signal.html (200 bytes security) (deflated 72%)
2714
- adding: share/gtk-doc/html/gobject/GBinding.html (200 bytes security) (deflated 89%)
2715
- adding: share/gtk-doc/html/gobject/glib-genmarshal.html (200 bytes security) (deflated 75%)
2716
- adding: share/gtk-doc/html/gobject/glib-mkenums.html (200 bytes security) (deflated 72%)
2717
- adding: share/gtk-doc/html/gobject/glue.png (200 bytes security) (deflated 10%)
2718
- adding: share/gtk-doc/html/gobject/gobject-Boxed-Types.html (200 bytes security) (deflated 85%)
2719
- adding: share/gtk-doc/html/gobject/gobject-Closures.html (200 bytes security) (deflated 94%)
2720
- adding: share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html (200 bytes security) (deflated 90%)
2721
- adding: share/gtk-doc/html/gobject/gobject-Generic-values.html (200 bytes security) (deflated 88%)
2722
- adding: share/gtk-doc/html/gobject/gobject-GParamSpec.html (200 bytes security) (deflated 89%)
2723
- adding: share/gtk-doc/html/gobject/gobject-memory.html (200 bytes security) (deflated 72%)
2724
- adding: share/gtk-doc/html/gobject/gobject-properties.html (200 bytes security) (deflated 73%)
2725
- adding: share/gtk-doc/html/gobject/gobject-query.html (200 bytes security) (deflated 69%)
2726
- adding: share/gtk-doc/html/gobject/gobject-Signals.html (200 bytes security) (deflated 91%)
2727
- adding: share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html (200 bytes security) (deflated 95%)
2728
- adding: share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html (200 bytes security) (deflated 90%)
2729
- adding: share/gtk-doc/html/gobject/gobject-Type-Information.html (200 bytes security) (deflated 89%)
2730
- adding: share/gtk-doc/html/gobject/gobject-Value-arrays.html (200 bytes security) (deflated 90%)
2731
- adding: share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html (200 bytes security) (deflated 82%)
2732
- adding: share/gtk-doc/html/gobject/gobject.devhelp (200 bytes security) (deflated 89%)
2733
- adding: share/gtk-doc/html/gobject/gobject.devhelp2 (200 bytes security) (deflated 90%)
2734
- adding: share/gtk-doc/html/gobject/gtype-conventions.html (200 bytes security) (deflated 67%)
2735
- adding: share/gtk-doc/html/gobject/gtype-instantiable-classed.html (200 bytes security) (deflated 72%)
2736
- adding: share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html (200 bytes security) (deflated 73%)
2737
- adding: share/gtk-doc/html/gobject/gtype-non-instantiable.html (200 bytes security) (deflated 65%)
2738
- adding: share/gtk-doc/html/gobject/GTypeModule.html (200 bytes security) (deflated 87%)
2739
- adding: share/gtk-doc/html/gobject/GTypePlugin.html (200 bytes security) (deflated 88%)
2740
- adding: share/gtk-doc/html/gobject/home.png (200 bytes security) (stored 0%)
2741
- adding: share/gtk-doc/html/gobject/howto-gobject-chainup.html (200 bytes security) (deflated 62%)
2742
- adding: share/gtk-doc/html/gobject/howto-gobject-code.html (200 bytes security) (deflated 60%)
2743
- adding: share/gtk-doc/html/gobject/howto-gobject-construction.html (200 bytes security) (deflated 63%)
2744
- adding: share/gtk-doc/html/gobject/howto-gobject-destruction.html (200 bytes security) (deflated 60%)
2745
- adding: share/gtk-doc/html/gobject/howto-gobject-methods.html (200 bytes security) (deflated 70%)
2746
- adding: share/gtk-doc/html/gobject/howto-gobject.html (200 bytes security) (deflated 67%)
2747
- adding: share/gtk-doc/html/gobject/howto-interface-implement.html (200 bytes security) (deflated 64%)
2748
- adding: share/gtk-doc/html/gobject/howto-interface-properties.html (200 bytes security) (deflated 69%)
2749
- adding: share/gtk-doc/html/gobject/howto-interface.html (200 bytes security) (deflated 67%)
2750
- adding: share/gtk-doc/html/gobject/howto-signals.html (200 bytes security) (deflated 59%)
2751
- adding: share/gtk-doc/html/gobject/index.html (200 bytes security) (deflated 78%)
2752
- adding: share/gtk-doc/html/gobject/index.sgml (200 bytes security) (deflated 91%)
2753
- adding: share/gtk-doc/html/gobject/left.png (200 bytes security) (stored 0%)
2754
- adding: share/gtk-doc/html/gobject/pr01.html (200 bytes security) (deflated 57%)
2755
- adding: share/gtk-doc/html/gobject/pt01.html (200 bytes security) (deflated 73%)
2756
- adding: share/gtk-doc/html/gobject/pt02.html (200 bytes security) (deflated 69%)
2757
- adding: share/gtk-doc/html/gobject/pt03.html (200 bytes security) (deflated 58%)
2758
- adding: share/gtk-doc/html/gobject/right.png (200 bytes security) (stored 0%)
2759
- adding: share/gtk-doc/html/gobject/rn01.html (200 bytes security) (deflated 69%)
2760
- adding: share/gtk-doc/html/gobject/rn02.html (200 bytes security) (deflated 60%)
2761
- adding: share/gtk-doc/html/gobject/signal.html (200 bytes security) (deflated 74%)
2762
- adding: share/gtk-doc/html/gobject/style.css (200 bytes security) (deflated 71%)
2763
- adding: share/gtk-doc/html/gobject/tools-ginspector.html (200 bytes security) (deflated 55%)
2764
- adding: share/gtk-doc/html/gobject/tools-gob.html (200 bytes security) (deflated 54%)
2765
- adding: share/gtk-doc/html/gobject/tools-gtkdoc.html (200 bytes security) (deflated 55%)
2766
- adding: share/gtk-doc/html/gobject/tools-refdb.html (200 bytes security) (deflated 57%)
2767
- adding: share/gtk-doc/html/gobject/tools-vala.html (200 bytes security) (deflated 55%)
2768
- adding: share/gtk-doc/html/gobject/up.png (200 bytes security) (stored 0%)
2769
- adding: share/man/man1/glib-mkenums.1 (200 bytes security) (deflated 66%)
2770
- adding: share/man/man1/glib-genmarshal.1 (200 bytes security) (deflated 66%)
2771
- adding: share/man/man1/gobject-query.1 (200 bytes security) (deflated 64%)
2772
- adding: share/doc/glib-dev-2.28.1/ (200 bytes security) (stored 0%)
2773
- adding: share/doc/glib-dev-2.28.1/COPYING (200 bytes security) (deflated 64%)
2774
- ++ mv /tmp/glib-2.28.1.zip /tmp/glib_2.28.1-1_win32.zip
2775
- ++ mv /tmp/glib-dev-2.28.1.zip /tmp/glib-dev_2.28.1-1_win32.zip