Created
August 31, 2015 20:15
-
-
Save starius/98976ceab162e2000181 to your computer and use it in GitHub Desktop.
MXE build log for gtk3 (pull request 795)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[1]: Entering directory `/home/mxe/mxe-gtk3-795' | |
uname -a | |
Linux sd-68075 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u1 x86_64 GNU/Linux | |
git show-branch --list --reflog=1 | |
[refs/heads/gtk3@{0}] (19 seconds ago) pull: Fast-forward | |
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true | |
Distributor ID: Debian | |
Description: Debian GNU/Linux 7.8 (wheezy) | |
Release: 7.8 | |
Codename: wheezy | |
rm -rf '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static' | |
mkdir -p '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static' | |
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 - | |
cd '/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6' | |
(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 | |
patching file Makefile.in | |
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' | |
configure: loading site script /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/config.site | |
checking build system type... (cached) x86_64-unknown-linux-gnu | |
checking host system type... i686-w64-mingw32.static | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for i686-w64-mingw32.static-strip... i686-w64-mingw32.static-strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '1008' is supported by ustar format... yes | |
checking whether GID '1008' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for i686-w64-mingw32.static-gcc... i686-w64-mingw32.static-gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.exe | |
checking for suffix of executables... .exe | |
checking whether we are cross compiling... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether i686-w64-mingw32.static-gcc accepts -g... yes | |
checking for i686-w64-mingw32.static-gcc option to accept ISO C89... none needed | |
checking whether i686-w64-mingw32.static-gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of i686-w64-mingw32.static-gcc... gcc3 | |
checking how to run the C preprocessor... i686-w64-mingw32.static-gcc -E | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking whether i686-w64-mingw32.static-gcc and cc understand -c and -o together... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for native Win32... yes | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for i686-w64-mingw32.static-c++... i686-w64-mingw32.static-c++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether i686-w64-mingw32.static-c++ accepts -g... yes | |
checking dependency style of i686-w64-mingw32.static-c++... gcc3 | |
configure: WARNING: Disabling static library build, must build as DLL on Windows. | |
configure: WARNING: Enabling shared library build, must build as DLL on Windows. | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by i686-w64-mingw32.static-gcc... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld | |
checking if the linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B | |
checking the name lister (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 3458764513820540925 | |
checking how to convert x86_64-unknown-linux-gnu file names to i686-w64-mingw32.static format... func_convert_file_nix_to_w32 | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld option to reload object files... -r | |
checking for i686-w64-mingw32.static-objdump... i686-w64-mingw32.static-objdump | |
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL | |
checking for i686-w64-mingw32.static-dlltool... i686-w64-mingw32.static-dlltool | |
checking how to associate runtime and link libraries... func_cygming_dll_for_implib | |
checking for i686-w64-mingw32.static-ar... i686-w64-mingw32.static-ar | |
checking for archiver @FILE support... @ | |
checking for i686-w64-mingw32.static-strip... (cached) i686-w64-mingw32.static-strip | |
checking for i686-w64-mingw32.static-ranlib... i686-w64-mingw32.static-ranlib | |
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 | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for i686-w64-mingw32.static-mt... no | |
checking for mt... mt | |
configure: WARNING: using cross tools not prefixed with host triplet | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... no | |
checking for i686-w64-mingw32.static-as... i686-w64-mingw32.static-as | |
checking for i686-w64-mingw32.static-dlltool... (cached) i686-w64-mingw32.static-dlltool | |
checking for i686-w64-mingw32.static-objdump... (cached) i686-w64-mingw32.static-objdump | |
checking for objdir... .libs | |
checking if i686-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions... no | |
checking for i686-w64-mingw32.static-gcc option to produce PIC... -DDLL_EXPORT -DPIC | |
checking if i686-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works... yes | |
checking if i686-w64-mingw32.static-gcc static flag -static works... yes | |
checking if i686-w64-mingw32.static-gcc supports -c -o file.o... yes | |
checking if i686-w64-mingw32.static-gcc supports -c -o file.o... (cached) yes | |
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 | |
checking whether -lc should be explicitly linked in... yes | |
checking dynamic linker characteristics... Win32 ld.exe | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... i686-w64-mingw32.static-c++ -E | |
checking for ld used by i686-w64-mingw32.static-c++... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld | |
checking if the linker (/home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes | |
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 | |
checking for i686-w64-mingw32.static-c++ option to produce PIC... -DDLL_EXPORT -DPIC | |
checking if i686-w64-mingw32.static-c++ PIC flag -DDLL_EXPORT -DPIC works... yes | |
checking if i686-w64-mingw32.static-c++ static flag -static works... yes | |
checking if i686-w64-mingw32.static-c++ supports -c -o file.o... yes | |
checking if i686-w64-mingw32.static-c++ supports -c -o file.o... (cached) yes | |
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 | |
checking dynamic linker characteristics... Win32 ld.exe | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
checking dependency style of i686-w64-mingw32.static-gcc... gcc3 | |
checking for i686-w64-mingw32.static-nm... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-nm -B | |
checking for some Win32 platform... yes | |
checking for i686-w64-mingw32.static-windres... i686-w64-mingw32.static-windres | |
checking for lib.exe... no | |
checking for shm_open in -lrt... no | |
checking for posix_fallocate... no | |
checking for i686-w64-mingw32.static-pkg-config... /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether build environment is sane... yes | |
checking how to get MSVC-compatible struct packing... -mms-bitfields | |
checking for BASE_DEPENDENCIES... yes | |
checking for CAIRO_BACKEND... yes | |
checking for GMODULE... yes | |
checking whether to write dependencies into .pc files... yes | |
checking for perl5... no | |
checking for perl... /usr/bin/perl | |
checking for lstat... no | |
checking for mkstemp... yes | |
checking for localtime_r... no | |
checking for _NL_TIME_FIRST_WEEKDAY... no | |
checking for _NL_MEASUREMENT_MEASUREMENT... no | |
checking for _NL_PAPER_HEIGHT... no | |
checking for _NL_PAPER_WIDTH... no | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... no | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... no | |
checking for bindtextdomain in -lintl... no | |
checking if -liconv is needed to use gettext... | |
checking for ngettext in -lintl... yes | |
checking for dcgettext in -lintl... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
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 | |
checking whether xgettext supports ui files... yes | |
checking for extra flags to get ANSI library prototypes... none needed | |
checking for the BeOS... no | |
checking for HP-UX... no | |
checking for i686-w64-mingw32.static-pkg-config... (cached) /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for GLIB - version >= 2.43.4... yes (version 2.43.92) | |
checking for pkg-config... /usr/bin/pkg-config | |
checking build system's pkg-config is at least version 0.16... yes | |
Package glib-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `glib-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'glib-2.0' found | |
Package gobject-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gobject-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gobject-2.0' found | |
Package gmodule-no-export-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gmodule-no-export-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gmodule-no-export-2.0' found | |
Package glib-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `glib-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'glib-2.0' found | |
Package gobject-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gobject-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gobject-2.0' found | |
Package gmodule-no-export-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gmodule-no-export-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gmodule-no-export-2.0' found | |
checking for bind_textdomain_codeset... (cached) yes | |
checking sys/mman.h usability... no | |
checking sys/mman.h presence... no | |
checking for sys/mman.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking ftw.h usability... yes | |
checking ftw.h presence... yes | |
checking for ftw.h... yes | |
checking for GNU ftw extensions... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... no | |
checking for mallinfo... no | |
checking for getresuid... no | |
checking for uid_t in sys/types.h... no | |
checking for round in -lm... yes | |
checking for round... yes | |
checking for rint... yes | |
checking for nearbyint... yes | |
checking for sincos... yes | |
checking whether isnan is declared... yes | |
checking whether isinf is declared... yes | |
checking crt_externs.h usability... no | |
checking crt_externs.h presence... no | |
checking for crt_externs.h... no | |
checking for _NSGetEnviron... no | |
checking whether to build dynamic modules... yes | |
checking whether dynamic modules work... yes | |
checking immodules to build... am-et,cedilla,cyrillic-translit,inuktitut,ipa,multipress,thai,ti-er,ti-et,viqr,ime | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking sys/sysinfo.h usability... no | |
checking sys/sysinfo.h presence... no | |
checking for sys/sysinfo.h... no | |
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 | |
checking for GDK_DEP... yes | |
checking for ATK... yes | |
checking for GTK_DEP... yes | |
checking for library containing gethostent... no | |
checking for library containing setsockopt... no | |
checking for library containing connect... no | |
checking for struct sockaddr_un.sun_len... no | |
checking libpapi... checking for papiServiceCreate in -lpapi... no | |
checking for REST... no | |
checking for JSON_GLIB... no | |
checking cairo-pdf.h usability... yes | |
checking cairo-pdf.h presence... yes | |
checking for cairo-pdf.h... yes | |
checking for IPrintDialogCallback... yes | |
checking for i686-w64-mingw32.static-pkg-config... (cached) /home/mxe/mxe-gtk3-795/usr/bin/i686-w64-mingw32.static-pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for glib-compile-schemas... /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-compile-schemas | |
checking for gobject-introspection... no | |
checking whether to use colord... no | |
checking whether to use libcanberra... yes | |
checking for LIBCANBERRA... no | |
checking for gtk-doc... no | |
configure: WARNING: | |
You will not be able to create source packages with 'make dist' | |
because gtk-doc >= 1.20 is not found. | |
checking for gtkdoc-check... no | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking whether to build gtk-doc documentation... no | |
checking for GTKDOC_DEPS... yes | |
checking whether to generate man pages... no | |
checking for -Bsymbolic-functions linker flag... yes | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating README | |
config.status: creating INSTALL | |
config.status: creating config.h.win32 | |
config.status: creating gtk-zip.sh | |
config.status: creating Makefile | |
config.status: creating gdk-3.0.pc | |
config.status: creating gtk+-3.0.pc | |
config.status: creating gtk+-unix-print-3.0.pc | |
config.status: creating gail-3.0.pc | |
config.status: creating m4macros/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating po-properties/Makefile.in | |
config.status: creating demos/Makefile | |
config.status: creating demos/gtk-demo/Makefile | |
config.status: creating demos/gtk-demo/geninclude.pl | |
config.status: creating demos/widget-factory/Makefile | |
config.status: creating demos/icon-browser/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating examples/bp/Makefile | |
config.status: creating examples/application1/Makefile | |
config.status: creating examples/application2/Makefile | |
config.status: creating examples/application3/Makefile | |
config.status: creating examples/application4/Makefile | |
config.status: creating examples/application5/Makefile | |
config.status: creating examples/application6/Makefile | |
config.status: creating examples/application7/Makefile | |
config.status: creating examples/application8/Makefile | |
config.status: creating examples/application9/Makefile | |
config.status: creating examples/application10/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/visuals/Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating testsuite/a11y/Makefile | |
config.status: creating testsuite/a11y/state/Makefile | |
config.status: creating testsuite/css/Makefile | |
config.status: creating testsuite/css/parser/Makefile | |
config.status: creating testsuite/gdk/Makefile | |
config.status: creating testsuite/gtk/Makefile | |
config.status: creating testsuite/reftests/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating docs/reference/Makefile | |
config.status: creating docs/reference/gdk/Makefile | |
config.status: creating docs/reference/gdk/version.xml | |
config.status: creating docs/reference/gtk/Makefile | |
config.status: creating docs/reference/gtk/gtk3.types | |
config.status: creating docs/reference/gtk/version.xml | |
config.status: creating docs/reference/libgail-util/Makefile | |
config.status: creating docs/reference/libgail-util/version.xml | |
config.status: creating docs/tools/Makefile | |
config.status: creating build/Makefile | |
config.status: creating build/gtk-introspection-msvc.mak | |
config.status: creating build/win32/Makefile | |
config.status: creating build/win32/crypt/Makefile | |
config.status: creating build/win32/vs9/Makefile | |
config.status: creating build/win32/vs9/gtk-version-paths.vsprops | |
config.status: creating build/win32/vs10/Makefile | |
config.status: creating build/win32/vs10/gtk-version-paths.props | |
config.status: creating build/win32/vs11/Makefile | |
config.status: creating build/win32/vs12/Makefile | |
config.status: creating gdk/Makefile | |
config.status: creating gdk/broadway/Makefile | |
config.status: creating gdk/x11/Makefile | |
config.status: creating gdk/win32/Makefile | |
config.status: creating gdk/win32/rc/Makefile | |
config.status: creating gdk/win32/rc/gdk.rc | |
config.status: creating gdk/quartz/Makefile | |
config.status: creating gdk/wayland/Makefile | |
config.status: creating gdk/mir/Makefile | |
config.status: creating gdk/gdkversionmacros.h | |
config.status: creating gtk/Makefile | |
config.status: creating gtk/makefile.msc | |
config.status: creating gtk/gtkversion.h | |
config.status: creating gtk/gtk-win32.rc | |
config.status: creating gtk/libgtk3.manifest | |
config.status: creating libgail-util/Makefile | |
config.status: creating modules/Makefile | |
config.status: creating modules/input/Makefile | |
config.status: creating modules/printbackends/Makefile | |
config.status: creating modules/printbackends/cups/Makefile | |
config.status: creating modules/printbackends/cloudprint/Makefile | |
config.status: creating modules/printbackends/lpr/Makefile | |
config.status: creating modules/printbackends/file/Makefile | |
config.status: creating modules/printbackends/papi/Makefile | |
config.status: creating modules/printbackends/test/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: executing po-properties commands | |
config.status: executing gdk/gdkconfig.h commands | |
GTK+ 3.16.6 | |
=========== | |
GDK backends: win32 | |
Print backends: file lpr | |
Dynamic modules: yes | |
Included immodules: am-et cedilla cyrillic-translit inuktitut ipa multipress thai ti-er ti-et viqr ime | |
colord support: no | |
libcanberra support: no | |
Introspection: no | |
Debugging: minimum | |
Documentation: no | |
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= | |
make[2]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6' | |
Making install in po | |
make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po' | |
/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; \ | |
catalogs='af.gmo am.gmo an.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo [email protected] bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo [email protected] crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo [email protected] 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 [email protected] [email protected] sv.gmo ta.gmo te.gmo tg.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo [email protected] vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \ | |
for cat in $catalogs; do \ | |
cat=`basename $cat`; \ | |
case "$cat" in \ | |
*.gmo) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale;; \ | |
*) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/locale;; \ | |
esac; \ | |
lang=`echo $cat | sed 's/\.gmo$//'`; \ | |
dir=$destdir/$lang/LC_MESSAGES; \ | |
/bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d $dir; \ | |
if test -r $cat; then \ | |
/usr/bin/install -c -m 644 $cat $dir/gtk30.mo; \ | |
echo "installing $cat as $dir/gtk30.mo"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$cat $dir/gtk30.mo; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30.mo"; \ | |
fi; \ | |
if test -r $cat.m; then \ | |
/usr/bin/install -c -m 644 $cat.m $dir/gtk30.mo.m; \ | |
echo "installing $cat.m as $dir/gtk30.mo.m"; \ | |
else \ | |
if test -r ./$cat.m ; then \ | |
/usr/bin/install -c -m 644 ./$cat.m \ | |
$dir/gtk30.mo.m; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30.mo.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
installing af.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/af/LC_MESSAGES/gtk30.mo | |
installing am.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/am/LC_MESSAGES/gtk30.mo | |
installing an.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/an/LC_MESSAGES/gtk30.mo | |
installing ang.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ang/LC_MESSAGES/gtk30.mo | |
installing ar.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ar/LC_MESSAGES/gtk30.mo | |
installing as.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/as/LC_MESSAGES/gtk30.mo | |
installing ast.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ast/LC_MESSAGES/gtk30.mo | |
installing az.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az/LC_MESSAGES/gtk30.mo | |
installing az_IR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az_IR/LC_MESSAGES/gtk30.mo | |
installing be.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be@latin/LC_MESSAGES/gtk30.mo | |
installing bg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bg/LC_MESSAGES/gtk30.mo | |
installing bn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn/LC_MESSAGES/gtk30.mo | |
installing bn_IN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn_IN/LC_MESSAGES/gtk30.mo | |
installing br.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/br/LC_MESSAGES/gtk30.mo | |
installing bs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bs/LC_MESSAGES/gtk30.mo | |
installing ca.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo | |
installing crh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/crh/LC_MESSAGES/gtk30.mo | |
installing cs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cs/LC_MESSAGES/gtk30.mo | |
installing cy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cy/LC_MESSAGES/gtk30.mo | |
installing da.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/da/LC_MESSAGES/gtk30.mo | |
installing de.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/de/LC_MESSAGES/gtk30.mo | |
installing dz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/dz/LC_MESSAGES/gtk30.mo | |
installing el.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/el/LC_MESSAGES/gtk30.mo | |
installing en.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en/LC_MESSAGES/gtk30.mo | |
installing en_CA.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_CA/LC_MESSAGES/gtk30.mo | |
installing en_GB.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_GB/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en@shaw/LC_MESSAGES/gtk30.mo | |
installing eo.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eo/LC_MESSAGES/gtk30.mo | |
installing es.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/es/LC_MESSAGES/gtk30.mo | |
installing et.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/et/LC_MESSAGES/gtk30.mo | |
installing eu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eu/LC_MESSAGES/gtk30.mo | |
installing fa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fa/LC_MESSAGES/gtk30.mo | |
installing fi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fi/LC_MESSAGES/gtk30.mo | |
installing fr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fr/LC_MESSAGES/gtk30.mo | |
installing ga.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ga/LC_MESSAGES/gtk30.mo | |
installing gd.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gd/LC_MESSAGES/gtk30.mo | |
installing gl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gl/LC_MESSAGES/gtk30.mo | |
installing gu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gu/LC_MESSAGES/gtk30.mo | |
installing he.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/he/LC_MESSAGES/gtk30.mo | |
installing hi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hi/LC_MESSAGES/gtk30.mo | |
installing hr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hr/LC_MESSAGES/gtk30.mo | |
installing hu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hu/LC_MESSAGES/gtk30.mo | |
installing hy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hy/LC_MESSAGES/gtk30.mo | |
installing ia.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ia/LC_MESSAGES/gtk30.mo | |
installing id.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/id/LC_MESSAGES/gtk30.mo | |
installing io.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/io/LC_MESSAGES/gtk30.mo | |
installing is.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/is/LC_MESSAGES/gtk30.mo | |
installing it.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/it/LC_MESSAGES/gtk30.mo | |
installing ja.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ja/LC_MESSAGES/gtk30.mo | |
installing ka.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ka/LC_MESSAGES/gtk30.mo | |
installing kg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kg/LC_MESSAGES/gtk30.mo | |
installing kk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kk/LC_MESSAGES/gtk30.mo | |
installing km.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/km/LC_MESSAGES/gtk30.mo | |
installing kn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kn/LC_MESSAGES/gtk30.mo | |
installing ko.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ko/LC_MESSAGES/gtk30.mo | |
installing ku.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ku/LC_MESSAGES/gtk30.mo | |
installing ky.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ky/LC_MESSAGES/gtk30.mo | |
installing lg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lg/LC_MESSAGES/gtk30.mo | |
installing li.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/li/LC_MESSAGES/gtk30.mo | |
installing lt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lt/LC_MESSAGES/gtk30.mo | |
installing lv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lv/LC_MESSAGES/gtk30.mo | |
installing mai.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mai/LC_MESSAGES/gtk30.mo | |
installing mi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mi/LC_MESSAGES/gtk30.mo | |
installing mk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mk/LC_MESSAGES/gtk30.mo | |
installing ml.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ml/LC_MESSAGES/gtk30.mo | |
installing mn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mn/LC_MESSAGES/gtk30.mo | |
installing mr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mr/LC_MESSAGES/gtk30.mo | |
installing ms.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ms/LC_MESSAGES/gtk30.mo | |
installing my.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/my/LC_MESSAGES/gtk30.mo | |
installing nb.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nb/LC_MESSAGES/gtk30.mo | |
installing nds.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nds/LC_MESSAGES/gtk30.mo | |
installing ne.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ne/LC_MESSAGES/gtk30.mo | |
installing nl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nl/LC_MESSAGES/gtk30.mo | |
installing nn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nn/LC_MESSAGES/gtk30.mo | |
installing nso.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nso/LC_MESSAGES/gtk30.mo | |
installing oc.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/oc/LC_MESSAGES/gtk30.mo | |
installing or.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/or/LC_MESSAGES/gtk30.mo | |
installing pa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pa/LC_MESSAGES/gtk30.mo | |
installing pl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pl/LC_MESSAGES/gtk30.mo | |
installing ps.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ps/LC_MESSAGES/gtk30.mo | |
installing pt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt/LC_MESSAGES/gtk30.mo | |
installing pt_BR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt_BR/LC_MESSAGES/gtk30.mo | |
installing ro.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ro/LC_MESSAGES/gtk30.mo | |
installing ru.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ru/LC_MESSAGES/gtk30.mo | |
installing rw.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/rw/LC_MESSAGES/gtk30.mo | |
installing si.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/si/LC_MESSAGES/gtk30.mo | |
installing sk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sk/LC_MESSAGES/gtk30.mo | |
installing sl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sl/LC_MESSAGES/gtk30.mo | |
installing sq.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sq/LC_MESSAGES/gtk30.mo | |
installing sr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@ije/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@latin/LC_MESSAGES/gtk30.mo | |
installing sv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sv/LC_MESSAGES/gtk30.mo | |
installing ta.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ta/LC_MESSAGES/gtk30.mo | |
installing te.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/te/LC_MESSAGES/gtk30.mo | |
installing tg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tg/LC_MESSAGES/gtk30.mo | |
installing th.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/th/LC_MESSAGES/gtk30.mo | |
installing tk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tk/LC_MESSAGES/gtk30.mo | |
installing tr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tr/LC_MESSAGES/gtk30.mo | |
installing tt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tt/LC_MESSAGES/gtk30.mo | |
installing ug.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ug/LC_MESSAGES/gtk30.mo | |
installing uk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uk/LC_MESSAGES/gtk30.mo | |
installing ur.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ur/LC_MESSAGES/gtk30.mo | |
installing uz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo | |
installing vi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/vi/LC_MESSAGES/gtk30.mo | |
installing wa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/wa/LC_MESSAGES/gtk30.mo | |
installing xh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/xh/LC_MESSAGES/gtk30.mo | |
installing yi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/yi/LC_MESSAGES/gtk30.mo | |
installing zh_CN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_CN/LC_MESSAGES/gtk30.mo | |
installing zh_HK.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_HK/LC_MESSAGES/gtk30.mo | |
installing zh_TW.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_TW/LC_MESSAGES/gtk30.mo | |
if test "gtk+" = "glib"; then \ | |
/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; \ | |
/usr/bin/install -c -m 644 ./Makefile.in.in \ | |
/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/glib-2.0/gettext/po/Makefile.in.in; \ | |
else \ | |
: ; \ | |
fi | |
make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po' | |
Making install in po-properties | |
make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po-properties' | |
/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; \ | |
catalogs='af.gmo am.gmo an.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo [email protected] bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo [email protected] crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo [email protected] 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 [email protected] [email protected] sv.gmo ta.gmo te.gmo tg.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo [email protected] vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \ | |
for cat in $catalogs; do \ | |
cat=`basename $cat`; \ | |
case "$cat" in \ | |
*.gmo) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale;; \ | |
*) destdir=/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/locale;; \ | |
esac; \ | |
lang=`echo $cat | sed 's/\.gmo$//'`; \ | |
dir=$destdir/$lang/LC_MESSAGES; \ | |
/bin/bash /home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/build-aux/install-sh -d $dir; \ | |
if test -r $cat; then \ | |
/usr/bin/install -c -m 644 $cat $dir/gtk30-properties.mo; \ | |
echo "installing $cat as $dir/gtk30-properties.mo"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$cat $dir/gtk30-properties.mo; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30-properties.mo"; \ | |
fi; \ | |
if test -r $cat.m; then \ | |
/usr/bin/install -c -m 644 $cat.m $dir/gtk30-properties.mo.m; \ | |
echo "installing $cat.m as $dir/gtk30-properties.mo.m"; \ | |
else \ | |
if test -r ./$cat.m ; then \ | |
/usr/bin/install -c -m 644 ./$cat.m \ | |
$dir/gtk30-properties.mo.m; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30-properties.mo.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
installing af.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/af/LC_MESSAGES/gtk30-properties.mo | |
installing am.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/am/LC_MESSAGES/gtk30-properties.mo | |
installing an.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/an/LC_MESSAGES/gtk30-properties.mo | |
installing ang.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ang/LC_MESSAGES/gtk30-properties.mo | |
installing ar.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ar/LC_MESSAGES/gtk30-properties.mo | |
installing as.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/as/LC_MESSAGES/gtk30-properties.mo | |
installing ast.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ast/LC_MESSAGES/gtk30-properties.mo | |
installing az.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az/LC_MESSAGES/gtk30-properties.mo | |
installing az_IR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo | |
installing be.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo | |
installing bg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bg/LC_MESSAGES/gtk30-properties.mo | |
installing bn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn/LC_MESSAGES/gtk30-properties.mo | |
installing bn_IN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo | |
installing br.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/br/LC_MESSAGES/gtk30-properties.mo | |
installing bs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/bs/LC_MESSAGES/gtk30-properties.mo | |
installing ca.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo | |
installing crh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/crh/LC_MESSAGES/gtk30-properties.mo | |
installing cs.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cs/LC_MESSAGES/gtk30-properties.mo | |
installing cy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/cy/LC_MESSAGES/gtk30-properties.mo | |
installing da.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/da/LC_MESSAGES/gtk30-properties.mo | |
installing de.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/de/LC_MESSAGES/gtk30-properties.mo | |
installing dz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/dz/LC_MESSAGES/gtk30-properties.mo | |
installing el.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/el/LC_MESSAGES/gtk30-properties.mo | |
installing en.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en/LC_MESSAGES/gtk30-properties.mo | |
installing en_CA.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo | |
installing en_GB.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo | |
installing eo.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eo/LC_MESSAGES/gtk30-properties.mo | |
installing es.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/es/LC_MESSAGES/gtk30-properties.mo | |
installing et.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/et/LC_MESSAGES/gtk30-properties.mo | |
installing eu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/eu/LC_MESSAGES/gtk30-properties.mo | |
installing fa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fa/LC_MESSAGES/gtk30-properties.mo | |
installing fi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fi/LC_MESSAGES/gtk30-properties.mo | |
installing fr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/fr/LC_MESSAGES/gtk30-properties.mo | |
installing ga.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ga/LC_MESSAGES/gtk30-properties.mo | |
installing gd.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gd/LC_MESSAGES/gtk30-properties.mo | |
installing gl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gl/LC_MESSAGES/gtk30-properties.mo | |
installing gu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/gu/LC_MESSAGES/gtk30-properties.mo | |
installing he.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/he/LC_MESSAGES/gtk30-properties.mo | |
installing hi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hi/LC_MESSAGES/gtk30-properties.mo | |
installing hr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hr/LC_MESSAGES/gtk30-properties.mo | |
installing hu.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hu/LC_MESSAGES/gtk30-properties.mo | |
installing hy.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/hy/LC_MESSAGES/gtk30-properties.mo | |
installing ia.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ia/LC_MESSAGES/gtk30-properties.mo | |
installing id.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/id/LC_MESSAGES/gtk30-properties.mo | |
installing io.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/io/LC_MESSAGES/gtk30-properties.mo | |
installing is.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/is/LC_MESSAGES/gtk30-properties.mo | |
installing it.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/it/LC_MESSAGES/gtk30-properties.mo | |
installing ja.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ja/LC_MESSAGES/gtk30-properties.mo | |
installing ka.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ka/LC_MESSAGES/gtk30-properties.mo | |
installing kg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kg/LC_MESSAGES/gtk30-properties.mo | |
installing kk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kk/LC_MESSAGES/gtk30-properties.mo | |
installing km.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/km/LC_MESSAGES/gtk30-properties.mo | |
installing kn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/kn/LC_MESSAGES/gtk30-properties.mo | |
installing ko.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ko/LC_MESSAGES/gtk30-properties.mo | |
installing ku.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ku/LC_MESSAGES/gtk30-properties.mo | |
installing ky.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ky/LC_MESSAGES/gtk30-properties.mo | |
installing lg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lg/LC_MESSAGES/gtk30-properties.mo | |
installing li.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/li/LC_MESSAGES/gtk30-properties.mo | |
installing lt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lt/LC_MESSAGES/gtk30-properties.mo | |
installing lv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/lv/LC_MESSAGES/gtk30-properties.mo | |
installing mai.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mai/LC_MESSAGES/gtk30-properties.mo | |
installing mi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mi/LC_MESSAGES/gtk30-properties.mo | |
installing mk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mk/LC_MESSAGES/gtk30-properties.mo | |
installing ml.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ml/LC_MESSAGES/gtk30-properties.mo | |
installing mn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mn/LC_MESSAGES/gtk30-properties.mo | |
installing mr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/mr/LC_MESSAGES/gtk30-properties.mo | |
installing ms.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ms/LC_MESSAGES/gtk30-properties.mo | |
installing my.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/my/LC_MESSAGES/gtk30-properties.mo | |
installing nb.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nb/LC_MESSAGES/gtk30-properties.mo | |
installing nds.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nds/LC_MESSAGES/gtk30-properties.mo | |
installing ne.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ne/LC_MESSAGES/gtk30-properties.mo | |
installing nl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nl/LC_MESSAGES/gtk30-properties.mo | |
installing nn.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nn/LC_MESSAGES/gtk30-properties.mo | |
installing nso.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/nso/LC_MESSAGES/gtk30-properties.mo | |
installing oc.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/oc/LC_MESSAGES/gtk30-properties.mo | |
installing or.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/or/LC_MESSAGES/gtk30-properties.mo | |
installing pa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pa/LC_MESSAGES/gtk30-properties.mo | |
installing pl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pl/LC_MESSAGES/gtk30-properties.mo | |
installing ps.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ps/LC_MESSAGES/gtk30-properties.mo | |
installing pt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt/LC_MESSAGES/gtk30-properties.mo | |
installing pt_BR.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo | |
installing ro.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ro/LC_MESSAGES/gtk30-properties.mo | |
installing ru.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ru/LC_MESSAGES/gtk30-properties.mo | |
installing rw.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/rw/LC_MESSAGES/gtk30-properties.mo | |
installing si.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/si/LC_MESSAGES/gtk30-properties.mo | |
installing sk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sk/LC_MESSAGES/gtk30-properties.mo | |
installing sl.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sl/LC_MESSAGES/gtk30-properties.mo | |
installing sq.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sq/LC_MESSAGES/gtk30-properties.mo | |
installing sr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo | |
installing sv.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/sv/LC_MESSAGES/gtk30-properties.mo | |
installing ta.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ta/LC_MESSAGES/gtk30-properties.mo | |
installing te.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/te/LC_MESSAGES/gtk30-properties.mo | |
installing tg.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tg/LC_MESSAGES/gtk30-properties.mo | |
installing th.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/th/LC_MESSAGES/gtk30-properties.mo | |
installing tk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tk/LC_MESSAGES/gtk30-properties.mo | |
installing tr.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tr/LC_MESSAGES/gtk30-properties.mo | |
installing tt.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/tt/LC_MESSAGES/gtk30-properties.mo | |
installing ug.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ug/LC_MESSAGES/gtk30-properties.mo | |
installing uk.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uk/LC_MESSAGES/gtk30-properties.mo | |
installing ur.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/ur/LC_MESSAGES/gtk30-properties.mo | |
installing uz.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo | |
installing vi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/vi/LC_MESSAGES/gtk30-properties.mo | |
installing wa.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/wa/LC_MESSAGES/gtk30-properties.mo | |
installing xh.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/xh/LC_MESSAGES/gtk30-properties.mo | |
installing yi.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/yi/LC_MESSAGES/gtk30-properties.mo | |
installing zh_CN.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo | |
installing zh_HK.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo | |
installing zh_TW.gmo as /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo | |
if test "gtk+" = "glib"; then \ | |
/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; \ | |
/usr/bin/install -c -m 644 ./Makefile.in.in \ | |
/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/share/glib-2.0/gettext/po/Makefile.in.in; \ | |
else \ | |
: ; \ | |
fi | |
make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/po-properties' | |
Making install in gdk | |
make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
GEN stamp-gdkenumtypes.h | |
config.status: executing gdk/gdkconfig.h commands | |
config.status: gdk/gdkconfig.h is unchanged | |
GEN gdkconfig.h | |
make install-recursive | |
make[4]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
Making install in win32 | |
make[5]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32' | |
Making install in rc | |
make[6]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc' | |
i686-w64-mingw32.static-windres -I . gdk.rc gdk-win32-res.o | |
make[7]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc' | |
make[7]: Nothing to be done for `install-exec-am'. | |
make[7]: Nothing to be done for `install-data-am'. | |
make[7]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc' | |
make[6]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32/rc' | |
make[6]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32' | |
CC gdkdevicemanager-win32.lo | |
CC gdkcursor-win32.lo | |
CC gdkdevice-virtual.lo | |
CC gdkdevice-win32.lo | |
CC gdkdevice-wintab.lo | |
CC gdkdisplay-win32.lo | |
CC gdkdisplaymanager-win32.lo | |
CC gdkdnd-win32.lo | |
CC gdkevents-win32.lo | |
CC gdkgeometry-win32.lo | |
CC gdkglcontext-win32.lo | |
CC gdkglobals-win32.lo | |
CC gdkinput.lo | |
CC gdkkeys-win32.lo | |
CC gdkmain-win32.lo | |
CC gdkproperty-win32.lo | |
CC gdkscreen-win32.lo | |
CC gdkselection-win32.lo | |
CC gdktestutils-win32.lo | |
CC gdkvisual-win32.lo | |
CC gdkwin32id.lo | |
CC gdkwindow-win32.lo | |
CCLD libgdk-win32.la | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libintl.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libiconv.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
make[7]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32' | |
make[7]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk' | |
/bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk/win32' | |
/usr/bin/install -c -m 644 gdkwin32.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk' | |
/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' | |
make[7]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32' | |
make[6]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32' | |
make[5]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk/win32' | |
Making install in . | |
make[5]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
CC libgdk_3_la-gdkcolor.lo | |
CC libgdk_3_la-gdk-private.lo | |
CC libgdk_3_la-gdk.lo | |
CC libgdk_3_la-gdkapplaunchcontext.lo | |
CC libgdk_3_la-gdkcairo.lo | |
CC libgdk_3_la-gdkcursor.lo | |
CC libgdk_3_la-gdkdeprecated.lo | |
CC libgdk_3_la-gdkdevice.lo | |
CC libgdk_3_la-gdkdevicemanager.lo | |
CC libgdk_3_la-gdkdisplay.lo | |
CC libgdk_3_la-gdkdisplaymanager.lo | |
CC libgdk_3_la-gdkdnd.lo | |
CC libgdk_3_la-gdkevents.lo | |
CC libgdk_3_la-gdkframetimings.lo | |
CC libgdk_3_la-gdkgl.lo | |
CC libgdk_3_la-gdkglcontext.lo | |
CC libgdk_3_la-gdkglobals.lo | |
CC libgdk_3_la-gdkkeys.lo | |
CC libgdk_3_la-gdkkeyuni.lo | |
CC libgdk_3_la-gdkoffscreenwindow.lo | |
CC libgdk_3_la-gdkframeclock.lo | |
CC libgdk_3_la-gdkframeclockidle.lo | |
CC libgdk_3_la-gdkpango.lo | |
CC libgdk_3_la-gdkpixbuf-drawable.lo | |
CC libgdk_3_la-gdkproperty.lo | |
CC libgdk_3_la-gdkrectangle.lo | |
CC libgdk_3_la-gdkrgba.lo | |
CC libgdk_3_la-gdkscreen.lo | |
CC libgdk_3_la-gdkselection.lo | |
CC libgdk_3_la-gdkvisual.lo | |
CC libgdk_3_la-gdkwindow.lo | |
CC libgdk_3_la-gdkwindowimpl.lo | |
CC libgdk_3_la-gdkenumtypes.lo | |
CC libgdk_3_la-gdkmarshalers.lo | |
GEN gdkconfig.h | |
CCLD libgdk-3.la | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpangowin32-1.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpangoft2-1.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpango-1.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgthread-2.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgio-2.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libtiff.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libcairo-gobject.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgmodule-2.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libepoxy.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libtiff.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/liblzma.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libjpeg.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libjpeg.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libharfbuzz.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libcairo.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libfontconfig.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpixman-1.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libexpat.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libfreetype.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libharfbuzz.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libcairo.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgobject-2.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libfontconfig.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpixman-1.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libffi.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libexpat.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libfreetype.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpng16.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libglib-2.0.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpng16.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** 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. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libpcre.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libintl.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libintl.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libiconv.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: This system cannot link to static lib archive /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have. | |
*** Warning: linker path does not have real file for library -lbz2. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have | |
*** because I did check the linker path looking for a file starting | |
*** with libbz2 and none of the candidates passed a file format test | |
*** using a file magic. Last file checked: /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libbz2.a | |
*** Warning: linker path does not have real file for library -lharfbuzz_too. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have | |
*** because I did check the linker path looking for a file starting | |
*** with libharfbuzz_too and none of the candidates passed a file format test | |
*** using a file magic. Last file checked: /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libharfbuzz.a | |
*** Warning: linker path does not have real file for library -lz. | |
*** I have the capability to make that library automatically link in when | |
*** you link to this library. But I can only do this if you have a | |
*** shared version of the library, which you do not appear to have | |
*** because I did check the linker path looking for a file starting | |
*** with libz and none of the candidates passed a file format test | |
*** using a file magic. Last file checked: /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libz.a | |
*** The inter-library dependencies that have been dropped here will be | |
*** automatically added whenever a program is linked with this library | |
*** or is declared to -dlopen it. | |
*** Since this library must not contain undefined symbols, | |
*** because either the platform does not support them or | |
*** it was explicitly requested with -no-undefined, | |
*** libtool will only create a static version of it. | |
make[6]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
GEN gdkconfig.h | |
/bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk' | |
/bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk/deprecated' | |
echo "LIBRARY libgdk-3-0" >gdk.def | |
echo "EXPORTS" >>gdk.def | |
/usr/bin/install -c -m 644 gdkconfig.h '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk' | |
/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' | |
/bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib' | |
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 | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libgdk-3.la '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib' | |
/bin/mkdir -p '/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/include/gtk-3.0/gdk' | |
objdump: '.libs/libgdk-3-0.dll': No such file | |
mkdir -p /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib | |
/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' | |
/usr/bin/install -c gdk.def /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/gdk-win32-3.0.def | |
libtool: install: /usr/bin/install -c .libs/libgdk-3.lai /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.la | |
libtool: install: /usr/bin/install -c .libs/libgdk-3.a /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.a | |
libtool: install: chmod 644 /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.a | |
libtool: install: i686-w64-mingw32.static-ranlib /home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/lib/libgdk-3.a | |
make install-exec-hook | |
make[7]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
make[7]: Nothing to be done for `install-exec-hook'. | |
make[7]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
make[6]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
make[5]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
make[4]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gdk' | |
Making install in gtk | |
/bin/bash: glib-compile-resources: command not found | |
/bin/bash: glib-compile-resources: command not found | |
make[3]: Entering directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gtk' | |
GEN stamp-gtkmarshalers.h | |
GEN stamp-gtkprivatetypebuiltins.h | |
GEN stamp-gtktypebuiltins.h | |
GEN gtkdbusgenerated.c | |
GEN gtkdbusgenerated.h | |
/bin/bash: line 1: gdbus-codegen: command not found | |
/bin/bash: line 1: gdbus-codegen: command not found | |
make[3]: *** [gtkdbusgenerated.c] Error 127 | |
make[3]: *** Waiting for unfinished jobs.... | |
make[3]: *** [gtkdbusgenerated.h] Error 127 | |
/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-mkenums: gtktextview.h:59: Failed to parse ` /*< private >*/ ' | |
/home/mxe/mxe-gtk3-795/usr/i686-w64-mingw32.static/bin/glib-mkenums: gtktextview.h:61: Failed to parse ` /*< public >*/ ' | |
make[3]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6/gtk' | |
make[2]: *** [install-recursive] Error 1 | |
make[2]: Leaving directory `/home/mxe/mxe-gtk3-795/tmp-gtk3-i686-w64-mingw32.static/gtk+-3.16.6' | |
make[1]: *** [build-only-gtk3_i686-w64-mingw32.static] Error 2 | |
make[1]: Leaving directory `/home/mxe/mxe-gtk3-795' | |
real 0m31.871s | |
user 0m57.816s | |
sys 0m7.172s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment