Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.65 KB | None | 0 0
  1. make[1]: Entering directory `/home/mxe/mxe-gtk3-795'
  2. uname -a
  3. Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u1 x86_64 GNU/Linux
  4. git show-branch --list --reflog=1
  5. [refs/heads/gtk3@{0}] (19 seconds ago) pull: Fast-forward
  6. lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
  7. Distributor ID: Debian
  8. Description: Debian GNU/Linux 7.8 (wheezy)
  9. Release: 7.8
  10. Codename: wheezy
  11. rm -rf '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static'
  12. mkdir -p '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static'
  13. cd '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static' && xz -dc '/home/mxe/mxe-gtk3-795/pkg/gtk+-3.16.6.tar.xz' | tar xf -
  14. cd '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6'
  15. (cd '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6' && patch -p1 -u) < ./src/gtk3-1-remove-demos-and-tests.patch
  16. patching file Makefile.in
  17. cd '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6' && ./configure --host='i686-w64-mingw32.static' --build='x86_64-unknown-linux-gnu' --prefix='/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static' --enable-static --disable-shared --enable-explicit-deps --disable-glibtest --disable-cups --disable-test-print-backend --disable-gtk-doc --disable-man --with-included-immodules --without-x GLIB_COMPILE_SCHEMAS='/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-compile-schemas'
  18. configure: loading site script /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/config.site
  19. checking build system type... (cached) x86_64-unknown-linux-gnu
  20. checking host system type... i686-w64-mingw32.static
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking whether build environment is sane... yes
  23. checking for i686-w64-mingw32.static-strip... i686-w64-mingw32.static-strip
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether make supports nested variables... yes
  28. checking whether UID '1008' is supported by ustar format... yes
  29. checking whether GID '1008' is supported by ustar format... yes
  30. checking how to create a ustar tar archive... gnutar
  31. checking whether to enable maintainer-specific portions of Makefiles... yes
  32. checking whether make supports nested variables... (cached) yes
  33. checking for i686-w64-mingw32.static-gcc... i686-w64-mingw32.static-gcc
  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... yes
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether i686-w64-mingw32.static-gcc accepts -g... yes
  41. checking for i686-w64-mingw32.static-gcc option to accept ISO C89... none needed
  42. checking whether i686-w64-mingw32.static-gcc understands -c and -o together... yes
  43. checking for style of include used by make... GNU
  44. checking dependency style of i686-w64-mingw32.static-gcc... gcc3
  45. checking how to run the C preprocessor... i686-w64-mingw32.static-gcc -E
  46. checking for gcc... gcc
  47. checking whether we are using the GNU C compiler... (cached) yes
  48. checking whether gcc accepts -g... yes
  49. checking for gcc option to accept ISO C89... (cached) none needed
  50. checking whether gcc understands -c and -o together... (cached) yes
  51. checking dependency style of gcc... (cached) gcc3
  52. checking how to run the C preprocessor... gcc -E
  53. checking whether i686-w64-mingw32.static-gcc and cc understand -c and -o together... yes
  54. checking whether make sets $(MAKE)... (cached) yes
  55. checking for native Win32... yes
  56. checking for grep that handles long lines and -e... /bin/grep
  57. checking for egrep... /bin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking minix/config.h usability... no
  69. checking minix/config.h presence... no
  70. checking for minix/config.h... no
  71. checking whether it is safe to define __EXTENSIONS__... yes
  72. checking for i686-w64-mingw32.static-c++... i686-w64-mingw32.static-c++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether i686-w64-mingw32.static-c++ accepts -g... yes
  75. checking dependency style of i686-w64-mingw32.static-c++... gcc3
  76. configure: WARNING: Disabling static library build, must build as DLL on Windows.
  77. configure: WARNING: Enabling shared library build, must build as DLL on Windows.
  78. checking how to print strings... printf
  79. checking for a sed that does not truncate output... /bin/sed
  80. checking for fgrep... /bin/grep -F
  81. checking for ld used by i686-w64-mingw32.static-gcc... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld
  82. checking if the linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes
  83. checking for BSD- or MS-compatible name lister (nm)... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B
  84. checking the name lister (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B) interface... BSD nm
  85. checking whether ln -s works... yes
  86. checking the maximum length of command line arguments... 3458764513820540925
  87. checking how to convert x86_64-unknown-linux-gnu file names to i686-w64-mingw32.static format... func_convert_file_nix_to_w32
  88. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  89. checking for /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld option to reload object files... -r
  90. checking for i686-w64-mingw32.static-objdump... i686-w64-mingw32.static-objdump
  91. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  92. checking for i686-w64-mingw32.static-dlltool... i686-w64-mingw32.static-dlltool
  93. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  94. checking for i686-w64-mingw32.static-ar... i686-w64-mingw32.static-ar
  95. checking for archiver @FILE support... @
  96. checking for i686-w64-mingw32.static-strip... (cached) i686-w64-mingw32.static-strip
  97. checking for i686-w64-mingw32.static-ranlib... i686-w64-mingw32.static-ranlib
  98. checking command to parse /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B output from i686-w64-mingw32.static-gcc object... ok
  99. checking for sysroot... no
  100. checking for a working dd... /bin/dd
  101. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  102. checking for i686-w64-mingw32.static-mt... no
  103. checking for mt... mt
  104. configure: WARNING: using cross tools not prefixed with host triplet
  105. checking if mt is a manifest tool... no
  106. checking for dlfcn.h... no
  107. checking for i686-w64-mingw32.static-as... i686-w64-mingw32.static-as
  108. checking for i686-w64-mingw32.static-dlltool... (cached) i686-w64-mingw32.static-dlltool
  109. checking for i686-w64-mingw32.static-objdump... (cached) i686-w64-mingw32.static-objdump
  110. checking for objdir... .libs
  111. checking if i686-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions... no
  112. checking for i686-w64-mingw32.static-gcc option to produce PIC... -DDLL_EXPORT -DPIC
  113. checking if i686-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  114. checking if i686-w64-mingw32.static-gcc static flag -static works... yes
  115. checking if i686-w64-mingw32.static-gcc supports -c -o file.o... yes
  116. checking if i686-w64-mingw32.static-gcc supports -c -o file.o... (cached) yes
  117. checking whether the i686-w64-mingw32.static-gcc linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
  118. checking whether -lc should be explicitly linked in... yes
  119. checking dynamic linker characteristics... Win32 ld.exe
  120. checking how to hardcode library paths into programs... immediate
  121. checking whether stripping libraries is possible... yes
  122. checking if libtool supports shared libraries... yes
  123. checking whether to build shared libraries... yes
  124. checking whether to build static libraries... no
  125. checking how to run the C++ preprocessor... i686-w64-mingw32.static-c++ -E
  126. checking for ld used by i686-w64-mingw32.static-c++... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld
  127. checking if the linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes
  128. checking whether the i686-w64-mingw32.static-c++ linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
  129. checking for i686-w64-mingw32.static-c++ option to produce PIC... -DDLL_EXPORT -DPIC
  130. checking if i686-w64-mingw32.static-c++ PIC flag -DDLL_EXPORT -DPIC works... yes
  131. checking if i686-w64-mingw32.static-c++ static flag -static works... yes
  132. checking if i686-w64-mingw32.static-c++ supports -c -o file.o... yes
  133. checking if i686-w64-mingw32.static-c++ supports -c -o file.o... (cached) yes
  134. checking whether the i686-w64-mingw32.static-c++ linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
  135. checking dynamic linker characteristics... Win32 ld.exe
  136. checking how to hardcode library paths into programs... immediate
  137. configure: creating ./config.lt
  138. config.lt: creating libtool
  139. checking for special C compiler options needed for large files... no
  140. checking for _FILE_OFFSET_BITS value needed for large files... 64
  141. checking dependency style of i686-w64-mingw32.static-gcc... gcc3
  142. checking for i686-w64-mingw32.static-nm... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B
  143. checking for some Win32 platform... yes
  144. checking for i686-w64-mingw32.static-windres... i686-w64-mingw32.static-windres
  145. checking for lib.exe... no
  146. checking for shm_open in -lrt... no
  147. checking for posix_fallocate... no
  148. checking for i686-w64-mingw32.static-pkg-config... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-pkg-config
  149. checking pkg-config is at least version 0.9.0... yes
  150. checking whether build environment is sane... yes
  151. checking how to get MSVC-compatible struct packing... -mms-bitfields
  152. checking for BASE_DEPENDENCIES... yes
  153. checking for CAIRO_BACKEND... yes
  154. checking for GMODULE... yes
  155. checking whether to write dependencies into .pc files... yes
  156. checking for perl5... no
  157. checking for perl... /usr/bin/perl
  158. checking for lstat... no
  159. checking for mkstemp... yes
  160. checking for localtime_r... no
  161. checking for _NL_TIME_FIRST_WEEKDAY... no
  162. checking for _NL_MEASUREMENT_MEASUREMENT... no
  163. checking for _NL_PAPER_HEIGHT... no
  164. checking for _NL_PAPER_WIDTH... no
  165. checking locale.h usability... yes
  166. checking locale.h presence... yes
  167. checking for locale.h... yes
  168. checking for LC_MESSAGES... no
  169. checking libintl.h usability... yes
  170. checking libintl.h presence... yes
  171. checking for libintl.h... yes
  172. checking for ngettext in libc... no
  173. checking for bindtextdomain in -lintl... no
  174. checking if -liconv is needed to use gettext...
  175. checking for ngettext in -lintl... yes
  176. checking for dcgettext in -lintl... yes
  177. checking for bind_textdomain_codeset... yes
  178. checking for msgfmt... /usr/bin/msgfmt
  179. checking for dcgettext... yes
  180. checking if msgfmt accepts -c... yes
  181. checking for gmsgfmt... /usr/bin/msgfmt
  182. checking for xgettext... /usr/bin/xgettext
  183. checking for catalogs to be installed... af am an ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en en_CA en_GB en@shaw eo es et eu fa fi fr ga gd gl gu he hi hr hu hy ia id io is it ja ka kg kk km kn ko ku ky lg li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@ije sr@latin sv ta te tg th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW
  184. checking whether xgettext supports ui files... yes
  185. checking for extra flags to get ANSI library prototypes... none needed
  186. checking for the BeOS... no
  187. checking for HP-UX... no
  188. checking for i686-w64-mingw32.static-pkg-config... (cached) /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-pkg-config
  189. checking pkg-config is at least version 0.16... yes
  190. checking for GLIB - version >= 2.43.4... yes (version 2.43.92)
  191. checking for pkg-config... /usr/bin/pkg-config
  192. checking build system's pkg-config is at least version 0.16... yes
  193. Package glib-2.0 was not found in the pkg-config search path.
  194. Perhaps you should add the directory containing `glib-2.0.pc'
  195. to the PKG_CONFIG_PATH environment variable
  196. No package 'glib-2.0' found
  197. Package gobject-2.0 was not found in the pkg-config search path.
  198. Perhaps you should add the directory containing `gobject-2.0.pc'
  199. to the PKG_CONFIG_PATH environment variable
  200. No package 'gobject-2.0' found
  201. Package gmodule-no-export-2.0 was not found in the pkg-config search path.
  202. Perhaps you should add the directory containing `gmodule-no-export-2.0.pc'
  203. to the PKG_CONFIG_PATH environment variable
  204. No package 'gmodule-no-export-2.0' found
  205. Package glib-2.0 was not found in the pkg-config search path.
  206. Perhaps you should add the directory containing `glib-2.0.pc'
  207. to the PKG_CONFIG_PATH environment variable
  208. No package 'glib-2.0' found
  209. Package gobject-2.0 was not found in the pkg-config search path.
  210. Perhaps you should add the directory containing `gobject-2.0.pc'
  211. to the PKG_CONFIG_PATH environment variable
  212. No package 'gobject-2.0' found
  213. Package gmodule-no-export-2.0 was not found in the pkg-config search path.
  214. Perhaps you should add the directory containing `gmodule-no-export-2.0.pc'
  215. to the PKG_CONFIG_PATH environment variable
  216. No package 'gmodule-no-export-2.0' found
  217. checking for bind_textdomain_codeset... (cached) yes
  218. checking sys/mman.h usability... no
  219. checking sys/mman.h presence... no
  220. checking for sys/mman.h... no
  221. checking sys/time.h usability... yes
  222. checking sys/time.h presence... yes
  223. checking for sys/time.h... yes
  224. checking for unistd.h... (cached) yes
  225. checking ftw.h usability... yes
  226. checking ftw.h presence... yes
  227. checking for ftw.h... yes
  228. checking for GNU ftw extensions... yes
  229. checking for stdlib.h... (cached) yes
  230. checking for unistd.h... (cached) yes
  231. checking for sys/param.h... yes
  232. checking for getpagesize... yes
  233. checking for working mmap... no
  234. checking for mallinfo... no
  235. checking for getresuid... no
  236. checking for uid_t in sys/types.h... no
  237. checking for round in -lm... yes
  238. checking for round... yes
  239. checking for rint... yes
  240. checking for nearbyint... yes
  241. checking for sincos... yes
  242. checking whether isnan is declared... yes
  243. checking whether isinf is declared... yes
  244. checking crt_externs.h usability... no
  245. checking crt_externs.h presence... no
  246. checking for crt_externs.h... no
  247. checking for _NSGetEnviron... no
  248. checking whether to build dynamic modules... yes
  249. checking whether dynamic modules work... yes
  250. checking immodules to build... am-et,cedilla,cyrillic-translit,inuktitut,ipa,multipress,thai,ti-er,ti-et,viqr,ime
  251. checking sys/systeminfo.h usability... no
  252. checking sys/systeminfo.h presence... no
  253. checking for sys/systeminfo.h... no
  254. checking sys/sysinfo.h usability... no
  255. checking sys/sysinfo.h presence... no
  256. checking for sys/sysinfo.h... no
  257. checking Pango flags... -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/harfbuzz -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/cairo -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/pixman-1 -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/libpng16 -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/freetype2 -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/pango-1.0 -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/glib-2.0 -I/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/glib-2.0/include -mms-bitfields -DPCRE_STATIC -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0 -lm -lgmodule-2.0 -lharfbuzz -lcairo -lgobject-2.0 -lfontconfig -lusp10 -lmsimg32 -lgdi32 -lpixman-1 -lexpat -lfreetype -lbz2 -lpng16 -lz -lharfbuzz_too -lglib-2.0 -L/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib -lffi -lws2_32 -lole32 -lwinmm -lshlwapi -lpcre -lintl -liconv
  258. checking for GDK_DEP... yes
  259. checking for ATK... yes
  260. checking for GTK_DEP... yes
  261. checking for library containing gethostent... no
  262. checking for library containing setsockopt... no
  263. checking for library containing connect... no
  264. checking for struct sockaddr_un.sun_len... no
  265. checking libpapi... checking for papiServiceCreate in -lpapi... no
  266. checking for REST... no
  267. checking for JSON_GLIB... no
  268. checking cairo-pdf.h usability... yes
  269. checking cairo-pdf.h presence... yes
  270. checking for cairo-pdf.h... yes
  271. checking for IPrintDialogCallback... yes
  272. checking for i686-w64-mingw32.static-pkg-config... (cached) /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-pkg-config
  273. checking pkg-config is at least version 0.16... yes
  274. checking for glib-compile-schemas... /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-compile-schemas
  275. checking for gobject-introspection... no
  276. checking whether to use colord... no
  277. checking whether to use libcanberra... yes
  278. checking for LIBCANBERRA... no
  279. checking for gtk-doc... no
  280. configure: WARNING:
  281. You will not be able to create source packages with 'make dist'
  282. because gtk-doc >= 1.20 is not found.
  283. checking for gtkdoc-check... no
  284. checking for gtkdoc-check... no
  285. checking for gtkdoc-rebase... no
  286. checking for gtkdoc-mkpdf... no
  287. checking whether to build gtk-doc documentation... no
  288. checking for GTKDOC_DEPS... yes
  289. checking whether to generate man pages... no
  290. checking for -Bsymbolic-functions linker flag... yes
  291. checking that generated files are newer than configure... done
  292. checking that generated files are newer than configure... done
  293. configure: creating ./config.status
  294. config.status: creating README
  295. config.status: creating INSTALL
  296. config.status: creating config.h.win32
  297. config.status: creating gtk-zip.sh
  298. config.status: creating Makefile
  299. config.status: creating gdk-3.0.pc
  300. config.status: creating gtk+-3.0.pc
  301. config.status: creating gtk+-unix-print-3.0.pc
  302. config.status: creating gail-3.0.pc
  303. config.status: creating m4macros/Makefile
  304. config.status: creating po/Makefile.in
  305. config.status: creating po-properties/Makefile.in
  306. config.status: creating demos/Makefile
  307. config.status: creating demos/gtk-demo/Makefile
  308. config.status: creating demos/gtk-demo/geninclude.pl
  309. config.status: creating demos/widget-factory/Makefile
  310. config.status: creating demos/icon-browser/Makefile
  311. config.status: creating examples/Makefile
  312. config.status: creating examples/bp/Makefile
  313. config.status: creating examples/application1/Makefile
  314. config.status: creating examples/application2/Makefile
  315. config.status: creating examples/application3/Makefile
  316. config.status: creating examples/application4/Makefile
  317. config.status: creating examples/application5/Makefile
  318. config.status: creating examples/application6/Makefile
  319. config.status: creating examples/application7/Makefile
  320. config.status: creating examples/application8/Makefile
  321. config.status: creating examples/application9/Makefile
  322. config.status: creating examples/application10/Makefile
  323. config.status: creating tests/Makefile
  324. config.status: creating tests/visuals/Makefile
  325. config.status: creating testsuite/Makefile
  326. config.status: creating testsuite/a11y/Makefile
  327. config.status: creating testsuite/a11y/state/Makefile
  328. config.status: creating testsuite/css/Makefile
  329. config.status: creating testsuite/css/parser/Makefile
  330. config.status: creating testsuite/gdk/Makefile
  331. config.status: creating testsuite/gtk/Makefile
  332. config.status: creating testsuite/reftests/Makefile
  333. config.status: creating docs/Makefile
  334. config.status: creating docs/reference/Makefile
  335. config.status: creating docs/reference/gdk/Makefile
  336. config.status: creating docs/reference/gdk/version.xml
  337. config.status: creating docs/reference/gtk/Makefile
  338. config.status: creating docs/reference/gtk/gtk3.types
  339. config.status: creating docs/reference/gtk/version.xml
  340. config.status: creating docs/reference/libgail-util/Makefile
  341. config.status: creating docs/reference/libgail-util/version.xml
  342. config.status: creating docs/tools/Makefile
  343. config.status: creating build/Makefile
  344. config.status: creating build/gtk-introspection-msvc.mak
  345. config.status: creating build/win32/Makefile
  346. config.status: creating build/win32/crypt/Makefile
  347. config.status: creating build/win32/vs9/Makefile
  348. config.status: creating build/win32/vs9/gtk-version-paths.vsprops
  349. config.status: creating build/win32/vs10/Makefile
  350. config.status: creating build/win32/vs10/gtk-version-paths.props
  351. config.status: creating build/win32/vs11/Makefile
  352. config.status: creating build/win32/vs12/Makefile
  353. config.status: creating gdk/Makefile
  354. config.status: creating gdk/broadway/Makefile
  355. config.status: creating gdk/x11/Makefile
  356. config.status: creating gdk/win32/Makefile
  357. config.status: creating gdk/win32/rc/Makefile
  358. config.status: creating gdk/win32/rc/gdk.rc
  359. config.status: creating gdk/quartz/Makefile
  360. config.status: creating gdk/wayland/Makefile
  361. config.status: creating gdk/mir/Makefile
  362. config.status: creating gdk/gdkversionmacros.h
  363. config.status: creating gtk/Makefile
  364. config.status: creating gtk/makefile.msc
  365. config.status: creating gtk/gtkversion.h
  366. config.status: creating gtk/gtk-win32.rc
  367. config.status: creating gtk/libgtk3.manifest
  368. config.status: creating libgail-util/Makefile
  369. config.status: creating modules/Makefile
  370. config.status: creating modules/input/Makefile
  371. config.status: creating modules/printbackends/Makefile
  372. config.status: creating modules/printbackends/cups/Makefile
  373. config.status: creating modules/printbackends/cloudprint/Makefile
  374. config.status: creating modules/printbackends/lpr/Makefile
  375. config.status: creating modules/printbackends/file/Makefile
  376. config.status: creating modules/printbackends/papi/Makefile
  377. config.status: creating modules/printbackends/test/Makefile
  378. config.status: creating config.h
  379. config.status: executing depfiles commands
  380. config.status: executing libtool commands
  381. config.status: executing default-1 commands
  382. config.status: executing po-properties commands
  383. config.status: executing gdk/gdkconfig.h commands
  384.  
  385. GTK+ 3.16.6
  386. ===========
  387.  
  388. GDK backends: win32
  389. Print backends: file lpr
  390. Dynamic modules: yes
  391. Included immodules: am-et cedilla cyrillic-translit inuktitut ipa multipress thai ti-er ti-et viqr ime
  392. colord support: no
  393. libcanberra support: no
  394. Introspection: no
  395. Debugging: minimum
  396. Documentation: no
  397. make -C '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6' -j '6' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
  398. make[2]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6'
  399. Making install in po
  400. make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po'
  401. /bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share; \
  402. catalogs='af.gmo am.gmo an.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gd.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kg.gmo kk.gmo km.gmo kn.gmo ko.gmo ku.gmo ky.gmo lg.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@latin.gmo sv.gmo ta.gmo te.gmo tg.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \
  403. for cat in $catalogs; do \
  404. cat=`basename $cat`; \
  405. case "$cat" in \
  406. *.gmo) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale;; \
  407. *) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/locale;; \
  408. esac; \
  409. lang=`echo $cat | sed 's/\.gmo$//'`; \
  410. dir=$destdir/$lang/LC_MESSAGES; \
  411. /bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d $dir; \
  412. if test -r $cat; then \
  413. /usr/bin/install -c -m 644 $cat $dir/gtk30.mo; \
  414. echo "installing $cat as $dir/gtk30.mo"; \
  415. else \
  416. /usr/bin/install -c -m 644 ./$cat $dir/gtk30.mo; \
  417. echo "installing ./$cat as" \
  418. "$dir/gtk30.mo"; \
  419. fi; \
  420. if test -r $cat.m; then \
  421. /usr/bin/install -c -m 644 $cat.m $dir/gtk30.mo.m; \
  422. echo "installing $cat.m as $dir/gtk30.mo.m"; \
  423. else \
  424. if test -r ./$cat.m ; then \
  425. /usr/bin/install -c -m 644 ./$cat.m \
  426. $dir/gtk30.mo.m; \
  427. echo "installing ./$cat as" \
  428. "$dir/gtk30.mo.m"; \
  429. else \
  430. true; \
  431. fi; \
  432. fi; \
  433. done
  434. installing af.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/af/LC_MESSAGES/gtk30.mo
  435. installing am.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/am/LC_MESSAGES/gtk30.mo
  436. installing an.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/an/LC_MESSAGES/gtk30.mo
  437. installing ang.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ang/LC_MESSAGES/gtk30.mo
  438. installing ar.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ar/LC_MESSAGES/gtk30.mo
  439. installing as.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/as/LC_MESSAGES/gtk30.mo
  440. installing ast.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ast/LC_MESSAGES/gtk30.mo
  441. installing az.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az/LC_MESSAGES/gtk30.mo
  442. installing az_IR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az_IR/LC_MESSAGES/gtk30.mo
  443. installing be.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be/LC_MESSAGES/gtk30.mo
  444. installing be@latin.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be@latin/LC_MESSAGES/gtk30.mo
  445. installing bg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bg/LC_MESSAGES/gtk30.mo
  446. installing bn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn/LC_MESSAGES/gtk30.mo
  447. installing bn_IN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn_IN/LC_MESSAGES/gtk30.mo
  448. installing br.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/br/LC_MESSAGES/gtk30.mo
  449. installing bs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bs/LC_MESSAGES/gtk30.mo
  450. installing ca.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca/LC_MESSAGES/gtk30.mo
  451. installing ca@valencia.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo
  452. installing crh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/crh/LC_MESSAGES/gtk30.mo
  453. installing cs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cs/LC_MESSAGES/gtk30.mo
  454. installing cy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cy/LC_MESSAGES/gtk30.mo
  455. installing da.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/da/LC_MESSAGES/gtk30.mo
  456. installing de.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/de/LC_MESSAGES/gtk30.mo
  457. installing dz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/dz/LC_MESSAGES/gtk30.mo
  458. installing el.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/el/LC_MESSAGES/gtk30.mo
  459. installing en.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en/LC_MESSAGES/gtk30.mo
  460. installing en_CA.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_CA/LC_MESSAGES/gtk30.mo
  461. installing en_GB.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_GB/LC_MESSAGES/gtk30.mo
  462. installing en@shaw.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en@shaw/LC_MESSAGES/gtk30.mo
  463. installing eo.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eo/LC_MESSAGES/gtk30.mo
  464. installing es.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/es/LC_MESSAGES/gtk30.mo
  465. installing et.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/et/LC_MESSAGES/gtk30.mo
  466. installing eu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eu/LC_MESSAGES/gtk30.mo
  467. installing fa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fa/LC_MESSAGES/gtk30.mo
  468. installing fi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fi/LC_MESSAGES/gtk30.mo
  469. installing fr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fr/LC_MESSAGES/gtk30.mo
  470. installing ga.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ga/LC_MESSAGES/gtk30.mo
  471. installing gd.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gd/LC_MESSAGES/gtk30.mo
  472. installing gl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gl/LC_MESSAGES/gtk30.mo
  473. installing gu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gu/LC_MESSAGES/gtk30.mo
  474. installing he.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/he/LC_MESSAGES/gtk30.mo
  475. installing hi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hi/LC_MESSAGES/gtk30.mo
  476. installing hr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hr/LC_MESSAGES/gtk30.mo
  477. installing hu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hu/LC_MESSAGES/gtk30.mo
  478. installing hy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hy/LC_MESSAGES/gtk30.mo
  479. installing ia.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ia/LC_MESSAGES/gtk30.mo
  480. installing id.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/id/LC_MESSAGES/gtk30.mo
  481. installing io.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/io/LC_MESSAGES/gtk30.mo
  482. installing is.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/is/LC_MESSAGES/gtk30.mo
  483. installing it.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/it/LC_MESSAGES/gtk30.mo
  484. installing ja.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ja/LC_MESSAGES/gtk30.mo
  485. installing ka.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ka/LC_MESSAGES/gtk30.mo
  486. installing kg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kg/LC_MESSAGES/gtk30.mo
  487. installing kk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kk/LC_MESSAGES/gtk30.mo
  488. installing km.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/km/LC_MESSAGES/gtk30.mo
  489. installing kn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kn/LC_MESSAGES/gtk30.mo
  490. installing ko.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ko/LC_MESSAGES/gtk30.mo
  491. installing ku.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ku/LC_MESSAGES/gtk30.mo
  492. installing ky.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ky/LC_MESSAGES/gtk30.mo
  493. installing lg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lg/LC_MESSAGES/gtk30.mo
  494. installing li.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/li/LC_MESSAGES/gtk30.mo
  495. installing lt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lt/LC_MESSAGES/gtk30.mo
  496. installing lv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lv/LC_MESSAGES/gtk30.mo
  497. installing mai.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mai/LC_MESSAGES/gtk30.mo
  498. installing mi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mi/LC_MESSAGES/gtk30.mo
  499. installing mk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mk/LC_MESSAGES/gtk30.mo
  500. installing ml.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ml/LC_MESSAGES/gtk30.mo
  501. installing mn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mn/LC_MESSAGES/gtk30.mo
  502. installing mr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mr/LC_MESSAGES/gtk30.mo
  503. installing ms.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ms/LC_MESSAGES/gtk30.mo
  504. installing my.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/my/LC_MESSAGES/gtk30.mo
  505. installing nb.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nb/LC_MESSAGES/gtk30.mo
  506. installing nds.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nds/LC_MESSAGES/gtk30.mo
  507. installing ne.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ne/LC_MESSAGES/gtk30.mo
  508. installing nl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nl/LC_MESSAGES/gtk30.mo
  509. installing nn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nn/LC_MESSAGES/gtk30.mo
  510. installing nso.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nso/LC_MESSAGES/gtk30.mo
  511. installing oc.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/oc/LC_MESSAGES/gtk30.mo
  512. installing or.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/or/LC_MESSAGES/gtk30.mo
  513. installing pa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pa/LC_MESSAGES/gtk30.mo
  514. installing pl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pl/LC_MESSAGES/gtk30.mo
  515. installing ps.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ps/LC_MESSAGES/gtk30.mo
  516. installing pt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt/LC_MESSAGES/gtk30.mo
  517. installing pt_BR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt_BR/LC_MESSAGES/gtk30.mo
  518. installing ro.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ro/LC_MESSAGES/gtk30.mo
  519. installing ru.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ru/LC_MESSAGES/gtk30.mo
  520. installing rw.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/rw/LC_MESSAGES/gtk30.mo
  521. installing si.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/si/LC_MESSAGES/gtk30.mo
  522. installing sk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sk/LC_MESSAGES/gtk30.mo
  523. installing sl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sl/LC_MESSAGES/gtk30.mo
  524. installing sq.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sq/LC_MESSAGES/gtk30.mo
  525. installing sr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr/LC_MESSAGES/gtk30.mo
  526. installing sr@ije.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@ije/LC_MESSAGES/gtk30.mo
  527. installing sr@latin.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@latin/LC_MESSAGES/gtk30.mo
  528. installing sv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sv/LC_MESSAGES/gtk30.mo
  529. installing ta.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ta/LC_MESSAGES/gtk30.mo
  530. installing te.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/te/LC_MESSAGES/gtk30.mo
  531. installing tg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tg/LC_MESSAGES/gtk30.mo
  532. installing th.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/th/LC_MESSAGES/gtk30.mo
  533. installing tk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tk/LC_MESSAGES/gtk30.mo
  534. installing tr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tr/LC_MESSAGES/gtk30.mo
  535. installing tt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tt/LC_MESSAGES/gtk30.mo
  536. installing ug.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ug/LC_MESSAGES/gtk30.mo
  537. installing uk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uk/LC_MESSAGES/gtk30.mo
  538. installing ur.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ur/LC_MESSAGES/gtk30.mo
  539. installing uz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz/LC_MESSAGES/gtk30.mo
  540. installing uz@cyrillic.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo
  541. installing vi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/vi/LC_MESSAGES/gtk30.mo
  542. installing wa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/wa/LC_MESSAGES/gtk30.mo
  543. installing xh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/xh/LC_MESSAGES/gtk30.mo
  544. installing yi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/yi/LC_MESSAGES/gtk30.mo
  545. installing zh_CN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_CN/LC_MESSAGES/gtk30.mo
  546. installing zh_HK.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_HK/LC_MESSAGES/gtk30.mo
  547. installing zh_TW.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_TW/LC_MESSAGES/gtk30.mo
  548. if test "gtk+" = "glib"; then \
  549. /bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/glib-2.0/gettext/po; \
  550. /usr/bin/install -c -m 644 ./Makefile.in.in \
  551. /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/glib-2.0/gettext/po/Makefile.in.in; \
  552. else \
  553. : ; \
  554. fi
  555. make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po'
  556. Making install in po-properties
  557. make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po-properties'
  558. /bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share; \
  559. catalogs='af.gmo am.gmo an.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gd.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kg.gmo kk.gmo km.gmo kn.gmo ko.gmo ku.gmo ky.gmo lg.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@latin.gmo sv.gmo ta.gmo te.gmo tg.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \
  560. for cat in $catalogs; do \
  561. cat=`basename $cat`; \
  562. case "$cat" in \
  563. *.gmo) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale;; \
  564. *) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/locale;; \
  565. esac; \
  566. lang=`echo $cat | sed 's/\.gmo$//'`; \
  567. dir=$destdir/$lang/LC_MESSAGES; \
  568. /bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d $dir; \
  569. if test -r $cat; then \
  570. /usr/bin/install -c -m 644 $cat $dir/gtk30-properties.mo; \
  571. echo "installing $cat as $dir/gtk30-properties.mo"; \
  572. else \
  573. /usr/bin/install -c -m 644 ./$cat $dir/gtk30-properties.mo; \
  574. echo "installing ./$cat as" \
  575. "$dir/gtk30-properties.mo"; \
  576. fi; \
  577. if test -r $cat.m; then \
  578. /usr/bin/install -c -m 644 $cat.m $dir/gtk30-properties.mo.m; \
  579. echo "installing $cat.m as $dir/gtk30-properties.mo.m"; \
  580. else \
  581. if test -r ./$cat.m ; then \
  582. /usr/bin/install -c -m 644 ./$cat.m \
  583. $dir/gtk30-properties.mo.m; \
  584. echo "installing ./$cat as" \
  585. "$dir/gtk30-properties.mo.m"; \
  586. else \
  587. true; \
  588. fi; \
  589. fi; \
  590. done
  591. installing af.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/af/LC_MESSAGES/gtk30-properties.mo
  592. installing am.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/am/LC_MESSAGES/gtk30-properties.mo
  593. installing an.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/an/LC_MESSAGES/gtk30-properties.mo
  594. installing ang.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ang/LC_MESSAGES/gtk30-properties.mo
  595. installing ar.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ar/LC_MESSAGES/gtk30-properties.mo
  596. installing as.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/as/LC_MESSAGES/gtk30-properties.mo
  597. installing ast.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ast/LC_MESSAGES/gtk30-properties.mo
  598. installing az.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az/LC_MESSAGES/gtk30-properties.mo
  599. installing az_IR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
  600. installing be.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be/LC_MESSAGES/gtk30-properties.mo
  601. installing be@latin.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo
  602. installing bg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bg/LC_MESSAGES/gtk30-properties.mo
  603. installing bn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn/LC_MESSAGES/gtk30-properties.mo
  604. installing bn_IN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo
  605. installing br.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/br/LC_MESSAGES/gtk30-properties.mo
  606. installing bs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bs/LC_MESSAGES/gtk30-properties.mo
  607. installing ca.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca/LC_MESSAGES/gtk30-properties.mo
  608. installing ca@valencia.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo
  609. installing crh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/crh/LC_MESSAGES/gtk30-properties.mo
  610. installing cs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cs/LC_MESSAGES/gtk30-properties.mo
  611. installing cy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cy/LC_MESSAGES/gtk30-properties.mo
  612. installing da.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/da/LC_MESSAGES/gtk30-properties.mo
  613. installing de.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/de/LC_MESSAGES/gtk30-properties.mo
  614. installing dz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/dz/LC_MESSAGES/gtk30-properties.mo
  615. installing el.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/el/LC_MESSAGES/gtk30-properties.mo
  616. installing en.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en/LC_MESSAGES/gtk30-properties.mo
  617. installing en_CA.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
  618. installing en_GB.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
  619. installing en@shaw.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo
  620. installing eo.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eo/LC_MESSAGES/gtk30-properties.mo
  621. installing es.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/es/LC_MESSAGES/gtk30-properties.mo
  622. installing et.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/et/LC_MESSAGES/gtk30-properties.mo
  623. installing eu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eu/LC_MESSAGES/gtk30-properties.mo
  624. installing fa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fa/LC_MESSAGES/gtk30-properties.mo
  625. installing fi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fi/LC_MESSAGES/gtk30-properties.mo
  626. installing fr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fr/LC_MESSAGES/gtk30-properties.mo
  627. installing ga.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ga/LC_MESSAGES/gtk30-properties.mo
  628. installing gd.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gd/LC_MESSAGES/gtk30-properties.mo
  629. installing gl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gl/LC_MESSAGES/gtk30-properties.mo
  630. installing gu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gu/LC_MESSAGES/gtk30-properties.mo
  631. installing he.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/he/LC_MESSAGES/gtk30-properties.mo
  632. installing hi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hi/LC_MESSAGES/gtk30-properties.mo
  633. installing hr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hr/LC_MESSAGES/gtk30-properties.mo
  634. installing hu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hu/LC_MESSAGES/gtk30-properties.mo
  635. installing hy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hy/LC_MESSAGES/gtk30-properties.mo
  636. installing ia.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ia/LC_MESSAGES/gtk30-properties.mo
  637. installing id.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/id/LC_MESSAGES/gtk30-properties.mo
  638. installing io.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/io/LC_MESSAGES/gtk30-properties.mo
  639. installing is.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/is/LC_MESSAGES/gtk30-properties.mo
  640. installing it.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/it/LC_MESSAGES/gtk30-properties.mo
  641. installing ja.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ja/LC_MESSAGES/gtk30-properties.mo
  642. installing ka.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ka/LC_MESSAGES/gtk30-properties.mo
  643. installing kg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kg/LC_MESSAGES/gtk30-properties.mo
  644. installing kk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kk/LC_MESSAGES/gtk30-properties.mo
  645. installing km.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/km/LC_MESSAGES/gtk30-properties.mo
  646. installing kn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kn/LC_MESSAGES/gtk30-properties.mo
  647. installing ko.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ko/LC_MESSAGES/gtk30-properties.mo
  648. installing ku.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ku/LC_MESSAGES/gtk30-properties.mo
  649. installing ky.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ky/LC_MESSAGES/gtk30-properties.mo
  650. installing lg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lg/LC_MESSAGES/gtk30-properties.mo
  651. installing li.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/li/LC_MESSAGES/gtk30-properties.mo
  652. installing lt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lt/LC_MESSAGES/gtk30-properties.mo
  653. installing lv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lv/LC_MESSAGES/gtk30-properties.mo
  654. installing mai.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mai/LC_MESSAGES/gtk30-properties.mo
  655. installing mi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mi/LC_MESSAGES/gtk30-properties.mo
  656. installing mk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mk/LC_MESSAGES/gtk30-properties.mo
  657. installing ml.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ml/LC_MESSAGES/gtk30-properties.mo
  658. installing mn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mn/LC_MESSAGES/gtk30-properties.mo
  659. installing mr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mr/LC_MESSAGES/gtk30-properties.mo
  660. installing ms.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ms/LC_MESSAGES/gtk30-properties.mo
  661. installing my.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/my/LC_MESSAGES/gtk30-properties.mo
  662. installing nb.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nb/LC_MESSAGES/gtk30-properties.mo
  663. installing nds.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nds/LC_MESSAGES/gtk30-properties.mo
  664. installing ne.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ne/LC_MESSAGES/gtk30-properties.mo
  665. installing nl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nl/LC_MESSAGES/gtk30-properties.mo
  666. installing nn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nn/LC_MESSAGES/gtk30-properties.mo
  667. installing nso.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nso/LC_MESSAGES/gtk30-properties.mo
  668. installing oc.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/oc/LC_MESSAGES/gtk30-properties.mo
  669. installing or.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/or/LC_MESSAGES/gtk30-properties.mo
  670. installing pa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pa/LC_MESSAGES/gtk30-properties.mo
  671. installing pl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pl/LC_MESSAGES/gtk30-properties.mo
  672. installing ps.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ps/LC_MESSAGES/gtk30-properties.mo
  673. installing pt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt/LC_MESSAGES/gtk30-properties.mo
  674. installing pt_BR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo
  675. installing ro.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ro/LC_MESSAGES/gtk30-properties.mo
  676. installing ru.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ru/LC_MESSAGES/gtk30-properties.mo
  677. installing rw.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/rw/LC_MESSAGES/gtk30-properties.mo
  678. installing si.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/si/LC_MESSAGES/gtk30-properties.mo
  679. installing sk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sk/LC_MESSAGES/gtk30-properties.mo
  680. installing sl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sl/LC_MESSAGES/gtk30-properties.mo
  681. installing sq.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sq/LC_MESSAGES/gtk30-properties.mo
  682. installing sr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr/LC_MESSAGES/gtk30-properties.mo
  683. installing sr@ije.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo
  684. installing sr@latin.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo
  685. installing sv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sv/LC_MESSAGES/gtk30-properties.mo
  686. installing ta.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ta/LC_MESSAGES/gtk30-properties.mo
  687. installing te.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/te/LC_MESSAGES/gtk30-properties.mo
  688. installing tg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tg/LC_MESSAGES/gtk30-properties.mo
  689. installing th.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/th/LC_MESSAGES/gtk30-properties.mo
  690. installing tk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tk/LC_MESSAGES/gtk30-properties.mo
  691. installing tr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tr/LC_MESSAGES/gtk30-properties.mo
  692. installing tt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tt/LC_MESSAGES/gtk30-properties.mo
  693. installing ug.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ug/LC_MESSAGES/gtk30-properties.mo
  694. installing uk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uk/LC_MESSAGES/gtk30-properties.mo
  695. installing ur.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ur/LC_MESSAGES/gtk30-properties.mo
  696. installing uz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz/LC_MESSAGES/gtk30-properties.mo
  697. installing uz@cyrillic.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo
  698. installing vi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/vi/LC_MESSAGES/gtk30-properties.mo
  699. installing wa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/wa/LC_MESSAGES/gtk30-properties.mo
  700. installing xh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/xh/LC_MESSAGES/gtk30-properties.mo
  701. installing yi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/yi/LC_MESSAGES/gtk30-properties.mo
  702. installing zh_CN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
  703. installing zh_HK.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo
  704. installing zh_TW.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo
  705. if test "gtk+" = "glib"; then \
  706. /bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/glib-2.0/gettext/po; \
  707. /usr/bin/install -c -m 644 ./Makefile.in.in \
  708. /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/glib-2.0/gettext/po/Makefile.in.in; \
  709. else \
  710. : ; \
  711. fi
  712. make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po-properties'
  713. Making install in gdk
  714. make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  715. GEN stamp-gdkenumtypes.h
  716. config.status: executing gdk/gdkconfig.h commands
  717. config.status: gdk/gdkconfig.h is unchanged
  718. GEN gdkconfig.h
  719. make install-recursive
  720. make[4]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  721. Making install in win32
  722. make[5]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32'
  723. Making install in rc
  724. make[6]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc'
  725. i686-w64-mingw32.static-windres -I . gdk.rc gdk-win32-res.o
  726. make[7]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc'
  727. make[7]: Nothing to be done for `install-exec-am'.
  728. make[7]: Nothing to be done for `install-data-am'.
  729. make[7]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc'
  730. make[6]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc'
  731. make[6]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32'
  732. CC gdkdevicemanager-win32.lo
  733. CC gdkcursor-win32.lo
  734. CC gdkdevice-virtual.lo
  735. CC gdkdevice-win32.lo
  736. CC gdkdevice-wintab.lo
  737. CC gdkdisplay-win32.lo
  738. CC gdkdisplaymanager-win32.lo
  739. CC gdkdnd-win32.lo
  740. CC gdkevents-win32.lo
  741. CC gdkgeometry-win32.lo
  742. CC gdkglcontext-win32.lo
  743. CC gdkglobals-win32.lo
  744. CC gdkinput.lo
  745. CC gdkkeys-win32.lo
  746. CC gdkmain-win32.lo
  747. CC gdkproperty-win32.lo
  748. CC gdkscreen-win32.lo
  749. CC gdkselection-win32.lo
  750. CC gdktestutils-win32.lo
  751. CC gdkvisual-win32.lo
  752. CC gdkwin32id.lo
  753. CC gdkwindow-win32.lo
  754. CCLD libgdk-win32.la
  755.  
  756. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libintl.la.
  757. *** I have the capability to make that library automatically link in when
  758. *** you link to this library. But I can only do this if you have a
  759. *** shared version of the library, which you do not appear to have.
  760.  
  761. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libiconv.la.
  762. *** I have the capability to make that library automatically link in when
  763. *** you link to this library. But I can only do this if you have a
  764. *** shared version of the library, which you do not appear to have.
  765. make[7]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32'
  766. make[7]: Nothing to be done for `install-exec-am'.
  767. /bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk'
  768. /bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk/win32'
  769. /usr/bin/install -c -m 644 gdkwin32.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk'
  770. /usr/bin/install -c -m 644 gdkwin32cursor.h gdkwin32display.h gdkwin32displaymanager.h gdkwin32dnd.h gdkwin32glcontext.h gdkwin32keys.h gdkwin32misc.h gdkwin32screen.h gdkwin32window.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk/win32'
  771. make[7]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32'
  772. make[6]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32'
  773. make[5]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32'
  774. Making install in .
  775. make[5]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  776. CC libgdk_3_la-gdkcolor.lo
  777. CC libgdk_3_la-gdk-private.lo
  778. CC libgdk_3_la-gdk.lo
  779. CC libgdk_3_la-gdkapplaunchcontext.lo
  780. CC libgdk_3_la-gdkcairo.lo
  781. CC libgdk_3_la-gdkcursor.lo
  782. CC libgdk_3_la-gdkdeprecated.lo
  783. CC libgdk_3_la-gdkdevice.lo
  784. CC libgdk_3_la-gdkdevicemanager.lo
  785. CC libgdk_3_la-gdkdisplay.lo
  786. CC libgdk_3_la-gdkdisplaymanager.lo
  787. CC libgdk_3_la-gdkdnd.lo
  788. CC libgdk_3_la-gdkevents.lo
  789. CC libgdk_3_la-gdkframetimings.lo
  790. CC libgdk_3_la-gdkgl.lo
  791. CC libgdk_3_la-gdkglcontext.lo
  792. CC libgdk_3_la-gdkglobals.lo
  793. CC libgdk_3_la-gdkkeys.lo
  794. CC libgdk_3_la-gdkkeyuni.lo
  795. CC libgdk_3_la-gdkoffscreenwindow.lo
  796. CC libgdk_3_la-gdkframeclock.lo
  797. CC libgdk_3_la-gdkframeclockidle.lo
  798. CC libgdk_3_la-gdkpango.lo
  799. CC libgdk_3_la-gdkpixbuf-drawable.lo
  800. CC libgdk_3_la-gdkproperty.lo
  801. CC libgdk_3_la-gdkrectangle.lo
  802. CC libgdk_3_la-gdkrgba.lo
  803. CC libgdk_3_la-gdkscreen.lo
  804. CC libgdk_3_la-gdkselection.lo
  805. CC libgdk_3_la-gdkvisual.lo
  806. CC libgdk_3_la-gdkwindow.lo
  807. CC libgdk_3_la-gdkwindowimpl.lo
  808. CC libgdk_3_la-gdkenumtypes.lo
  809. CC libgdk_3_la-gdkmarshalers.lo
  810. GEN gdkconfig.h
  811. CCLD libgdk-3.la
  812.  
  813. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpangocairo-1.0.la.
  814. *** I have the capability to make that library automatically link in when
  815. *** you link to this library. But I can only do this if you have a
  816. *** shared version of the library, which you do not appear to have.
  817.  
  818. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpangowin32-1.0.la.
  819. *** I have the capability to make that library automatically link in when
  820. *** you link to this library. But I can only do this if you have a
  821. *** shared version of the library, which you do not appear to have.
  822.  
  823. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpangoft2-1.0.la.
  824. *** I have the capability to make that library automatically link in when
  825. *** you link to this library. But I can only do this if you have a
  826. *** shared version of the library, which you do not appear to have.
  827.  
  828. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpangoft2-1.0.la.
  829. *** I have the capability to make that library automatically link in when
  830. *** you link to this library. But I can only do this if you have a
  831. *** shared version of the library, which you do not appear to have.
  832.  
  833. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpangowin32-1.0.la.
  834. *** I have the capability to make that library automatically link in when
  835. *** you link to this library. But I can only do this if you have a
  836. *** shared version of the library, which you do not appear to have.
  837.  
  838. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpango-1.0.la.
  839. *** I have the capability to make that library automatically link in when
  840. *** you link to this library. But I can only do this if you have a
  841. *** shared version of the library, which you do not appear to have.
  842.  
  843. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpango-1.0.la.
  844. *** I have the capability to make that library automatically link in when
  845. *** you link to this library. But I can only do this if you have a
  846. *** shared version of the library, which you do not appear to have.
  847.  
  848. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgthread-2.0.la.
  849. *** I have the capability to make that library automatically link in when
  850. *** you link to this library. But I can only do this if you have a
  851. *** shared version of the library, which you do not appear to have.
  852.  
  853. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libgdk_pixbuf-2.0.la.
  854. *** I have the capability to make that library automatically link in when
  855. *** you link to this library. But I can only do this if you have a
  856. *** shared version of the library, which you do not appear to have.
  857.  
  858. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgio-2.0.la.
  859. *** I have the capability to make that library automatically link in when
  860. *** you link to this library. But I can only do this if you have a
  861. *** shared version of the library, which you do not appear to have.
  862.  
  863. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libtiff.la.
  864. *** I have the capability to make that library automatically link in when
  865. *** you link to this library. But I can only do this if you have a
  866. *** shared version of the library, which you do not appear to have.
  867.  
  868. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libcairo-gobject.la.
  869. *** I have the capability to make that library automatically link in when
  870. *** you link to this library. But I can only do this if you have a
  871. *** shared version of the library, which you do not appear to have.
  872.  
  873. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la.
  874. *** I have the capability to make that library automatically link in when
  875. *** you link to this library. But I can only do this if you have a
  876. *** shared version of the library, which you do not appear to have.
  877.  
  878. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgmodule-2.0.la.
  879. *** I have the capability to make that library automatically link in when
  880. *** you link to this library. But I can only do this if you have a
  881. *** shared version of the library, which you do not appear to have.
  882.  
  883. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la.
  884. *** I have the capability to make that library automatically link in when
  885. *** you link to this library. But I can only do this if you have a
  886. *** shared version of the library, which you do not appear to have.
  887.  
  888. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libepoxy.la.
  889. *** I have the capability to make that library automatically link in when
  890. *** you link to this library. But I can only do this if you have a
  891. *** shared version of the library, which you do not appear to have.
  892.  
  893. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libtiff.la.
  894. *** I have the capability to make that library automatically link in when
  895. *** you link to this library. But I can only do this if you have a
  896. *** shared version of the library, which you do not appear to have.
  897.  
  898. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/liblzma.la.
  899. *** I have the capability to make that library automatically link in when
  900. *** you link to this library. But I can only do this if you have a
  901. *** shared version of the library, which you do not appear to have.
  902.  
  903. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libjpeg.la.
  904. *** I have the capability to make that library automatically link in when
  905. *** you link to this library. But I can only do this if you have a
  906. *** shared version of the library, which you do not appear to have.
  907.  
  908. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la.
  909. *** I have the capability to make that library automatically link in when
  910. *** you link to this library. But I can only do this if you have a
  911. *** shared version of the library, which you do not appear to have.
  912.  
  913. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libjpeg.la.
  914. *** I have the capability to make that library automatically link in when
  915. *** you link to this library. But I can only do this if you have a
  916. *** shared version of the library, which you do not appear to have.
  917.  
  918. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libharfbuzz.la.
  919. *** I have the capability to make that library automatically link in when
  920. *** you link to this library. But I can only do this if you have a
  921. *** shared version of the library, which you do not appear to have.
  922.  
  923. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libcairo.la.
  924. *** I have the capability to make that library automatically link in when
  925. *** you link to this library. But I can only do this if you have a
  926. *** shared version of the library, which you do not appear to have.
  927.  
  928. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la.
  929. *** I have the capability to make that library automatically link in when
  930. *** you link to this library. But I can only do this if you have a
  931. *** shared version of the library, which you do not appear to have.
  932.  
  933. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libfontconfig.la.
  934. *** I have the capability to make that library automatically link in when
  935. *** you link to this library. But I can only do this if you have a
  936. *** shared version of the library, which you do not appear to have.
  937.  
  938. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpixman-1.la.
  939. *** I have the capability to make that library automatically link in when
  940. *** you link to this library. But I can only do this if you have a
  941. *** shared version of the library, which you do not appear to have.
  942.  
  943. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libexpat.la.
  944. *** I have the capability to make that library automatically link in when
  945. *** you link to this library. But I can only do this if you have a
  946. *** shared version of the library, which you do not appear to have.
  947.  
  948. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libfreetype.la.
  949. *** I have the capability to make that library automatically link in when
  950. *** you link to this library. But I can only do this if you have a
  951. *** shared version of the library, which you do not appear to have.
  952.  
  953. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libharfbuzz.la.
  954. *** I have the capability to make that library automatically link in when
  955. *** you link to this library. But I can only do this if you have a
  956. *** shared version of the library, which you do not appear to have.
  957.  
  958. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libcairo.la.
  959. *** I have the capability to make that library automatically link in when
  960. *** you link to this library. But I can only do this if you have a
  961. *** shared version of the library, which you do not appear to have.
  962.  
  963. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgobject-2.0.la.
  964. *** I have the capability to make that library automatically link in when
  965. *** you link to this library. But I can only do this if you have a
  966. *** shared version of the library, which you do not appear to have.
  967.  
  968. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libfontconfig.la.
  969. *** I have the capability to make that library automatically link in when
  970. *** you link to this library. But I can only do this if you have a
  971. *** shared version of the library, which you do not appear to have.
  972.  
  973. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpixman-1.la.
  974. *** I have the capability to make that library automatically link in when
  975. *** you link to this library. But I can only do this if you have a
  976. *** shared version of the library, which you do not appear to have.
  977.  
  978. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libffi.la.
  979. *** I have the capability to make that library automatically link in when
  980. *** you link to this library. But I can only do this if you have a
  981. *** shared version of the library, which you do not appear to have.
  982.  
  983. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libexpat.la.
  984. *** I have the capability to make that library automatically link in when
  985. *** you link to this library. But I can only do this if you have a
  986. *** shared version of the library, which you do not appear to have.
  987.  
  988. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libfreetype.la.
  989. *** I have the capability to make that library automatically link in when
  990. *** you link to this library. But I can only do this if you have a
  991. *** shared version of the library, which you do not appear to have.
  992.  
  993. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpng16.la.
  994. *** I have the capability to make that library automatically link in when
  995. *** you link to this library. But I can only do this if you have a
  996. *** shared version of the library, which you do not appear to have.
  997.  
  998. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libglib-2.0.la.
  999. *** I have the capability to make that library automatically link in when
  1000. *** you link to this library. But I can only do this if you have a
  1001. *** shared version of the library, which you do not appear to have.
  1002.  
  1003. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpng16.la.
  1004. *** I have the capability to make that library automatically link in when
  1005. *** you link to this library. But I can only do this if you have a
  1006. *** shared version of the library, which you do not appear to have.
  1007.  
  1008. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la.
  1009. *** I have the capability to make that library automatically link in when
  1010. *** you link to this library. But I can only do this if you have a
  1011. *** shared version of the library, which you do not appear to have.
  1012.  
  1013. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpcre.la.
  1014. *** I have the capability to make that library automatically link in when
  1015. *** you link to this library. But I can only do this if you have a
  1016. *** shared version of the library, which you do not appear to have.
  1017.  
  1018. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la.
  1019. *** I have the capability to make that library automatically link in when
  1020. *** you link to this library. But I can only do this if you have a
  1021. *** shared version of the library, which you do not appear to have.
  1022.  
  1023. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libintl.la.
  1024. *** I have the capability to make that library automatically link in when
  1025. *** you link to this library. But I can only do this if you have a
  1026. *** shared version of the library, which you do not appear to have.
  1027.  
  1028. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libintl.la.
  1029. *** I have the capability to make that library automatically link in when
  1030. *** you link to this library. But I can only do this if you have a
  1031. *** shared version of the library, which you do not appear to have.
  1032.  
  1033. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libiconv.la.
  1034. *** I have the capability to make that library automatically link in when
  1035. *** you link to this library. But I can only do this if you have a
  1036. *** shared version of the library, which you do not appear to have.
  1037.  
  1038. *** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la.
  1039. *** I have the capability to make that library automatically link in when
  1040. *** you link to this library. But I can only do this if you have a
  1041. *** shared version of the library, which you do not appear to have.
  1042.  
  1043. *** Warning: linker path does not have real file for library -lbz2.
  1044. *** I have the capability to make that library automatically link in when
  1045. *** you link to this library. But I can only do this if you have a
  1046. *** shared version of the library, which you do not appear to have
  1047. *** because I did check the linker path looking for a file starting
  1048. *** with libbz2 and none of the candidates passed a file format test
  1049. *** using a file magic. Last file checked: /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libbz2.a
  1050.  
  1051. *** Warning: linker path does not have real file for library -lharfbuzz_too.
  1052. *** I have the capability to make that library automatically link in when
  1053. *** you link to this library. But I can only do this if you have a
  1054. *** shared version of the library, which you do not appear to have
  1055. *** because I did check the linker path looking for a file starting
  1056. *** with libharfbuzz_too and none of the candidates passed a file format test
  1057. *** using a file magic. Last file checked: /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libharfbuzz.a
  1058.  
  1059. *** Warning: linker path does not have real file for library -lz.
  1060. *** I have the capability to make that library automatically link in when
  1061. *** you link to this library. But I can only do this if you have a
  1062. *** shared version of the library, which you do not appear to have
  1063. *** because I did check the linker path looking for a file starting
  1064. *** with libz and none of the candidates passed a file format test
  1065. *** using a file magic. Last file checked: /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libz.a
  1066. *** The inter-library dependencies that have been dropped here will be
  1067. *** automatically added whenever a program is linked with this library
  1068. *** or is declared to -dlopen it.
  1069.  
  1070. *** Since this library must not contain undefined symbols,
  1071. *** because either the platform does not support them or
  1072. *** it was explicitly requested with -no-undefined,
  1073. *** libtool will only create a static version of it.
  1074. make[6]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1075. GEN gdkconfig.h
  1076. /bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk'
  1077. /bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk/deprecated'
  1078. echo "LIBRARY libgdk-3-0" >gdk.def
  1079. echo "EXPORTS" >>gdk.def
  1080. /usr/bin/install -c -m 644 gdkconfig.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk'
  1081. /usr/bin/install -c -m 644 deprecated/gdkcolor.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk/deprecated'
  1082. /bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib'
  1083. objdump -p .libs/libgdk-3-0.dll | sed -n -e 's/\t\[\s\+\([0-9]\+\)\]\s\([A-Za-z_][A-Za-z0-9_]\)/\2/p' >>gdk.def
  1084. /bin/bash ../libtool --mode=install /usr/bin/install -c libgdk-3.la '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib'
  1085. /bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk'
  1086. objdump: '.libs/libgdk-3-0.dll': No such file
  1087. mkdir -p /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib
  1088. /usr/bin/install -c -m 644 gdk.h gdk-autocleanup.h gdkapplaunchcontext.h gdkcairo.h gdkcursor.h gdkdevice.h gdkdevicemanager.h gdkdisplay.h gdkdisplaymanager.h gdkdnd.h gdkevents.h gdkframetimings.h gdkglcontext.h gdkkeys.h gdkkeysyms.h gdkkeysyms-compat.h gdkmain.h gdkpango.h gdkframeclock.h gdkpixbuf.h gdkprivate.h gdkproperty.h gdkrectangle.h gdkrgba.h gdkscreen.h gdkselection.h gdktestutils.h gdkthreads.h gdktypes.h gdkvisual.h gdkwindow.h gdkenumtypes.h gdkversionmacros.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk'
  1089. /usr/bin/install -c gdk.def /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/gdk-win32-3.0.def
  1090. libtool: install: /usr/bin/install -c .libs/libgdk-3.lai /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.la
  1091. libtool: install: /usr/bin/install -c .libs/libgdk-3.a /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.a
  1092. libtool: install: chmod 644 /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.a
  1093. libtool: install: i686-w64-mingw32.static-ranlib /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.a
  1094. make install-exec-hook
  1095. make[7]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1096. make[7]: Nothing to be done for `install-exec-hook'.
  1097. make[7]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1098. make[6]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1099. make[5]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1100. make[4]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1101. make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk'
  1102. Making install in gtk
  1103. /bin/bash: glib-compile-resources: command not found
  1104. /bin/bash: glib-compile-resources: command not found
  1105. make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gtk'
  1106. GEN stamp-gtkmarshalers.h
  1107. GEN stamp-gtkprivatetypebuiltins.h
  1108. GEN stamp-gtktypebuiltins.h
  1109. GEN gtkdbusgenerated.c
  1110. GEN gtkdbusgenerated.h
  1111. /bin/bash: line 1: gdbus-codegen: command not found
  1112. /bin/bash: line 1: gdbus-codegen: command not found
  1113. make[3]: *** [gtkdbusgenerated.c] Error 127
  1114. make[3]: *** Waiting for unfinished jobs....
  1115. make[3]: *** [gtkdbusgenerated.h] Error 127
  1116. /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-mkenums: gtktextview.h:59: Failed to parse ` /*< private >*/ '
  1117. /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-mkenums: gtktextview.h:61: Failed to parse ` /*< public >*/ '
  1118. make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gtk'
  1119. make[2]: *** [install-recursive] Error 1
  1120. make[2]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6'
  1121. make[1]: *** [build-only-gtk3_i686-w64-mingw32.static] Error 2
  1122. make[1]: Leaving directory `/home/mxe/mxe-gtk3-795'
  1123.  
  1124. real 0m31.871s
  1125. user 0m57.816s
  1126. sys 0m7.172s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement