GTK+ is a free cross-platform widget library. Previously, I wrote about compiling GTK+ 2.16.2 for Windows. However, GTK+ 2.16.2 wouldn't work on Windows 98/ME when I tried to run gtk-demo on Windows ME. This time I am compiling GTK+ 2.6.10 so that I can build GTK+ applications that can run both on Windows 98/ME and Windows XP/Vista.
Before following the steps below, make sure that you have MinGW and MSYS ready. To learn how to install MinGW, read this post. Compiling with MSYS on Windows 98/ME may result in frequent crash with the error message “fork: resource temporarily unavailable”. A workaround is to reboot to safe mode and compile.
Zlib 1.2.7
Download the latest source package of zlib and extract it into the
/mingwtree. Then, compile:make -f win32/Makefile.gcc cp -iv zlib1.dll /mingw/bin cp -iv zconf.h zlib.h /mingw/include cp -iv libz.a /mingw/lib cp -iv libz.dll.a /mingw/lib
Libiconv 1.14
Download the source code for libiconv and compile libiconv like this:
./configure --prefix=/mingw
make
make installThe following files are installed:
bin/iconv.exe include/iconv.h include/libcharset.h include/localcharset.h lib/charset.alias lib/libcharset.a lib/libcharset.la lib/libiconv.a lib/libiconv.la share/doc/libiconv/iconv.1.html share/doc/libiconv/iconv.3.html share/doc/libiconv/iconv_close.3.html share/doc/libiconv/iconv_open.3.html share/doc/libiconv/iconv_open_into.3.html share/doc/libiconv/iconvctl.3.html share/man/man1/iconv.1 share/man/man3/iconv.3 share/man/man3/iconv_close.3 share/man/man3/iconv_open.3 share/man/man3/iconv_open_into.3 share/man/man3/iconvctl.3
To check libiconv:
iconv --list
Gettext 0.18.1.1
Download Gettext and compile it like this:
./configure --prefix=/mingw --enable-threads=win32 --enable-relocatable
make
make installThe following files are installed:
bin/autopoint bin/envsubst.exe bin/gettext.exe bin/gettext.sh bin/gettextize bin/msgattrib.exe bin/msgcat.exe bin/msgcmp.exe bin/msgcomm.exe bin/msgconv.exe bin/msgen.exe bin/msgexec.exe bin/msgfilter.exe bin/msgfmt.exe bin/msggrep.exe bin/msginit.exe bin/msgmerge.exe bin/msgunfmt.exe bin/msguniq.exe bin/ngettext.exe bin/recode-sr-latin.exe bin/xgettext.exe include/autosprintf.h include/gettext-po.h include/libintl.h lib/charset.alias lib/gettext lib/gettext/hostname.exe lib/gettext/project-id lib/gettext/urlget.exe lib/gettext/user-email lib/libasprintf.a lib/libasprintf.la lib/libgettextlib.la lib/libgettextpo.a lib/libgettextpo.la lib/libgettextsrc.la lib/libintl.a share/aclocal share/aclocal/codeset.m4 share/aclocal/gettext.m4 share/aclocal/glibc2.m4 share/aclocal/glibc21.m4 share/aclocal/iconv.m4 share/aclocal/intdiv0.m4 share/aclocal/intl.m4 share/aclocal/intldir.m4 share/aclocal/intlmacosx.m4 share/aclocal/intmax.m4 share/aclocal/inttypes-pri.m4 share/aclocal/inttypes_h.m4 share/aclocal/lcmessage.m4 share/aclocal/lib-ld.m4 share/aclocal/lib-link.m4 share/aclocal/lib-prefix.m4 share/aclocal/lock.m4 share/aclocal/longlong.m4 share/aclocal/nls.m4 share/aclocal/po.m4 share/aclocal/printf-posix.m4 share/aclocal/progtest.m4 share/aclocal/size_max.m4 share/aclocal/stdint_h.m4 share/aclocal/uintmax_t.m4 share/aclocal/visibility.m4 share/aclocal/wchar_t.m4 share/aclocal/wint_t.m4 share/aclocal/xsize.m4 share/doc/gettext share/doc/gettext/FAQ.html share/doc/gettext/autopoint.1.html share/doc/gettext/bind_textdomain_codeset.3.html share/doc/gettext/bindtextdomain.3.html share/doc/gettext/csharpdoc share/doc/gettext/csharpdoc/GNU_Gettext.html share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html share/doc/gettext/csharpdoc/begin.html share/doc/gettext/csharpdoc/index.html share/doc/gettext/csharpdoc/namespaces.html share/doc/gettext/envsubst.1.html share/doc/gettext/examples share/doc/gettext/examples/README share/doc/gettext/examples/build-aux share/doc/gettext/examples/build-aux/csharpcomp.m4 share/doc/gettext/examples/build-aux/csharpcomp.sh.in share/doc/gettext/examples/build-aux/csharpexec-test.exe share/doc/gettext/examples/build-aux/csharpexec.m4 share/doc/gettext/examples/build-aux/csharpexec.sh.in share/doc/gettext/examples/build-aux/gcj.m4 share/doc/gettext/examples/build-aux/javacomp.m4 share/doc/gettext/examples/build-aux/javacomp.sh.in share/doc/gettext/examples/build-aux/javaexec.m4 share/doc/gettext/examples/build-aux/javaexec.sh.in share/doc/gettext/examples/hello-c share/doc/gettext/examples/hello-c++ share/doc/gettext/examples/hello-c++-gnome share/doc/gettext/examples/hello-c++-gnome/INSTALL share/doc/gettext/examples/hello-c++-gnome/Makefile.am share/doc/gettext/examples/hello-c++-gnome/autoclean.sh share/doc/gettext/examples/hello-c++-gnome/autogen.sh share/doc/gettext/examples/hello-c++-gnome/configure.ac share/doc/gettext/examples/hello-c++-gnome/hello.cc share/doc/gettext/examples/hello-c++-gnome/m4 share/doc/gettext/examples/hello-c++-gnome/m4/Makefile.am share/doc/gettext/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 share/doc/gettext/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 share/doc/gettext/examples/hello-c++-gnome/m4/gnome.m4 share/doc/gettext/examples/hello-c++-gnome/m4/gtk--.m4 share/doc/gettext/examples/hello-c++-gnome/m4/gtk.m4 share/doc/gettext/examples/hello-c++-gnome/po share/doc/gettext/examples/hello-c++-gnome/po/LINGUAS share/doc/gettext/examples/hello-c++-gnome/po/Makevars share/doc/gettext/examples/hello-c++-gnome/po/POTFILES.in share/doc/gettext/examples/hello-c++-gnome/po/af.po share/doc/gettext/examples/hello-c++-gnome/po/ca.po share/doc/gettext/examples/hello-c++-gnome/po/de.po share/doc/gettext/examples/hello-c++-gnome/po/el.po share/doc/gettext/examples/hello-c++-gnome/po/eo.po share/doc/gettext/examples/hello-c++-gnome/po/es.po share/doc/gettext/examples/hello-c++-gnome/po/fi.po share/doc/gettext/examples/hello-c++-gnome/po/fr.po share/doc/gettext/examples/hello-c++-gnome/po/ga.po share/doc/gettext/examples/hello-c++-gnome/po/hu.po share/doc/gettext/examples/hello-c++-gnome/po/id.po share/doc/gettext/examples/hello-c++-gnome/po/it.po share/doc/gettext/examples/hello-c++-gnome/po/ja.po share/doc/gettext/examples/hello-c++-gnome/po/ms.po share/doc/gettext/examples/hello-c++-gnome/po/nl.po share/doc/gettext/examples/hello-c++-gnome/po/pl.po share/doc/gettext/examples/hello-c++-gnome/po/pt.po share/doc/gettext/examples/hello-c++-gnome/po/ro.po share/doc/gettext/examples/hello-c++-gnome/po/ru.po share/doc/gettext/examples/hello-c++-gnome/po/sk.po share/doc/gettext/examples/hello-c++-gnome/po/sl.po share/doc/gettext/examples/hello-c++-gnome/po/sr.po share/doc/gettext/examples/hello-c++-gnome/po/sv.po share/doc/gettext/examples/hello-c++-gnome/po/tr.po share/doc/gettext/examples/hello-c++-gnome/po/uk.po share/doc/gettext/examples/hello-c++-gnome/po/vi.po share/doc/gettext/examples/hello-c++-gnome/po/zh_CN.po share/doc/gettext/examples/hello-c++-gnome/po/zh_HK.po share/doc/gettext/examples/hello-c++-gnome/po/zh_TW.po share/doc/gettext/examples/hello-c++-kde share/doc/gettext/examples/hello-c++-kde/BUGS share/doc/gettext/examples/hello-c++-kde/INSTALL share/doc/gettext/examples/hello-c++-kde/Makefile.am share/doc/gettext/examples/hello-c++-kde/admin share/doc/gettext/examples/hello-c++-kde/admin/ChangeLog share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.am share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.global share/doc/gettext/examples/hello-c++-kde/admin/Makefile.common share/doc/gettext/examples/hello-c++-kde/admin/acinclude.m4.in share/doc/gettext/examples/hello-c++-kde/admin/am_edit share/doc/gettext/examples/hello-c++-kde/admin/compile share/doc/gettext/examples/hello-c++-kde/admin/conf.change.pl share/doc/gettext/examples/hello-c++-kde/admin/config.guess share/doc/gettext/examples/hello-c++-kde/admin/config.pl share/doc/gettext/examples/hello-c++-kde/admin/config.sub share/doc/gettext/examples/hello-c++-kde/admin/configure.in.bot.end share/doc/gettext/examples/hello-c++-kde/admin/configure.in.min share/doc/gettext/examples/hello-c++-kde/admin/cvs-clean.pl share/doc/gettext/examples/hello-c++-kde/admin/cvs.sh share/doc/gettext/examples/hello-c++-kde/admin/debianrules share/doc/gettext/examples/hello-c++-kde/admin/depcomp share/doc/gettext/examples/hello-c++-kde/admin/detect-autoconf.sh share/doc/gettext/examples/hello-c++-kde/admin/install-sh share/doc/gettext/examples/hello-c++-kde/admin/libtool.m4.in share/doc/gettext/examples/hello-c++-kde/admin/ltmain.sh share/doc/gettext/examples/hello-c++-kde/admin/missing share/doc/gettext/examples/hello-c++-kde/admin/mkinstalldirs share/doc/gettext/examples/hello-c++-kde/admin/ylwrap share/doc/gettext/examples/hello-c++-kde/autoclean.sh share/doc/gettext/examples/hello-c++-kde/autogen.sh share/doc/gettext/examples/hello-c++-kde/configure.in.in share/doc/gettext/examples/hello-c++-kde/hello.cc share/doc/gettext/examples/hello-c++-kde/hellowindow.cc share/doc/gettext/examples/hello-c++-kde/hellowindow.h share/doc/gettext/examples/hello-c++-kde/m4 share/doc/gettext/examples/hello-c++-kde/m4/Makefile.am share/doc/gettext/examples/hello-c++-kde/po share/doc/gettext/examples/hello-c++-kde/po/LINGUAS share/doc/gettext/examples/hello-c++-kde/po/Makevars share/doc/gettext/examples/hello-c++-kde/po/POTFILES.in share/doc/gettext/examples/hello-c++-kde/po/af.po share/doc/gettext/examples/hello-c++-kde/po/ca.po share/doc/gettext/examples/hello-c++-kde/po/de.po share/doc/gettext/examples/hello-c++-kde/po/el.po share/doc/gettext/examples/hello-c++-kde/po/eo.po share/doc/gettext/examples/hello-c++-kde/po/es.po share/doc/gettext/examples/hello-c++-kde/po/fi.po share/doc/gettext/examples/hello-c++-kde/po/fr.po share/doc/gettext/examples/hello-c++-kde/po/ga.po share/doc/gettext/examples/hello-c++-kde/po/hu.po share/doc/gettext/examples/hello-c++-kde/po/id.po share/doc/gettext/examples/hello-c++-kde/po/it.po share/doc/gettext/examples/hello-c++-kde/po/ja.po share/doc/gettext/examples/hello-c++-kde/po/ms.po share/doc/gettext/examples/hello-c++-kde/po/nl.po share/doc/gettext/examples/hello-c++-kde/po/pl.po share/doc/gettext/examples/hello-c++-kde/po/pt.po share/doc/gettext/examples/hello-c++-kde/po/ro.po share/doc/gettext/examples/hello-c++-kde/po/ru.po share/doc/gettext/examples/hello-c++-kde/po/sk.po share/doc/gettext/examples/hello-c++-kde/po/sl.po share/doc/gettext/examples/hello-c++-kde/po/sr.po share/doc/gettext/examples/hello-c++-kde/po/sv.po share/doc/gettext/examples/hello-c++-kde/po/tr.po share/doc/gettext/examples/hello-c++-kde/po/uk.po share/doc/gettext/examples/hello-c++-kde/po/vi.po share/doc/gettext/examples/hello-c++-kde/po/zh_CN.po share/doc/gettext/examples/hello-c++-kde/po/zh_HK.po share/doc/gettext/examples/hello-c++-kde/po/zh_TW.po share/doc/gettext/examples/hello-c++-qt share/doc/gettext/examples/hello-c++-qt/BUGS share/doc/gettext/examples/hello-c++-qt/INSTALL share/doc/gettext/examples/hello-c++-qt/Makefile.am share/doc/gettext/examples/hello-c++-qt/autoclean.sh share/doc/gettext/examples/hello-c++-qt/autogen.sh share/doc/gettext/examples/hello-c++-qt/configure.ac share/doc/gettext/examples/hello-c++-qt/hello.cc share/doc/gettext/examples/hello-c++-qt/m4 share/doc/gettext/examples/hello-c++-qt/m4/Makefile.am share/doc/gettext/examples/hello-c++-qt/m4/qt.m4 share/doc/gettext/examples/hello-c++-qt/po share/doc/gettext/examples/hello-c++-qt/po/LINGUAS share/doc/gettext/examples/hello-c++-qt/po/Makefile.am share/doc/gettext/examples/hello-c++-qt/po/af.po share/doc/gettext/examples/hello-c++-qt/po/ca.po share/doc/gettext/examples/hello-c++-qt/po/de.po share/doc/gettext/examples/hello-c++-qt/po/el.po share/doc/gettext/examples/hello-c++-qt/po/eo.po share/doc/gettext/examples/hello-c++-qt/po/es.po share/doc/gettext/examples/hello-c++-qt/po/fi.po share/doc/gettext/examples/hello-c++-qt/po/fr.po share/doc/gettext/examples/hello-c++-qt/po/ga.po share/doc/gettext/examples/hello-c++-qt/po/hu.po share/doc/gettext/examples/hello-c++-qt/po/id.po share/doc/gettext/examples/hello-c++-qt/po/it.po share/doc/gettext/examples/hello-c++-qt/po/ja.po share/doc/gettext/examples/hello-c++-qt/po/ms.po share/doc/gettext/examples/hello-c++-qt/po/nl.po share/doc/gettext/examples/hello-c++-qt/po/pl.po share/doc/gettext/examples/hello-c++-qt/po/pt.po share/doc/gettext/examples/hello-c++-qt/po/ro.po share/doc/gettext/examples/hello-c++-qt/po/ru.po share/doc/gettext/examples/hello-c++-qt/po/sk.po share/doc/gettext/examples/hello-c++-qt/po/sl.po share/doc/gettext/examples/hello-c++-qt/po/sr.po share/doc/gettext/examples/hello-c++-qt/po/sv.po share/doc/gettext/examples/hello-c++-qt/po/tr.po share/doc/gettext/examples/hello-c++-qt/po/uk.po share/doc/gettext/examples/hello-c++-qt/po/vi.po share/doc/gettext/examples/hello-c++-qt/po/zh_CN.po share/doc/gettext/examples/hello-c++-qt/po/zh_HK.po share/doc/gettext/examples/hello-c++-qt/po/zh_TW.po share/doc/gettext/examples/hello-c++-wxwidgets share/doc/gettext/examples/hello-c++-wxwidgets/INSTALL share/doc/gettext/examples/hello-c++-wxwidgets/Makefile.am share/doc/gettext/examples/hello-c++-wxwidgets/autoclean.sh share/doc/gettext/examples/hello-c++-wxwidgets/autogen.sh share/doc/gettext/examples/hello-c++-wxwidgets/configure.ac share/doc/gettext/examples/hello-c++-wxwidgets/hello.cc share/doc/gettext/examples/hello-c++-wxwidgets/m4 share/doc/gettext/examples/hello-c++-wxwidgets/m4/Makefile.am share/doc/gettext/examples/hello-c++-wxwidgets/m4/wxwidgets.m4 share/doc/gettext/examples/hello-c++-wxwidgets/po share/doc/gettext/examples/hello-c++-wxwidgets/po/LINGUAS share/doc/gettext/examples/hello-c++-wxwidgets/po/Makefile.am share/doc/gettext/examples/hello-c++-wxwidgets/po/af.po share/doc/gettext/examples/hello-c++-wxwidgets/po/ca.po share/doc/gettext/examples/hello-c++-wxwidgets/po/de.po share/doc/gettext/examples/hello-c++-wxwidgets/po/el.po share/doc/gettext/examples/hello-c++-wxwidgets/po/eo.po share/doc/gettext/examples/hello-c++-wxwidgets/po/es.po share/doc/gettext/examples/hello-c++-wxwidgets/po/fi.po share/doc/gettext/examples/hello-c++-wxwidgets/po/fr.po share/doc/gettext/examples/hello-c++-wxwidgets/po/ga.po share/doc/gettext/examples/hello-c++-wxwidgets/po/hu.po share/doc/gettext/examples/hello-c++-wxwidgets/po/id.po share/doc/gettext/examples/hello-c++-wxwidgets/po/it.po share/doc/gettext/examples/hello-c++-wxwidgets/po/ja.po share/doc/gettext/examples/hello-c++-wxwidgets/po/ms.po share/doc/gettext/examples/hello-c++-wxwidgets/po/nl.po share/doc/gettext/examples/hello-c++-wxwidgets/po/pl.po share/doc/gettext/examples/hello-c++-wxwidgets/po/pt.po share/doc/gettext/examples/hello-c++-wxwidgets/po/ro.po share/doc/gettext/examples/hello-c++-wxwidgets/po/ru.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sk.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sl.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sr.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sv.po share/doc/gettext/examples/hello-c++-wxwidgets/po/tr.po share/doc/gettext/examples/hello-c++-wxwidgets/po/uk.po share/doc/gettext/examples/hello-c++-wxwidgets/po/vi.po share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_CN.po share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_HK.po share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_TW.po share/doc/gettext/examples/hello-c++/INSTALL share/doc/gettext/examples/hello-c++/Makefile.am share/doc/gettext/examples/hello-c++/autoclean.sh share/doc/gettext/examples/hello-c++/autogen.sh share/doc/gettext/examples/hello-c++/configure.ac share/doc/gettext/examples/hello-c++/hello.cc share/doc/gettext/examples/hello-c++/m4 share/doc/gettext/examples/hello-c++/m4/Makefile.am share/doc/gettext/examples/hello-c++/po share/doc/gettext/examples/hello-c++/po/LINGUAS share/doc/gettext/examples/hello-c++/po/Makevars share/doc/gettext/examples/hello-c++/po/POTFILES.in share/doc/gettext/examples/hello-c++/po/af.po share/doc/gettext/examples/hello-c++/po/ca.po share/doc/gettext/examples/hello-c++/po/de.po share/doc/gettext/examples/hello-c++/po/el.po share/doc/gettext/examples/hello-c++/po/eo.po share/doc/gettext/examples/hello-c++/po/es.po share/doc/gettext/examples/hello-c++/po/fi.po share/doc/gettext/examples/hello-c++/po/fr.po share/doc/gettext/examples/hello-c++/po/ga.po share/doc/gettext/examples/hello-c++/po/hu.po share/doc/gettext/examples/hello-c++/po/id.po share/doc/gettext/examples/hello-c++/po/it.po share/doc/gettext/examples/hello-c++/po/ja.po share/doc/gettext/examples/hello-c++/po/ms.po share/doc/gettext/examples/hello-c++/po/nl.po share/doc/gettext/examples/hello-c++/po/pl.po share/doc/gettext/examples/hello-c++/po/pt.po share/doc/gettext/examples/hello-c++/po/ro.po share/doc/gettext/examples/hello-c++/po/ru.po share/doc/gettext/examples/hello-c++/po/sk.po share/doc/gettext/examples/hello-c++/po/sl.po share/doc/gettext/examples/hello-c++/po/sr.po share/doc/gettext/examples/hello-c++/po/sv.po share/doc/gettext/examples/hello-c++/po/tr.po share/doc/gettext/examples/hello-c++/po/uk.po share/doc/gettext/examples/hello-c++/po/vi.po share/doc/gettext/examples/hello-c++/po/zh_CN.po share/doc/gettext/examples/hello-c++/po/zh_HK.po share/doc/gettext/examples/hello-c++/po/zh_TW.po share/doc/gettext/examples/hello-c-gnome share/doc/gettext/examples/hello-c-gnome/INSTALL share/doc/gettext/examples/hello-c-gnome/Makefile.am share/doc/gettext/examples/hello-c-gnome/autoclean.sh share/doc/gettext/examples/hello-c-gnome/autogen.sh share/doc/gettext/examples/hello-c-gnome/configure.ac share/doc/gettext/examples/hello-c-gnome/hello.c share/doc/gettext/examples/hello-c-gnome/m4 share/doc/gettext/examples/hello-c-gnome/m4/Makefile.am share/doc/gettext/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 share/doc/gettext/examples/hello-c-gnome/m4/gnome-orbit-check.m4 share/doc/gettext/examples/hello-c-gnome/m4/gnome.m4 share/doc/gettext/examples/hello-c-gnome/po share/doc/gettext/examples/hello-c-gnome/po/LINGUAS share/doc/gettext/examples/hello-c-gnome/po/Makevars share/doc/gettext/examples/hello-c-gnome/po/POTFILES.in share/doc/gettext/examples/hello-c-gnome/po/af.po share/doc/gettext/examples/hello-c-gnome/po/ca.po share/doc/gettext/examples/hello-c-gnome/po/de.po share/doc/gettext/examples/hello-c-gnome/po/el.po share/doc/gettext/examples/hello-c-gnome/po/eo.po share/doc/gettext/examples/hello-c-gnome/po/es.po share/doc/gettext/examples/hello-c-gnome/po/fi.po share/doc/gettext/examples/hello-c-gnome/po/fr.po share/doc/gettext/examples/hello-c-gnome/po/ga.po share/doc/gettext/examples/hello-c-gnome/po/hu.po share/doc/gettext/examples/hello-c-gnome/po/id.po share/doc/gettext/examples/hello-c-gnome/po/it.po share/doc/gettext/examples/hello-c-gnome/po/ja.po share/doc/gettext/examples/hello-c-gnome/po/ms.po share/doc/gettext/examples/hello-c-gnome/po/nl.po share/doc/gettext/examples/hello-c-gnome/po/pl.po share/doc/gettext/examples/hello-c-gnome/po/pt.po share/doc/gettext/examples/hello-c-gnome/po/ro.po share/doc/gettext/examples/hello-c-gnome/po/ru.po share/doc/gettext/examples/hello-c-gnome/po/sk.po share/doc/gettext/examples/hello-c-gnome/po/sl.po share/doc/gettext/examples/hello-c-gnome/po/sr.po share/doc/gettext/examples/hello-c-gnome/po/sv.po share/doc/gettext/examples/hello-c-gnome/po/tr.po share/doc/gettext/examples/hello-c-gnome/po/uk.po share/doc/gettext/examples/hello-c-gnome/po/vi.po share/doc/gettext/examples/hello-c-gnome/po/zh_CN.po share/doc/gettext/examples/hello-c-gnome/po/zh_HK.po share/doc/gettext/examples/hello-c-gnome/po/zh_TW.po share/doc/gettext/examples/hello-c/INSTALL share/doc/gettext/examples/hello-c/Makefile.am share/doc/gettext/examples/hello-c/autoclean.sh share/doc/gettext/examples/hello-c/autogen.sh share/doc/gettext/examples/hello-c/configure.ac share/doc/gettext/examples/hello-c/hello.c share/doc/gettext/examples/hello-c/m4 share/doc/gettext/examples/hello-c/m4/Makefile.am share/doc/gettext/examples/hello-c/po share/doc/gettext/examples/hello-c/po/LINGUAS share/doc/gettext/examples/hello-c/po/Makevars share/doc/gettext/examples/hello-c/po/POTFILES.in share/doc/gettext/examples/hello-c/po/af.po share/doc/gettext/examples/hello-c/po/ca.po share/doc/gettext/examples/hello-c/po/de.po share/doc/gettext/examples/hello-c/po/el.po share/doc/gettext/examples/hello-c/po/eo.po share/doc/gettext/examples/hello-c/po/es.po share/doc/gettext/examples/hello-c/po/fi.po share/doc/gettext/examples/hello-c/po/fr.po share/doc/gettext/examples/hello-c/po/ga.po share/doc/gettext/examples/hello-c/po/hu.po share/doc/gettext/examples/hello-c/po/id.po share/doc/gettext/examples/hello-c/po/it.po share/doc/gettext/examples/hello-c/po/ja.po share/doc/gettext/examples/hello-c/po/ms.po share/doc/gettext/examples/hello-c/po/nl.po share/doc/gettext/examples/hello-c/po/pl.po share/doc/gettext/examples/hello-c/po/pt.po share/doc/gettext/examples/hello-c/po/ro.po share/doc/gettext/examples/hello-c/po/ru.po share/doc/gettext/examples/hello-c/po/sk.po share/doc/gettext/examples/hello-c/po/sl.po share/doc/gettext/examples/hello-c/po/sr.po share/doc/gettext/examples/hello-c/po/sv.po share/doc/gettext/examples/hello-c/po/tr.po share/doc/gettext/examples/hello-c/po/uk.po share/doc/gettext/examples/hello-c/po/vi.po share/doc/gettext/examples/hello-c/po/zh_CN.po share/doc/gettext/examples/hello-c/po/zh_HK.po share/doc/gettext/examples/hello-c/po/zh_TW.po share/doc/gettext/examples/hello-clisp share/doc/gettext/examples/hello-clisp/INSTALL share/doc/gettext/examples/hello-clisp/Makefile.am share/doc/gettext/examples/hello-clisp/autoclean.sh share/doc/gettext/examples/hello-clisp/autogen.sh share/doc/gettext/examples/hello-clisp/configure.ac share/doc/gettext/examples/hello-clisp/hello.lisp.in share/doc/gettext/examples/hello-clisp/m4 share/doc/gettext/examples/hello-clisp/m4/Makefile.am share/doc/gettext/examples/hello-clisp/po share/doc/gettext/examples/hello-clisp/po/LINGUAS share/doc/gettext/examples/hello-clisp/po/Makefile.am share/doc/gettext/examples/hello-clisp/po/af.po share/doc/gettext/examples/hello-clisp/po/ca.po share/doc/gettext/examples/hello-clisp/po/de.po share/doc/gettext/examples/hello-clisp/po/el.po share/doc/gettext/examples/hello-clisp/po/eo.po share/doc/gettext/examples/hello-clisp/po/es.po share/doc/gettext/examples/hello-clisp/po/fi.po share/doc/gettext/examples/hello-clisp/po/fr.po share/doc/gettext/examples/hello-clisp/po/ga.po share/doc/gettext/examples/hello-clisp/po/hu.po share/doc/gettext/examples/hello-clisp/po/id.po share/doc/gettext/examples/hello-clisp/po/it.po share/doc/gettext/examples/hello-clisp/po/ja.po share/doc/gettext/examples/hello-clisp/po/ms.po share/doc/gettext/examples/hello-clisp/po/nl.po share/doc/gettext/examples/hello-clisp/po/pl.po share/doc/gettext/examples/hello-clisp/po/pt.po share/doc/gettext/examples/hello-clisp/po/ro.po share/doc/gettext/examples/hello-clisp/po/ru.po share/doc/gettext/examples/hello-clisp/po/sk.po share/doc/gettext/examples/hello-clisp/po/sl.po share/doc/gettext/examples/hello-clisp/po/sr.po share/doc/gettext/examples/hello-clisp/po/sv.po share/doc/gettext/examples/hello-clisp/po/tr.po share/doc/gettext/examples/hello-clisp/po/uk.po share/doc/gettext/examples/hello-clisp/po/vi.po share/doc/gettext/examples/hello-clisp/po/zh_CN.po share/doc/gettext/examples/hello-clisp/po/zh_HK.po share/doc/gettext/examples/hello-clisp/po/zh_TW.po share/doc/gettext/examples/hello-csharp share/doc/gettext/examples/hello-csharp-forms share/doc/gettext/examples/hello-csharp-forms/BUGS share/doc/gettext/examples/hello-csharp-forms/INSTALL share/doc/gettext/examples/hello-csharp-forms/Makefile.am share/doc/gettext/examples/hello-csharp-forms/README share/doc/gettext/examples/hello-csharp-forms/autoclean.sh share/doc/gettext/examples/hello-csharp-forms/autogen.sh share/doc/gettext/examples/hello-csharp-forms/configure.ac share/doc/gettext/examples/hello-csharp-forms/hello.cs share/doc/gettext/examples/hello-csharp-forms/m4 share/doc/gettext/examples/hello-csharp-forms/m4/Makefile.am share/doc/gettext/examples/hello-csharp-forms/po share/doc/gettext/examples/hello-csharp-forms/po/LINGUAS share/doc/gettext/examples/hello-csharp-forms/po/Makefile.am share/doc/gettext/examples/hello-csharp-forms/po/af.po share/doc/gettext/examples/hello-csharp-forms/po/ca.po share/doc/gettext/examples/hello-csharp-forms/po/de.po share/doc/gettext/examples/hello-csharp-forms/po/el.po share/doc/gettext/examples/hello-csharp-forms/po/eo.po share/doc/gettext/examples/hello-csharp-forms/po/es.po share/doc/gettext/examples/hello-csharp-forms/po/fi.po share/doc/gettext/examples/hello-csharp-forms/po/fr.po share/doc/gettext/examples/hello-csharp-forms/po/ga.po share/doc/gettext/examples/hello-csharp-forms/po/hu.po share/doc/gettext/examples/hello-csharp-forms/po/id.po share/doc/gettext/examples/hello-csharp-forms/po/it.po share/doc/gettext/examples/hello-csharp-forms/po/ja.po share/doc/gettext/examples/hello-csharp-forms/po/ms.po share/doc/gettext/examples/hello-csharp-forms/po/nl.po share/doc/gettext/examples/hello-csharp-forms/po/pl.po share/doc/gettext/examples/hello-csharp-forms/po/pt.po share/doc/gettext/examples/hello-csharp-forms/po/ro.po share/doc/gettext/examples/hello-csharp-forms/po/ru.po share/doc/gettext/examples/hello-csharp-forms/po/sk.po share/doc/gettext/examples/hello-csharp-forms/po/sl.po share/doc/gettext/examples/hello-csharp-forms/po/sr.po share/doc/gettext/examples/hello-csharp-forms/po/sv.po share/doc/gettext/examples/hello-csharp-forms/po/tr.po share/doc/gettext/examples/hello-csharp-forms/po/uk.po share/doc/gettext/examples/hello-csharp-forms/po/vi.po share/doc/gettext/examples/hello-csharp-forms/po/zh_CN.po share/doc/gettext/examples/hello-csharp-forms/po/zh_HK.po share/doc/gettext/examples/hello-csharp-forms/po/zh_TW.po share/doc/gettext/examples/hello-csharp/INSTALL share/doc/gettext/examples/hello-csharp/Makefile.am share/doc/gettext/examples/hello-csharp/autoclean.sh share/doc/gettext/examples/hello-csharp/autogen.sh share/doc/gettext/examples/hello-csharp/configure.ac share/doc/gettext/examples/hello-csharp/hello.cs share/doc/gettext/examples/hello-csharp/m4 share/doc/gettext/examples/hello-csharp/m4/Makefile.am share/doc/gettext/examples/hello-csharp/po share/doc/gettext/examples/hello-csharp/po/LINGUAS share/doc/gettext/examples/hello-csharp/po/Makefile.am share/doc/gettext/examples/hello-csharp/po/af.po share/doc/gettext/examples/hello-csharp/po/ca.po share/doc/gettext/examples/hello-csharp/po/de.po share/doc/gettext/examples/hello-csharp/po/el.po share/doc/gettext/examples/hello-csharp/po/eo.po share/doc/gettext/examples/hello-csharp/po/es.po share/doc/gettext/examples/hello-csharp/po/fi.po share/doc/gettext/examples/hello-csharp/po/fr.po share/doc/gettext/examples/hello-csharp/po/ga.po share/doc/gettext/examples/hello-csharp/po/hu.po share/doc/gettext/examples/hello-csharp/po/id.po share/doc/gettext/examples/hello-csharp/po/it.po share/doc/gettext/examples/hello-csharp/po/ja.po share/doc/gettext/examples/hello-csharp/po/ms.po share/doc/gettext/examples/hello-csharp/po/nl.po share/doc/gettext/examples/hello-csharp/po/pl.po share/doc/gettext/examples/hello-csharp/po/pt.po share/doc/gettext/examples/hello-csharp/po/ro.po share/doc/gettext/examples/hello-csharp/po/ru.po share/doc/gettext/examples/hello-csharp/po/sk.po share/doc/gettext/examples/hello-csharp/po/sl.po share/doc/gettext/examples/hello-csharp/po/sr.po share/doc/gettext/examples/hello-csharp/po/sv.po share/doc/gettext/examples/hello-csharp/po/tr.po share/doc/gettext/examples/hello-csharp/po/uk.po share/doc/gettext/examples/hello-csharp/po/vi.po share/doc/gettext/examples/hello-csharp/po/zh_CN.po share/doc/gettext/examples/hello-csharp/po/zh_HK.po share/doc/gettext/examples/hello-csharp/po/zh_TW.po share/doc/gettext/examples/hello-gawk share/doc/gettext/examples/hello-gawk/INSTALL share/doc/gettext/examples/hello-gawk/Makefile.am share/doc/gettext/examples/hello-gawk/autoclean.sh share/doc/gettext/examples/hello-gawk/autogen.sh share/doc/gettext/examples/hello-gawk/configure.ac share/doc/gettext/examples/hello-gawk/hello.awk share/doc/gettext/examples/hello-gawk/m4 share/doc/gettext/examples/hello-gawk/m4/Makefile.am share/doc/gettext/examples/hello-gawk/po share/doc/gettext/examples/hello-gawk/po/LINGUAS share/doc/gettext/examples/hello-gawk/po/Makefile.am share/doc/gettext/examples/hello-gawk/po/af.po share/doc/gettext/examples/hello-gawk/po/ca.po share/doc/gettext/examples/hello-gawk/po/de.po share/doc/gettext/examples/hello-gawk/po/el.po share/doc/gettext/examples/hello-gawk/po/eo.po share/doc/gettext/examples/hello-gawk/po/es.po share/doc/gettext/examples/hello-gawk/po/fi.po share/doc/gettext/examples/hello-gawk/po/fr.po share/doc/gettext/examples/hello-gawk/po/ga.po share/doc/gettext/examples/hello-gawk/po/hu.po share/doc/gettext/examples/hello-gawk/po/id.po share/doc/gettext/examples/hello-gawk/po/it.po share/doc/gettext/examples/hello-gawk/po/ja.po share/doc/gettext/examples/hello-gawk/po/ms.po share/doc/gettext/examples/hello-gawk/po/nl.po share/doc/gettext/examples/hello-gawk/po/pl.po share/doc/gettext/examples/hello-gawk/po/pt.po share/doc/gettext/examples/hello-gawk/po/ro.po share/doc/gettext/examples/hello-gawk/po/ru.po share/doc/gettext/examples/hello-gawk/po/sk.po share/doc/gettext/examples/hello-gawk/po/sl.po share/doc/gettext/examples/hello-gawk/po/sr.po share/doc/gettext/examples/hello-gawk/po/sv.po share/doc/gettext/examples/hello-gawk/po/tr.po share/doc/gettext/examples/hello-gawk/po/uk.po share/doc/gettext/examples/hello-gawk/po/vi.po share/doc/gettext/examples/hello-gawk/po/zh_CN.po share/doc/gettext/examples/hello-gawk/po/zh_HK.po share/doc/gettext/examples/hello-gawk/po/zh_TW.po share/doc/gettext/examples/hello-guile share/doc/gettext/examples/hello-guile/INSTALL share/doc/gettext/examples/hello-guile/Makefile.am share/doc/gettext/examples/hello-guile/autoclean.sh share/doc/gettext/examples/hello-guile/autogen.sh share/doc/gettext/examples/hello-guile/configure.ac share/doc/gettext/examples/hello-guile/hello.scm share/doc/gettext/examples/hello-guile/m4 share/doc/gettext/examples/hello-guile/m4/Makefile.am share/doc/gettext/examples/hello-guile/po share/doc/gettext/examples/hello-guile/po/LINGUAS share/doc/gettext/examples/hello-guile/po/Makefile.am share/doc/gettext/examples/hello-guile/po/af.po share/doc/gettext/examples/hello-guile/po/ca.po share/doc/gettext/examples/hello-guile/po/de.po share/doc/gettext/examples/hello-guile/po/el.po share/doc/gettext/examples/hello-guile/po/eo.po share/doc/gettext/examples/hello-guile/po/es.po share/doc/gettext/examples/hello-guile/po/fi.po share/doc/gettext/examples/hello-guile/po/fr.po share/doc/gettext/examples/hello-guile/po/ga.po share/doc/gettext/examples/hello-guile/po/hu.po share/doc/gettext/examples/hello-guile/po/id.po share/doc/gettext/examples/hello-guile/po/it.po share/doc/gettext/examples/hello-guile/po/ja.po share/doc/gettext/examples/hello-guile/po/ms.po share/doc/gettext/examples/hello-guile/po/nl.po share/doc/gettext/examples/hello-guile/po/pl.po share/doc/gettext/examples/hello-guile/po/pt.po share/doc/gettext/examples/hello-guile/po/ro.po share/doc/gettext/examples/hello-guile/po/ru.po share/doc/gettext/examples/hello-guile/po/sk.po share/doc/gettext/examples/hello-guile/po/sl.po share/doc/gettext/examples/hello-guile/po/sr.po share/doc/gettext/examples/hello-guile/po/sv.po share/doc/gettext/examples/hello-guile/po/tr.po share/doc/gettext/examples/hello-guile/po/uk.po share/doc/gettext/examples/hello-guile/po/vi.po share/doc/gettext/examples/hello-guile/po/zh_CN.po share/doc/gettext/examples/hello-guile/po/zh_HK.po share/doc/gettext/examples/hello-guile/po/zh_TW.po share/doc/gettext/examples/hello-java share/doc/gettext/examples/hello-java-awt share/doc/gettext/examples/hello-java-awt/BUGS share/doc/gettext/examples/hello-java-awt/Hello.java share/doc/gettext/examples/hello-java-awt/INSTALL share/doc/gettext/examples/hello-java-awt/Makefile.am share/doc/gettext/examples/hello-java-awt/autoclean.sh share/doc/gettext/examples/hello-java-awt/autogen.sh share/doc/gettext/examples/hello-java-awt/configure.ac share/doc/gettext/examples/hello-java-awt/m4 share/doc/gettext/examples/hello-java-awt/m4/Makefile.am share/doc/gettext/examples/hello-java-awt/m4/TestAWT.class share/doc/gettext/examples/hello-java-awt/m4/TestAWT.java share/doc/gettext/examples/hello-java-awt/po share/doc/gettext/examples/hello-java-awt/po/LINGUAS share/doc/gettext/examples/hello-java-awt/po/Makefile.am share/doc/gettext/examples/hello-java-awt/po/af.po share/doc/gettext/examples/hello-java-awt/po/ca.po share/doc/gettext/examples/hello-java-awt/po/de.po share/doc/gettext/examples/hello-java-awt/po/el.po share/doc/gettext/examples/hello-java-awt/po/eo.po share/doc/gettext/examples/hello-java-awt/po/es.po share/doc/gettext/examples/hello-java-awt/po/fi.po share/doc/gettext/examples/hello-java-awt/po/fr.po share/doc/gettext/examples/hello-java-awt/po/ga.po share/doc/gettext/examples/hello-java-awt/po/hu.po share/doc/gettext/examples/hello-java-awt/po/id.po share/doc/gettext/examples/hello-java-awt/po/it.po share/doc/gettext/examples/hello-java-awt/po/ja.po share/doc/gettext/examples/hello-java-awt/po/ms.po share/doc/gettext/examples/hello-java-awt/po/nl.po share/doc/gettext/examples/hello-java-awt/po/pl.po share/doc/gettext/examples/hello-java-awt/po/pt.po share/doc/gettext/examples/hello-java-awt/po/ro.po share/doc/gettext/examples/hello-java-awt/po/ru.po share/doc/gettext/examples/hello-java-awt/po/sk.po share/doc/gettext/examples/hello-java-awt/po/sl.po share/doc/gettext/examples/hello-java-awt/po/sr.po share/doc/gettext/examples/hello-java-awt/po/sv.po share/doc/gettext/examples/hello-java-awt/po/tr.po share/doc/gettext/examples/hello-java-awt/po/uk.po share/doc/gettext/examples/hello-java-awt/po/vi.po share/doc/gettext/examples/hello-java-awt/po/zh_CN.po share/doc/gettext/examples/hello-java-awt/po/zh_HK.po share/doc/gettext/examples/hello-java-awt/po/zh_TW.po share/doc/gettext/examples/hello-java-qtjambi share/doc/gettext/examples/hello-java-qtjambi/BUGS share/doc/gettext/examples/hello-java-qtjambi/Hello.java share/doc/gettext/examples/hello-java-qtjambi/INSTALL share/doc/gettext/examples/hello-java-qtjambi/Makefile.am share/doc/gettext/examples/hello-java-qtjambi/autoclean.sh share/doc/gettext/examples/hello-java-qtjambi/autogen.sh share/doc/gettext/examples/hello-java-qtjambi/configure.ac share/doc/gettext/examples/hello-java-qtjambi/m4 share/doc/gettext/examples/hello-java-qtjambi/m4/Makefile.am share/doc/gettext/examples/hello-java-qtjambi/m4/Test15.class share/doc/gettext/examples/hello-java-qtjambi/m4/Test15.java share/doc/gettext/examples/hello-java-qtjambi/po share/doc/gettext/examples/hello-java-qtjambi/po/LINGUAS share/doc/gettext/examples/hello-java-qtjambi/po/Makefile.am share/doc/gettext/examples/hello-java-qtjambi/po/af.po share/doc/gettext/examples/hello-java-qtjambi/po/ca.po share/doc/gettext/examples/hello-java-qtjambi/po/de.po share/doc/gettext/examples/hello-java-qtjambi/po/el.po share/doc/gettext/examples/hello-java-qtjambi/po/eo.po share/doc/gettext/examples/hello-java-qtjambi/po/es.po share/doc/gettext/examples/hello-java-qtjambi/po/fi.po share/doc/gettext/examples/hello-java-qtjambi/po/fr.po share/doc/gettext/examples/hello-java-qtjambi/po/ga.po share/doc/gettext/examples/hello-java-qtjambi/po/hu.po share/doc/gettext/examples/hello-java-qtjambi/po/id.po share/doc/gettext/examples/hello-java-qtjambi/po/it.po share/doc/gettext/examples/hello-java-qtjambi/po/ja.po share/doc/gettext/examples/hello-java-qtjambi/po/ms.po share/doc/gettext/examples/hello-java-qtjambi/po/nl.po share/doc/gettext/examples/hello-java-qtjambi/po/pl.po share/doc/gettext/examples/hello-java-qtjambi/po/pt.po share/doc/gettext/examples/hello-java-qtjambi/po/ro.po share/doc/gettext/examples/hello-java-qtjambi/po/ru.po share/doc/gettext/examples/hello-java-qtjambi/po/sk.po share/doc/gettext/examples/hello-java-qtjambi/po/sl.po share/doc/gettext/examples/hello-java-qtjambi/po/sr.po share/doc/gettext/examples/hello-java-qtjambi/po/sv.po share/doc/gettext/examples/hello-java-qtjambi/po/tr.po share/doc/gettext/examples/hello-java-qtjambi/po/uk.po share/doc/gettext/examples/hello-java-qtjambi/po/vi.po share/doc/gettext/examples/hello-java-qtjambi/po/zh_CN.po share/doc/gettext/examples/hello-java-qtjambi/po/zh_HK.po share/doc/gettext/examples/hello-java-qtjambi/po/zh_TW.po share/doc/gettext/examples/hello-java-swing share/doc/gettext/examples/hello-java-swing/BUGS share/doc/gettext/examples/hello-java-swing/Hello.java share/doc/gettext/examples/hello-java-swing/INSTALL share/doc/gettext/examples/hello-java-swing/Makefile.am share/doc/gettext/examples/hello-java-swing/autoclean.sh share/doc/gettext/examples/hello-java-swing/autogen.sh share/doc/gettext/examples/hello-java-swing/configure.ac share/doc/gettext/examples/hello-java-swing/m4 share/doc/gettext/examples/hello-java-swing/m4/Makefile.am share/doc/gettext/examples/hello-java-swing/m4/TestAWT.class share/doc/gettext/examples/hello-java-swing/m4/TestAWT.java share/doc/gettext/examples/hello-java-swing/po share/doc/gettext/examples/hello-java-swing/po/LINGUAS share/doc/gettext/examples/hello-java-swing/po/Makefile.am share/doc/gettext/examples/hello-java-swing/po/af.po share/doc/gettext/examples/hello-java-swing/po/ca.po share/doc/gettext/examples/hello-java-swing/po/de.po share/doc/gettext/examples/hello-java-swing/po/el.po share/doc/gettext/examples/hello-java-swing/po/eo.po share/doc/gettext/examples/hello-java-swing/po/es.po share/doc/gettext/examples/hello-java-swing/po/fi.po share/doc/gettext/examples/hello-java-swing/po/fr.po share/doc/gettext/examples/hello-java-swing/po/ga.po share/doc/gettext/examples/hello-java-swing/po/hu.po share/doc/gettext/examples/hello-java-swing/po/id.po share/doc/gettext/examples/hello-java-swing/po/it.po share/doc/gettext/examples/hello-java-swing/po/ja.po share/doc/gettext/examples/hello-java-swing/po/ms.po share/doc/gettext/examples/hello-java-swing/po/nl.po share/doc/gettext/examples/hello-java-swing/po/pl.po share/doc/gettext/examples/hello-java-swing/po/pt.po share/doc/gettext/examples/hello-java-swing/po/ro.po share/doc/gettext/examples/hello-java-swing/po/ru.po share/doc/gettext/examples/hello-java-swing/po/sk.po share/doc/gettext/examples/hello-java-swing/po/sl.po share/doc/gettext/examples/hello-java-swing/po/sr.po share/doc/gettext/examples/hello-java-swing/po/sv.po share/doc/gettext/examples/hello-java-swing/po/tr.po share/doc/gettext/examples/hello-java-swing/po/uk.po share/doc/gettext/examples/hello-java-swing/po/vi.po share/doc/gettext/examples/hello-java-swing/po/zh_CN.po share/doc/gettext/examples/hello-java-swing/po/zh_HK.po share/doc/gettext/examples/hello-java-swing/po/zh_TW.po share/doc/gettext/examples/hello-java/Hello.java share/doc/gettext/examples/hello-java/INSTALL share/doc/gettext/examples/hello-java/Makefile.am share/doc/gettext/examples/hello-java/autoclean.sh share/doc/gettext/examples/hello-java/autogen.sh share/doc/gettext/examples/hello-java/configure.ac share/doc/gettext/examples/hello-java/m4 share/doc/gettext/examples/hello-java/m4/Makefile.am share/doc/gettext/examples/hello-java/po share/doc/gettext/examples/hello-java/po/LINGUAS share/doc/gettext/examples/hello-java/po/Makefile.am share/doc/gettext/examples/hello-java/po/af.po share/doc/gettext/examples/hello-java/po/ca.po share/doc/gettext/examples/hello-java/po/de.po share/doc/gettext/examples/hello-java/po/el.po share/doc/gettext/examples/hello-java/po/eo.po share/doc/gettext/examples/hello-java/po/es.po share/doc/gettext/examples/hello-java/po/fi.po share/doc/gettext/examples/hello-java/po/fr.po share/doc/gettext/examples/hello-java/po/ga.po share/doc/gettext/examples/hello-java/po/hu.po share/doc/gettext/examples/hello-java/po/id.po share/doc/gettext/examples/hello-java/po/it.po share/doc/gettext/examples/hello-java/po/ja.po share/doc/gettext/examples/hello-java/po/ms.po share/doc/gettext/examples/hello-java/po/nl.po share/doc/gettext/examples/hello-java/po/pl.po share/doc/gettext/examples/hello-java/po/pt.po share/doc/gettext/examples/hello-java/po/ro.po share/doc/gettext/examples/hello-java/po/ru.po share/doc/gettext/examples/hello-java/po/sk.po share/doc/gettext/examples/hello-java/po/sl.po share/doc/gettext/examples/hello-java/po/sr.po share/doc/gettext/examples/hello-java/po/sv.po share/doc/gettext/examples/hello-java/po/tr.po share/doc/gettext/examples/hello-java/po/uk.po share/doc/gettext/examples/hello-java/po/vi.po share/doc/gettext/examples/hello-java/po/zh_CN.po share/doc/gettext/examples/hello-java/po/zh_HK.po share/doc/gettext/examples/hello-java/po/zh_TW.po share/doc/gettext/examples/hello-librep share/doc/gettext/examples/hello-librep/INSTALL share/doc/gettext/examples/hello-librep/Makefile.am share/doc/gettext/examples/hello-librep/autoclean.sh share/doc/gettext/examples/hello-librep/autogen.sh share/doc/gettext/examples/hello-librep/configure.ac share/doc/gettext/examples/hello-librep/hello.jl.in share/doc/gettext/examples/hello-librep/m4 share/doc/gettext/examples/hello-librep/m4/Makefile.am share/doc/gettext/examples/hello-librep/po share/doc/gettext/examples/hello-librep/po/LINGUAS share/doc/gettext/examples/hello-librep/po/Makefile.am share/doc/gettext/examples/hello-librep/po/af.po share/doc/gettext/examples/hello-librep/po/ca.po share/doc/gettext/examples/hello-librep/po/de.po share/doc/gettext/examples/hello-librep/po/el.po share/doc/gettext/examples/hello-librep/po/eo.po share/doc/gettext/examples/hello-librep/po/es.po share/doc/gettext/examples/hello-librep/po/fi.po share/doc/gettext/examples/hello-librep/po/fr.po share/doc/gettext/examples/hello-librep/po/ga.po share/doc/gettext/examples/hello-librep/po/hu.po share/doc/gettext/examples/hello-librep/po/id.po share/doc/gettext/examples/hello-librep/po/it.po share/doc/gettext/examples/hello-librep/po/ja.po share/doc/gettext/examples/hello-librep/po/ms.po share/doc/gettext/examples/hello-librep/po/nl.po share/doc/gettext/examples/hello-librep/po/pl.po share/doc/gettext/examples/hello-librep/po/pt.po share/doc/gettext/examples/hello-librep/po/ro.po share/doc/gettext/examples/hello-librep/po/ru.po share/doc/gettext/examples/hello-librep/po/sk.po share/doc/gettext/examples/hello-librep/po/sl.po share/doc/gettext/examples/hello-librep/po/sr.po share/doc/gettext/examples/hello-librep/po/sv.po share/doc/gettext/examples/hello-librep/po/tr.po share/doc/gettext/examples/hello-librep/po/uk.po share/doc/gettext/examples/hello-librep/po/vi.po share/doc/gettext/examples/hello-librep/po/zh_CN.po share/doc/gettext/examples/hello-librep/po/zh_HK.po share/doc/gettext/examples/hello-librep/po/zh_TW.po share/doc/gettext/examples/hello-objc share/doc/gettext/examples/hello-objc-gnome share/doc/gettext/examples/hello-objc-gnome/INSTALL share/doc/gettext/examples/hello-objc-gnome/Makefile.am share/doc/gettext/examples/hello-objc-gnome/autoclean.sh share/doc/gettext/examples/hello-objc-gnome/autogen.sh share/doc/gettext/examples/hello-objc-gnome/configure.ac share/doc/gettext/examples/hello-objc-gnome/hello.m share/doc/gettext/examples/hello-objc-gnome/m4 share/doc/gettext/examples/hello-objc-gnome/m4/Makefile.am share/doc/gettext/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 share/doc/gettext/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 share/doc/gettext/examples/hello-objc-gnome/m4/gnome.m4 share/doc/gettext/examples/hello-objc-gnome/po share/doc/gettext/examples/hello-objc-gnome/po/LINGUAS share/doc/gettext/examples/hello-objc-gnome/po/Makevars share/doc/gettext/examples/hello-objc-gnome/po/POTFILES.in share/doc/gettext/examples/hello-objc-gnome/po/af.po share/doc/gettext/examples/hello-objc-gnome/po/ca.po share/doc/gettext/examples/hello-objc-gnome/po/de.po share/doc/gettext/examples/hello-objc-gnome/po/el.po share/doc/gettext/examples/hello-objc-gnome/po/eo.po share/doc/gettext/examples/hello-objc-gnome/po/es.po share/doc/gettext/examples/hello-objc-gnome/po/fi.po share/doc/gettext/examples/hello-objc-gnome/po/fr.po share/doc/gettext/examples/hello-objc-gnome/po/ga.po share/doc/gettext/examples/hello-objc-gnome/po/hu.po share/doc/gettext/examples/hello-objc-gnome/po/id.po share/doc/gettext/examples/hello-objc-gnome/po/it.po share/doc/gettext/examples/hello-objc-gnome/po/ja.po share/doc/gettext/examples/hello-objc-gnome/po/ms.po share/doc/gettext/examples/hello-objc-gnome/po/nl.po share/doc/gettext/examples/hello-objc-gnome/po/pl.po share/doc/gettext/examples/hello-objc-gnome/po/pt.po share/doc/gettext/examples/hello-objc-gnome/po/ro.po share/doc/gettext/examples/hello-objc-gnome/po/ru.po share/doc/gettext/examples/hello-objc-gnome/po/sk.po share/doc/gettext/examples/hello-objc-gnome/po/sl.po share/doc/gettext/examples/hello-objc-gnome/po/sr.po share/doc/gettext/examples/hello-objc-gnome/po/sv.po share/doc/gettext/examples/hello-objc-gnome/po/tr.po share/doc/gettext/examples/hello-objc-gnome/po/uk.po share/doc/gettext/examples/hello-objc-gnome/po/vi.po share/doc/gettext/examples/hello-objc-gnome/po/zh_CN.po share/doc/gettext/examples/hello-objc-gnome/po/zh_HK.po share/doc/gettext/examples/hello-objc-gnome/po/zh_TW.po share/doc/gettext/examples/hello-objc-gnustep share/doc/gettext/examples/hello-objc-gnustep/AppController.h share/doc/gettext/examples/hello-objc-gnustep/AppController.m share/doc/gettext/examples/hello-objc-gnustep/BUGS share/doc/gettext/examples/hello-objc-gnustep/GNUmakefile share/doc/gettext/examples/hello-objc-gnustep/Hello.h share/doc/gettext/examples/hello-objc-gnustep/Hello.m share/doc/gettext/examples/hello-objc-gnustep/INSTALL share/doc/gettext/examples/hello-objc-gnustep/autoclean.sh share/doc/gettext/examples/hello-objc-gnustep/autogen.sh share/doc/gettext/examples/hello-objc-gnustep/main.m share/doc/gettext/examples/hello-objc-gnustep/po share/doc/gettext/examples/hello-objc-gnustep/po/GNUmakefile share/doc/gettext/examples/hello-objc-gnustep/po/LINGUAS share/doc/gettext/examples/hello-objc-gnustep/po/LocaleAliases share/doc/gettext/examples/hello-objc-gnustep/po/af.po share/doc/gettext/examples/hello-objc-gnustep/po/ca.po share/doc/gettext/examples/hello-objc-gnustep/po/de.po share/doc/gettext/examples/hello-objc-gnustep/po/el.po share/doc/gettext/examples/hello-objc-gnustep/po/eo.po share/doc/gettext/examples/hello-objc-gnustep/po/es.po share/doc/gettext/examples/hello-objc-gnustep/po/fi.po share/doc/gettext/examples/hello-objc-gnustep/po/fr.po share/doc/gettext/examples/hello-objc-gnustep/po/ga.po share/doc/gettext/examples/hello-objc-gnustep/po/hu.po share/doc/gettext/examples/hello-objc-gnustep/po/id.po share/doc/gettext/examples/hello-objc-gnustep/po/it.po share/doc/gettext/examples/hello-objc-gnustep/po/ja.po share/doc/gettext/examples/hello-objc-gnustep/po/ms.po share/doc/gettext/examples/hello-objc-gnustep/po/nl.po share/doc/gettext/examples/hello-objc-gnustep/po/pl.po share/doc/gettext/examples/hello-objc-gnustep/po/pt.po share/doc/gettext/examples/hello-objc-gnustep/po/ro.po share/doc/gettext/examples/hello-objc-gnustep/po/ru.po share/doc/gettext/examples/hello-objc-gnustep/po/sk.po share/doc/gettext/examples/hello-objc-gnustep/po/sl.po share/doc/gettext/examples/hello-objc-gnustep/po/sr.po share/doc/gettext/examples/hello-objc-gnustep/po/sv.po share/doc/gettext/examples/hello-objc-gnustep/po/tr.po share/doc/gettext/examples/hello-objc-gnustep/po/uk.po share/doc/gettext/examples/hello-objc-gnustep/po/vi.po share/doc/gettext/examples/hello-objc-gnustep/po/zh_CN.po share/doc/gettext/examples/hello-objc-gnustep/po/zh_HK.po share/doc/gettext/examples/hello-objc-gnustep/po/zh_TW.po share/doc/gettext/examples/hello-objc/INSTALL share/doc/gettext/examples/hello-objc/Makefile.am share/doc/gettext/examples/hello-objc/autoclean.sh share/doc/gettext/examples/hello-objc/autogen.sh share/doc/gettext/examples/hello-objc/configure.ac share/doc/gettext/examples/hello-objc/hello.m share/doc/gettext/examples/hello-objc/m4 share/doc/gettext/examples/hello-objc/m4/Makefile.am share/doc/gettext/examples/hello-objc/po share/doc/gettext/examples/hello-objc/po/LINGUAS share/doc/gettext/examples/hello-objc/po/Makevars share/doc/gettext/examples/hello-objc/po/POTFILES.in share/doc/gettext/examples/hello-objc/po/af.po share/doc/gettext/examples/hello-objc/po/ca.po share/doc/gettext/examples/hello-objc/po/de.po share/doc/gettext/examples/hello-objc/po/el.po share/doc/gettext/examples/hello-objc/po/eo.po share/doc/gettext/examples/hello-objc/po/es.po share/doc/gettext/examples/hello-objc/po/fi.po share/doc/gettext/examples/hello-objc/po/fr.po share/doc/gettext/examples/hello-objc/po/ga.po share/doc/gettext/examples/hello-objc/po/hu.po share/doc/gettext/examples/hello-objc/po/id.po share/doc/gettext/examples/hello-objc/po/it.po share/doc/gettext/examples/hello-objc/po/ja.po share/doc/gettext/examples/hello-objc/po/ms.po share/doc/gettext/examples/hello-objc/po/nl.po share/doc/gettext/examples/hello-objc/po/pl.po share/doc/gettext/examples/hello-objc/po/pt.po share/doc/gettext/examples/hello-objc/po/ro.po share/doc/gettext/examples/hello-objc/po/ru.po share/doc/gettext/examples/hello-objc/po/sk.po share/doc/gettext/examples/hello-objc/po/sl.po share/doc/gettext/examples/hello-objc/po/sr.po share/doc/gettext/examples/hello-objc/po/sv.po share/doc/gettext/examples/hello-objc/po/tr.po share/doc/gettext/examples/hello-objc/po/uk.po share/doc/gettext/examples/hello-objc/po/vi.po share/doc/gettext/examples/hello-objc/po/zh_CN.po share/doc/gettext/examples/hello-objc/po/zh_HK.po share/doc/gettext/examples/hello-objc/po/zh_TW.po share/doc/gettext/examples/hello-pascal share/doc/gettext/examples/hello-pascal/INSTALL share/doc/gettext/examples/hello-pascal/Makefile.am share/doc/gettext/examples/hello-pascal/autoclean.sh share/doc/gettext/examples/hello-pascal/autogen.sh share/doc/gettext/examples/hello-pascal/configure.ac share/doc/gettext/examples/hello-pascal/hello.pas share/doc/gettext/examples/hello-pascal/hello.rst share/doc/gettext/examples/hello-pascal/m4 share/doc/gettext/examples/hello-pascal/m4/Makefile.am share/doc/gettext/examples/hello-pascal/po share/doc/gettext/examples/hello-pascal/po/LINGUAS share/doc/gettext/examples/hello-pascal/po/Makefile.am share/doc/gettext/examples/hello-pascal/po/af.po share/doc/gettext/examples/hello-pascal/po/ca.po share/doc/gettext/examples/hello-pascal/po/de.po share/doc/gettext/examples/hello-pascal/po/el.po share/doc/gettext/examples/hello-pascal/po/eo.po share/doc/gettext/examples/hello-pascal/po/es.po share/doc/gettext/examples/hello-pascal/po/fi.po share/doc/gettext/examples/hello-pascal/po/fr.po share/doc/gettext/examples/hello-pascal/po/ga.po share/doc/gettext/examples/hello-pascal/po/hu.po share/doc/gettext/examples/hello-pascal/po/id.po share/doc/gettext/examples/hello-pascal/po/it.po share/doc/gettext/examples/hello-pascal/po/ja.po share/doc/gettext/examples/hello-pascal/po/ms.po share/doc/gettext/examples/hello-pascal/po/nl.po share/doc/gettext/examples/hello-pascal/po/pl.po share/doc/gettext/examples/hello-pascal/po/pt.po share/doc/gettext/examples/hello-pascal/po/ro.po share/doc/gettext/examples/hello-pascal/po/ru.po share/doc/gettext/examples/hello-pascal/po/sk.po share/doc/gettext/examples/hello-pascal/po/sl.po share/doc/gettext/examples/hello-pascal/po/sr.po share/doc/gettext/examples/hello-pascal/po/sv.po share/doc/gettext/examples/hello-pascal/po/tr.po share/doc/gettext/examples/hello-pascal/po/uk.po share/doc/gettext/examples/hello-pascal/po/vi.po share/doc/gettext/examples/hello-pascal/po/zh_CN.po share/doc/gettext/examples/hello-pascal/po/zh_HK.po share/doc/gettext/examples/hello-pascal/po/zh_TW.po share/doc/gettext/examples/hello-perl share/doc/gettext/examples/hello-perl/INSTALL share/doc/gettext/examples/hello-perl/Makefile.am share/doc/gettext/examples/hello-perl/autoclean.sh share/doc/gettext/examples/hello-perl/autogen.sh share/doc/gettext/examples/hello-perl/configure.ac share/doc/gettext/examples/hello-perl/hello-1.pl.in share/doc/gettext/examples/hello-perl/hello-2.pl.in share/doc/gettext/examples/hello-perl/m4 share/doc/gettext/examples/hello-perl/m4/Makefile.am share/doc/gettext/examples/hello-perl/po share/doc/gettext/examples/hello-perl/po/LINGUAS share/doc/gettext/examples/hello-perl/po/Makefile.am share/doc/gettext/examples/hello-perl/po/af.po share/doc/gettext/examples/hello-perl/po/ca.po share/doc/gettext/examples/hello-perl/po/de.po share/doc/gettext/examples/hello-perl/po/el.po share/doc/gettext/examples/hello-perl/po/eo.po share/doc/gettext/examples/hello-perl/po/es.po share/doc/gettext/examples/hello-perl/po/fi.po share/doc/gettext/examples/hello-perl/po/fr.po share/doc/gettext/examples/hello-perl/po/ga.po share/doc/gettext/examples/hello-perl/po/hu.po share/doc/gettext/examples/hello-perl/po/id.po share/doc/gettext/examples/hello-perl/po/it.po share/doc/gettext/examples/hello-perl/po/ja.po share/doc/gettext/examples/hello-perl/po/ms.po share/doc/gettext/examples/hello-perl/po/nl.po share/doc/gettext/examples/hello-perl/po/pl.po share/doc/gettext/examples/hello-perl/po/pt.po share/doc/gettext/examples/hello-perl/po/ro.po share/doc/gettext/examples/hello-perl/po/ru.po share/doc/gettext/examples/hello-perl/po/sk.po share/doc/gettext/examples/hello-perl/po/sl.po share/doc/gettext/examples/hello-perl/po/sr.po share/doc/gettext/examples/hello-perl/po/sv.po share/doc/gettext/examples/hello-perl/po/tr.po share/doc/gettext/examples/hello-perl/po/uk.po share/doc/gettext/examples/hello-perl/po/vi.po share/doc/gettext/examples/hello-perl/po/zh_CN.po share/doc/gettext/examples/hello-perl/po/zh_HK.po share/doc/gettext/examples/hello-perl/po/zh_TW.po share/doc/gettext/examples/hello-php share/doc/gettext/examples/hello-php/INSTALL share/doc/gettext/examples/hello-php/Makefile.am share/doc/gettext/examples/hello-php/README share/doc/gettext/examples/hello-php/autoclean.sh share/doc/gettext/examples/hello-php/autogen.sh share/doc/gettext/examples/hello-php/configure.ac share/doc/gettext/examples/hello-php/hello.php share/doc/gettext/examples/hello-php/m4 share/doc/gettext/examples/hello-php/m4/Makefile.am share/doc/gettext/examples/hello-php/po share/doc/gettext/examples/hello-php/po/LINGUAS share/doc/gettext/examples/hello-php/po/Makefile.am share/doc/gettext/examples/hello-php/po/af.po share/doc/gettext/examples/hello-php/po/ca.po share/doc/gettext/examples/hello-php/po/de.po share/doc/gettext/examples/hello-php/po/el.po share/doc/gettext/examples/hello-php/po/eo.po share/doc/gettext/examples/hello-php/po/es.po share/doc/gettext/examples/hello-php/po/fi.po share/doc/gettext/examples/hello-php/po/fr.po share/doc/gettext/examples/hello-php/po/ga.po share/doc/gettext/examples/hello-php/po/hu.po share/doc/gettext/examples/hello-php/po/id.po share/doc/gettext/examples/hello-php/po/it.po share/doc/gettext/examples/hello-php/po/ja.po share/doc/gettext/examples/hello-php/po/ms.po share/doc/gettext/examples/hello-php/po/nl.po share/doc/gettext/examples/hello-php/po/pl.po share/doc/gettext/examples/hello-php/po/pt.po share/doc/gettext/examples/hello-php/po/ro.po share/doc/gettext/examples/hello-php/po/ru.po share/doc/gettext/examples/hello-php/po/sk.po share/doc/gettext/examples/hello-php/po/sl.po share/doc/gettext/examples/hello-php/po/sr.po share/doc/gettext/examples/hello-php/po/sv.po share/doc/gettext/examples/hello-php/po/tr.po share/doc/gettext/examples/hello-php/po/uk.po share/doc/gettext/examples/hello-php/po/vi.po share/doc/gettext/examples/hello-php/po/zh_CN.po share/doc/gettext/examples/hello-php/po/zh_HK.po share/doc/gettext/examples/hello-php/po/zh_TW.po share/doc/gettext/examples/hello-python share/doc/gettext/examples/hello-python/INSTALL share/doc/gettext/examples/hello-python/Makefile.am share/doc/gettext/examples/hello-python/autoclean.sh share/doc/gettext/examples/hello-python/autogen.sh share/doc/gettext/examples/hello-python/configure.ac share/doc/gettext/examples/hello-python/hello.py.in share/doc/gettext/examples/hello-python/m4 share/doc/gettext/examples/hello-python/m4/Makefile.am share/doc/gettext/examples/hello-python/po share/doc/gettext/examples/hello-python/po/LINGUAS share/doc/gettext/examples/hello-python/po/Makefile.am share/doc/gettext/examples/hello-python/po/af.po share/doc/gettext/examples/hello-python/po/ca.po share/doc/gettext/examples/hello-python/po/de.po share/doc/gettext/examples/hello-python/po/el.po share/doc/gettext/examples/hello-python/po/eo.po share/doc/gettext/examples/hello-python/po/es.po share/doc/gettext/examples/hello-python/po/fi.po share/doc/gettext/examples/hello-python/po/fr.po share/doc/gettext/examples/hello-python/po/ga.po share/doc/gettext/examples/hello-python/po/hu.po share/doc/gettext/examples/hello-python/po/id.po share/doc/gettext/examples/hello-python/po/it.po share/doc/gettext/examples/hello-python/po/ja.po share/doc/gettext/examples/hello-python/po/ms.po share/doc/gettext/examples/hello-python/po/nl.po share/doc/gettext/examples/hello-python/po/pl.po share/doc/gettext/examples/hello-python/po/pt.po share/doc/gettext/examples/hello-python/po/ro.po share/doc/gettext/examples/hello-python/po/ru.po share/doc/gettext/examples/hello-python/po/sk.po share/doc/gettext/examples/hello-python/po/sl.po share/doc/gettext/examples/hello-python/po/sr.po share/doc/gettext/examples/hello-python/po/sv.po share/doc/gettext/examples/hello-python/po/tr.po share/doc/gettext/examples/hello-python/po/uk.po share/doc/gettext/examples/hello-python/po/vi.po share/doc/gettext/examples/hello-python/po/zh_CN.po share/doc/gettext/examples/hello-python/po/zh_HK.po share/doc/gettext/examples/hello-python/po/zh_TW.po share/doc/gettext/examples/hello-sh share/doc/gettext/examples/hello-sh/INSTALL share/doc/gettext/examples/hello-sh/Makefile.am share/doc/gettext/examples/hello-sh/autoclean.sh share/doc/gettext/examples/hello-sh/autogen.sh share/doc/gettext/examples/hello-sh/configure.ac share/doc/gettext/examples/hello-sh/hello.sh share/doc/gettext/examples/hello-sh/m4 share/doc/gettext/examples/hello-sh/m4/Makefile.am share/doc/gettext/examples/hello-sh/po share/doc/gettext/examples/hello-sh/po/LINGUAS share/doc/gettext/examples/hello-sh/po/Makefile.am share/doc/gettext/examples/hello-sh/po/af.po share/doc/gettext/examples/hello-sh/po/ca.po share/doc/gettext/examples/hello-sh/po/de.po share/doc/gettext/examples/hello-sh/po/el.po share/doc/gettext/examples/hello-sh/po/eo.po share/doc/gettext/examples/hello-sh/po/es.po share/doc/gettext/examples/hello-sh/po/fi.po share/doc/gettext/examples/hello-sh/po/fr.po share/doc/gettext/examples/hello-sh/po/ga.po share/doc/gettext/examples/hello-sh/po/hu.po share/doc/gettext/examples/hello-sh/po/id.po share/doc/gettext/examples/hello-sh/po/it.po share/doc/gettext/examples/hello-sh/po/ja.po share/doc/gettext/examples/hello-sh/po/ms.po share/doc/gettext/examples/hello-sh/po/nl.po share/doc/gettext/examples/hello-sh/po/pl.po share/doc/gettext/examples/hello-sh/po/pt.po share/doc/gettext/examples/hello-sh/po/ro.po share/doc/gettext/examples/hello-sh/po/ru.po share/doc/gettext/examples/hello-sh/po/sk.po share/doc/gettext/examples/hello-sh/po/sl.po share/doc/gettext/examples/hello-sh/po/sr.po share/doc/gettext/examples/hello-sh/po/sv.po share/doc/gettext/examples/hello-sh/po/tr.po share/doc/gettext/examples/hello-sh/po/uk.po share/doc/gettext/examples/hello-sh/po/vi.po share/doc/gettext/examples/hello-sh/po/zh_CN.po share/doc/gettext/examples/hello-sh/po/zh_HK.po share/doc/gettext/examples/hello-sh/po/zh_TW.po share/doc/gettext/examples/hello-smalltalk share/doc/gettext/examples/hello-smalltalk/INSTALL share/doc/gettext/examples/hello-smalltalk/Makefile.am share/doc/gettext/examples/hello-smalltalk/autoclean.sh share/doc/gettext/examples/hello-smalltalk/autogen.sh share/doc/gettext/examples/hello-smalltalk/configure.ac share/doc/gettext/examples/hello-smalltalk/hello.st.in share/doc/gettext/examples/hello-smalltalk/m4 share/doc/gettext/examples/hello-smalltalk/m4/Makefile.am share/doc/gettext/examples/hello-smalltalk/po share/doc/gettext/examples/hello-smalltalk/po/LINGUAS share/doc/gettext/examples/hello-smalltalk/po/Makefile.am share/doc/gettext/examples/hello-smalltalk/po/af.po share/doc/gettext/examples/hello-smalltalk/po/ca.po share/doc/gettext/examples/hello-smalltalk/po/de.po share/doc/gettext/examples/hello-smalltalk/po/el.po share/doc/gettext/examples/hello-smalltalk/po/eo.po share/doc/gettext/examples/hello-smalltalk/po/es.po share/doc/gettext/examples/hello-smalltalk/po/fi.po share/doc/gettext/examples/hello-smalltalk/po/fr.po share/doc/gettext/examples/hello-smalltalk/po/ga.po share/doc/gettext/examples/hello-smalltalk/po/hu.po share/doc/gettext/examples/hello-smalltalk/po/id.po share/doc/gettext/examples/hello-smalltalk/po/it.po share/doc/gettext/examples/hello-smalltalk/po/ja.po share/doc/gettext/examples/hello-smalltalk/po/ms.po share/doc/gettext/examples/hello-smalltalk/po/nl.po share/doc/gettext/examples/hello-smalltalk/po/pl.po share/doc/gettext/examples/hello-smalltalk/po/pt.po share/doc/gettext/examples/hello-smalltalk/po/ro.po share/doc/gettext/examples/hello-smalltalk/po/ru.po share/doc/gettext/examples/hello-smalltalk/po/sk.po share/doc/gettext/examples/hello-smalltalk/po/sl.po share/doc/gettext/examples/hello-smalltalk/po/sr.po share/doc/gettext/examples/hello-smalltalk/po/sv.po share/doc/gettext/examples/hello-smalltalk/po/tr.po share/doc/gettext/examples/hello-smalltalk/po/uk.po share/doc/gettext/examples/hello-smalltalk/po/vi.po share/doc/gettext/examples/hello-smalltalk/po/zh_CN.po share/doc/gettext/examples/hello-smalltalk/po/zh_HK.po share/doc/gettext/examples/hello-smalltalk/po/zh_TW.po share/doc/gettext/examples/hello-tcl share/doc/gettext/examples/hello-tcl-tk share/doc/gettext/examples/hello-tcl-tk/INSTALL share/doc/gettext/examples/hello-tcl-tk/Makefile.am share/doc/gettext/examples/hello-tcl-tk/autoclean.sh share/doc/gettext/examples/hello-tcl-tk/autogen.sh share/doc/gettext/examples/hello-tcl-tk/configure.ac share/doc/gettext/examples/hello-tcl-tk/hello.tcl share/doc/gettext/examples/hello-tcl-tk/m4 share/doc/gettext/examples/hello-tcl-tk/m4/Makefile.am share/doc/gettext/examples/hello-tcl-tk/po share/doc/gettext/examples/hello-tcl-tk/po/LINGUAS share/doc/gettext/examples/hello-tcl-tk/po/Makefile.am share/doc/gettext/examples/hello-tcl-tk/po/af.po share/doc/gettext/examples/hello-tcl-tk/po/ca.po share/doc/gettext/examples/hello-tcl-tk/po/de.po share/doc/gettext/examples/hello-tcl-tk/po/el.po share/doc/gettext/examples/hello-tcl-tk/po/eo.po share/doc/gettext/examples/hello-tcl-tk/po/es.po share/doc/gettext/examples/hello-tcl-tk/po/fi.po share/doc/gettext/examples/hello-tcl-tk/po/fr.po share/doc/gettext/examples/hello-tcl-tk/po/ga.po share/doc/gettext/examples/hello-tcl-tk/po/hu.po share/doc/gettext/examples/hello-tcl-tk/po/id.po share/doc/gettext/examples/hello-tcl-tk/po/it.po share/doc/gettext/examples/hello-tcl-tk/po/ja.po share/doc/gettext/examples/hello-tcl-tk/po/ms.po share/doc/gettext/examples/hello-tcl-tk/po/nl.po share/doc/gettext/examples/hello-tcl-tk/po/pl.po share/doc/gettext/examples/hello-tcl-tk/po/pt.po share/doc/gettext/examples/hello-tcl-tk/po/ro.po share/doc/gettext/examples/hello-tcl-tk/po/ru.po share/doc/gettext/examples/hello-tcl-tk/po/sk.po share/doc/gettext/examples/hello-tcl-tk/po/sl.po share/doc/gettext/examples/hello-tcl-tk/po/sr.po share/doc/gettext/examples/hello-tcl-tk/po/sv.po share/doc/gettext/examples/hello-tcl-tk/po/tr.po share/doc/gettext/examples/hello-tcl-tk/po/uk.po share/doc/gettext/examples/hello-tcl-tk/po/vi.po share/doc/gettext/examples/hello-tcl-tk/po/zh_CN.po share/doc/gettext/examples/hello-tcl-tk/po/zh_HK.po share/doc/gettext/examples/hello-tcl-tk/po/zh_TW.po share/doc/gettext/examples/hello-tcl/INSTALL share/doc/gettext/examples/hello-tcl/Makefile.am share/doc/gettext/examples/hello-tcl/autoclean.sh share/doc/gettext/examples/hello-tcl/autogen.sh share/doc/gettext/examples/hello-tcl/configure.ac share/doc/gettext/examples/hello-tcl/hello.tcl share/doc/gettext/examples/hello-tcl/m4 share/doc/gettext/examples/hello-tcl/m4/Makefile.am share/doc/gettext/examples/hello-tcl/po share/doc/gettext/examples/hello-tcl/po/LINGUAS share/doc/gettext/examples/hello-tcl/po/Makefile.am share/doc/gettext/examples/hello-tcl/po/af.po share/doc/gettext/examples/hello-tcl/po/ca.po share/doc/gettext/examples/hello-tcl/po/de.po share/doc/gettext/examples/hello-tcl/po/el.po share/doc/gettext/examples/hello-tcl/po/eo.po share/doc/gettext/examples/hello-tcl/po/es.po share/doc/gettext/examples/hello-tcl/po/fi.po share/doc/gettext/examples/hello-tcl/po/fr.po share/doc/gettext/examples/hello-tcl/po/ga.po share/doc/gettext/examples/hello-tcl/po/hu.po share/doc/gettext/examples/hello-tcl/po/id.po share/doc/gettext/examples/hello-tcl/po/it.po share/doc/gettext/examples/hello-tcl/po/ja.po share/doc/gettext/examples/hello-tcl/po/ms.po share/doc/gettext/examples/hello-tcl/po/nl.po share/doc/gettext/examples/hello-tcl/po/pl.po share/doc/gettext/examples/hello-tcl/po/pt.po share/doc/gettext/examples/hello-tcl/po/ro.po share/doc/gettext/examples/hello-tcl/po/ru.po share/doc/gettext/examples/hello-tcl/po/sk.po share/doc/gettext/examples/hello-tcl/po/sl.po share/doc/gettext/examples/hello-tcl/po/sr.po share/doc/gettext/examples/hello-tcl/po/sv.po share/doc/gettext/examples/hello-tcl/po/tr.po share/doc/gettext/examples/hello-tcl/po/uk.po share/doc/gettext/examples/hello-tcl/po/vi.po share/doc/gettext/examples/hello-tcl/po/zh_CN.po share/doc/gettext/examples/hello-tcl/po/zh_HK.po share/doc/gettext/examples/hello-tcl/po/zh_TW.po share/doc/gettext/examples/hello-ycp share/doc/gettext/examples/hello-ycp/INSTALL share/doc/gettext/examples/hello-ycp/Makefile.am share/doc/gettext/examples/hello-ycp/autoclean.sh share/doc/gettext/examples/hello-ycp/autogen.sh share/doc/gettext/examples/hello-ycp/configure.ac share/doc/gettext/examples/hello-ycp/hello.ycp share/doc/gettext/examples/hello-ycp/m4 share/doc/gettext/examples/hello-ycp/m4/Makefile.am share/doc/gettext/examples/hello-ycp/po share/doc/gettext/examples/hello-ycp/po/LINGUAS share/doc/gettext/examples/hello-ycp/po/Makefile.am share/doc/gettext/examples/hello-ycp/po/af.po share/doc/gettext/examples/hello-ycp/po/ca.po share/doc/gettext/examples/hello-ycp/po/de.po share/doc/gettext/examples/hello-ycp/po/el.po share/doc/gettext/examples/hello-ycp/po/eo.po share/doc/gettext/examples/hello-ycp/po/es.po share/doc/gettext/examples/hello-ycp/po/fi.po share/doc/gettext/examples/hello-ycp/po/fr.po share/doc/gettext/examples/hello-ycp/po/ga.po share/doc/gettext/examples/hello-ycp/po/hu.po share/doc/gettext/examples/hello-ycp/po/id.po share/doc/gettext/examples/hello-ycp/po/it.po share/doc/gettext/examples/hello-ycp/po/ja.po share/doc/gettext/examples/hello-ycp/po/ms.po share/doc/gettext/examples/hello-ycp/po/nl.po share/doc/gettext/examples/hello-ycp/po/pl.po share/doc/gettext/examples/hello-ycp/po/pt.po share/doc/gettext/examples/hello-ycp/po/ro.po share/doc/gettext/examples/hello-ycp/po/ru.po share/doc/gettext/examples/hello-ycp/po/sk.po share/doc/gettext/examples/hello-ycp/po/sl.po share/doc/gettext/examples/hello-ycp/po/sr.po share/doc/gettext/examples/hello-ycp/po/sv.po share/doc/gettext/examples/hello-ycp/po/tr.po share/doc/gettext/examples/hello-ycp/po/uk.po share/doc/gettext/examples/hello-ycp/po/vi.po share/doc/gettext/examples/hello-ycp/po/zh_CN.po share/doc/gettext/examples/hello-ycp/po/zh_HK.po share/doc/gettext/examples/hello-ycp/po/zh_TW.po share/doc/gettext/examples/installpaths share/doc/gettext/gettext.1.html share/doc/gettext/gettext.3.html share/doc/gettext/gettext_1.html share/doc/gettext/gettext_10.html share/doc/gettext/gettext_11.html share/doc/gettext/gettext_12.html share/doc/gettext/gettext_13.html share/doc/gettext/gettext_14.html share/doc/gettext/gettext_15.html share/doc/gettext/gettext_16.html share/doc/gettext/gettext_17.html share/doc/gettext/gettext_18.html share/doc/gettext/gettext_19.html share/doc/gettext/gettext_2.html share/doc/gettext/gettext_20.html share/doc/gettext/gettext_21.html share/doc/gettext/gettext_22.html share/doc/gettext/gettext_23.html share/doc/gettext/gettext_24.html share/doc/gettext/gettext_25.html share/doc/gettext/gettext_3.html share/doc/gettext/gettext_4.html share/doc/gettext/gettext_5.html share/doc/gettext/gettext_6.html share/doc/gettext/gettext_7.html share/doc/gettext/gettext_8.html share/doc/gettext/gettext_9.html share/doc/gettext/gettext_foot.html share/doc/gettext/gettext_toc.html share/doc/gettext/gettextize.1.html share/doc/gettext/javadoc2 share/doc/gettext/javadoc2/allclasses-frame.html share/doc/gettext/javadoc2/deprecated-list.html share/doc/gettext/javadoc2/gnu share/doc/gettext/javadoc2/gnu/gettext share/doc/gettext/javadoc2/gnu/gettext/GettextResource.html share/doc/gettext/javadoc2/gnu/gettext/package-frame.html share/doc/gettext/javadoc2/gnu/gettext/package-summary.html share/doc/gettext/javadoc2/gnu/gettext/package-tree.html share/doc/gettext/javadoc2/help-doc.html share/doc/gettext/javadoc2/index-all.html share/doc/gettext/javadoc2/index.html share/doc/gettext/javadoc2/overview-tree.html share/doc/gettext/javadoc2/package-list share/doc/gettext/javadoc2/packages.html share/doc/gettext/javadoc2/serialized-form.html share/doc/gettext/javadoc2/stylesheet.css share/doc/gettext/msgattrib.1.html share/doc/gettext/msgcat.1.html share/doc/gettext/msgcmp.1.html share/doc/gettext/msgcomm.1.html share/doc/gettext/msgconv.1.html share/doc/gettext/msgen.1.html share/doc/gettext/msgexec.1.html share/doc/gettext/msgfilter.1.html share/doc/gettext/msgfmt.1.html share/doc/gettext/msggrep.1.html share/doc/gettext/msginit.1.html share/doc/gettext/msgmerge.1.html share/doc/gettext/msgunfmt.1.html share/doc/gettext/msguniq.1.html share/doc/gettext/ngettext.1.html share/doc/gettext/ngettext.3.html share/doc/gettext/recode-sr-latin.1.html share/doc/gettext/textdomain.3.html share/doc/gettext/tutorial.html share/doc/gettext/xgettext.1.html share/doc/libasprintf share/doc/libasprintf/autosprintf_all.html share/gettext share/gettext/ABOUT-NLS share/gettext/archive.tar.gz share/gettext/config.rpath share/gettext/gettext.h share/gettext/intl share/gettext/intl/COPYING.LIB-2.0 share/gettext/intl/COPYING.LIB-2.1 share/gettext/intl/ChangeLog share/gettext/intl/Makefile.in share/gettext/intl/VERSION share/gettext/intl/bindtextdom.c share/gettext/intl/config.charset share/gettext/intl/dcgettext.c share/gettext/intl/dcigettext.c share/gettext/intl/dcngettext.c share/gettext/intl/dgettext.c share/gettext/intl/dngettext.c share/gettext/intl/eval-plural.h share/gettext/intl/explodename.c share/gettext/intl/export.h share/gettext/intl/finddomain.c share/gettext/intl/gettext.c share/gettext/intl/gettextP.h share/gettext/intl/gmo.h share/gettext/intl/hash-string.c share/gettext/intl/hash-string.h share/gettext/intl/intl-compat.c share/gettext/intl/intl-exports.c share/gettext/intl/l10nflist.c share/gettext/intl/langprefs.c share/gettext/intl/libgnuintl.h.in share/gettext/intl/libintl.rc share/gettext/intl/loadinfo.h share/gettext/intl/loadmsgcat.c share/gettext/intl/localcharset.c share/gettext/intl/localcharset.h share/gettext/intl/locale.alias share/gettext/intl/localealias.c share/gettext/intl/localename.c share/gettext/intl/lock.c share/gettext/intl/lock.h share/gettext/intl/log.c share/gettext/intl/ngettext.c share/gettext/intl/os2compat.c share/gettext/intl/os2compat.h share/gettext/intl/osdep.c share/gettext/intl/plural-exp.c share/gettext/intl/plural-exp.h share/gettext/intl/plural.c share/gettext/intl/plural.y share/gettext/intl/printf-args.c share/gettext/intl/printf-args.h share/gettext/intl/printf-parse.c share/gettext/intl/printf-parse.h share/gettext/intl/printf.c share/gettext/intl/ref-add.sin share/gettext/intl/ref-del.sin share/gettext/intl/relocatable.c share/gettext/intl/relocatable.h share/gettext/intl/textdomain.c share/gettext/intl/tsearch.c share/gettext/intl/tsearch.h share/gettext/intl/vasnprintf.c share/gettext/intl/vasnprintf.h share/gettext/intl/vasnwprintf.h share/gettext/intl/version.c share/gettext/intl/wprintf-parse.h share/gettext/intl/xsize.h share/gettext/javaversion.class share/gettext/msgunfmt.tcl share/gettext/po share/gettext/po/Makefile.in.in share/gettext/po/Makevars.template share/gettext/po/Rules-quot share/gettext/po/boldquot.sed share/gettext/po/en@boldquot.header share/gettext/po/en@quot.header share/gettext/po/insert-header.sin share/gettext/po/quot.sed share/gettext/po/remove-potcdate.sin share/gettext/projects share/gettext/projects/GNOME share/gettext/projects/GNOME/team-address share/gettext/projects/GNOME/teams.html share/gettext/projects/GNOME/teams.url share/gettext/projects/GNOME/trigger share/gettext/projects/KDE share/gettext/projects/KDE/team-address share/gettext/projects/KDE/teams.html share/gettext/projects/KDE/teams.url share/gettext/projects/KDE/trigger share/gettext/projects/TP share/gettext/projects/TP/team-address share/gettext/projects/TP/teams.html share/gettext/projects/TP/teams.url share/gettext/projects/TP/trigger share/gettext/projects/index share/gettext/projects/team-address share/gettext/styles share/gettext/styles/po-default.css share/gettext/styles/po-emacs-x.css share/gettext/styles/po-emacs-xterm.css share/gettext/styles/po-emacs-xterm16.css share/gettext/styles/po-emacs-xterm256.css share/gettext/styles/po-vim.css share/info share/info/autosprintf.info share/info/dir share/info/gettext.info share/locale share/locale/be share/locale/be/LC_MESSAGES share/locale/be/LC_MESSAGES/gettext-runtime.mo share/locale/be/LC_MESSAGES/gettext-tools.mo share/locale/ca share/locale/ca/LC_MESSAGES share/locale/ca/LC_MESSAGES/gettext-runtime.mo share/locale/ca/LC_MESSAGES/gettext-tools.mo share/locale/cs share/locale/cs/LC_MESSAGES share/locale/cs/LC_MESSAGES/gettext-runtime.mo share/locale/cs/LC_MESSAGES/gettext-tools.mo share/locale/da share/locale/da/LC_MESSAGES share/locale/da/LC_MESSAGES/gettext-runtime.mo share/locale/da/LC_MESSAGES/gettext-tools.mo share/locale/de share/locale/de/LC_MESSAGES share/locale/de/LC_MESSAGES/gettext-runtime.mo share/locale/de/LC_MESSAGES/gettext-tools.mo share/locale/el share/locale/el/LC_MESSAGES share/locale/el/LC_MESSAGES/gettext-runtime.mo share/locale/el/LC_MESSAGES/gettext-tools.mo share/locale/en@boldquot share/locale/en@boldquot/LC_MESSAGES share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo share/locale/en@quot share/locale/en@quot/LC_MESSAGES share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo share/locale/en@quot/LC_MESSAGES/gettext-tools.mo share/locale/eo share/locale/eo/LC_MESSAGES share/locale/eo/LC_MESSAGES/gettext-runtime.mo share/locale/es share/locale/es/LC_MESSAGES share/locale/es/LC_MESSAGES/gettext-runtime.mo share/locale/es/LC_MESSAGES/gettext-tools.mo share/locale/et share/locale/et/LC_MESSAGES share/locale/et/LC_MESSAGES/gettext-runtime.mo share/locale/et/LC_MESSAGES/gettext-tools.mo share/locale/eu share/locale/eu/LC_MESSAGES share/locale/eu/LC_MESSAGES/gettext-tools.mo share/locale/fi share/locale/fi/LC_MESSAGES share/locale/fi/LC_MESSAGES/gettext-runtime.mo share/locale/fi/LC_MESSAGES/gettext-tools.mo share/locale/fr share/locale/fr/LC_MESSAGES share/locale/fr/LC_MESSAGES/gettext-runtime.mo share/locale/fr/LC_MESSAGES/gettext-tools.mo share/locale/ga share/locale/ga/LC_MESSAGES share/locale/ga/LC_MESSAGES/gettext-runtime.mo share/locale/gl share/locale/gl/LC_MESSAGES share/locale/gl/LC_MESSAGES/gettext-runtime.mo share/locale/gl/LC_MESSAGES/gettext-tools.mo share/locale/id share/locale/id/LC_MESSAGES share/locale/id/LC_MESSAGES/gettext-runtime.mo share/locale/id/LC_MESSAGES/gettext-tools.mo share/locale/it share/locale/it/LC_MESSAGES share/locale/it/LC_MESSAGES/gettext-runtime.mo share/locale/it/LC_MESSAGES/gettext-tools.mo share/locale/ja share/locale/ja/LC_MESSAGES share/locale/ja/LC_MESSAGES/gettext-runtime.mo share/locale/ja/LC_MESSAGES/gettext-tools.mo share/locale/ko share/locale/ko/LC_MESSAGES share/locale/ko/LC_MESSAGES/gettext-runtime.mo share/locale/ko/LC_MESSAGES/gettext-tools.mo share/locale/locale.alias share/locale/nb share/locale/nb/LC_MESSAGES share/locale/nb/LC_MESSAGES/gettext-runtime.mo share/locale/nb/LC_MESSAGES/gettext-tools.mo share/locale/nl share/locale/nl/LC_MESSAGES share/locale/nl/LC_MESSAGES/gettext-runtime.mo share/locale/nl/LC_MESSAGES/gettext-tools.mo share/locale/nn share/locale/nn/LC_MESSAGES share/locale/nn/LC_MESSAGES/gettext-runtime.mo share/locale/nn/LC_MESSAGES/gettext-tools.mo share/locale/pl share/locale/pl/LC_MESSAGES share/locale/pl/LC_MESSAGES/gettext-runtime.mo share/locale/pl/LC_MESSAGES/gettext-tools.mo share/locale/pt share/locale/pt/LC_MESSAGES share/locale/pt/LC_MESSAGES/gettext-runtime.mo share/locale/pt/LC_MESSAGES/gettext-tools.mo share/locale/pt_BR share/locale/pt_BR/LC_MESSAGES share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo share/locale/ro share/locale/ro/LC_MESSAGES share/locale/ro/LC_MESSAGES/gettext-runtime.mo share/locale/ro/LC_MESSAGES/gettext-tools.mo share/locale/ru share/locale/ru/LC_MESSAGES share/locale/ru/LC_MESSAGES/gettext-runtime.mo share/locale/ru/LC_MESSAGES/gettext-tools.mo share/locale/sk share/locale/sk/LC_MESSAGES share/locale/sk/LC_MESSAGES/gettext-runtime.mo share/locale/sk/LC_MESSAGES/gettext-tools.mo share/locale/sl share/locale/sl/LC_MESSAGES share/locale/sl/LC_MESSAGES/gettext-runtime.mo share/locale/sl/LC_MESSAGES/gettext-tools.mo share/locale/sr share/locale/sr/LC_MESSAGES share/locale/sr/LC_MESSAGES/gettext-runtime.mo share/locale/sr/LC_MESSAGES/gettext-tools.mo share/locale/sv share/locale/sv/LC_MESSAGES share/locale/sv/LC_MESSAGES/gettext-runtime.mo share/locale/sv/LC_MESSAGES/gettext-tools.mo share/locale/tr share/locale/tr/LC_MESSAGES share/locale/tr/LC_MESSAGES/gettext-runtime.mo share/locale/tr/LC_MESSAGES/gettext-tools.mo share/locale/uk share/locale/uk/LC_MESSAGES share/locale/uk/LC_MESSAGES/gettext-runtime.mo share/locale/uk/LC_MESSAGES/gettext-tools.mo share/locale/vi share/locale/vi/LC_MESSAGES share/locale/vi/LC_MESSAGES/gettext-runtime.mo share/locale/vi/LC_MESSAGES/gettext-tools.mo share/locale/zh_CN share/locale/zh_CN/LC_MESSAGES share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo share/locale/zh_HK share/locale/zh_HK/LC_MESSAGES share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo share/locale/zh_TW share/locale/zh_TW/LC_MESSAGES share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo share/man/man1/autopoint.1 share/man/man1/envsubst.1 share/man/man1/gettext.1 share/man/man1/gettextize.1 share/man/man1/msgattrib.1 share/man/man1/msgcat.1 share/man/man1/msgcmp.1 share/man/man1/msgcomm.1 share/man/man1/msgconv.1 share/man/man1/msgen.1 share/man/man1/msgexec.1 share/man/man1/msgfilter.1 share/man/man1/msgfmt.1 share/man/man1/msggrep.1 share/man/man1/msginit.1 share/man/man1/msgmerge.1 share/man/man1/msgunfmt.1 share/man/man1/msguniq.1 share/man/man1/ngettext.1 share/man/man1/recode-sr-latin.1 share/man/man1/xgettext.1 share/man/man3/bind_textdomain_codeset.3 share/man/man3/bindtextdomain.3 share/man/man3/dcgettext.3 share/man/man3/dcngettext.3 share/man/man3/dgettext.3 share/man/man3/dngettext.3 share/man/man3/gettext.3 share/man/man3/ngettext.3 share/man/man3/textdomain.3
Check: msgfmt.exe -o fr.mo fr.po
Glib 2.8.6
Prior to compiling glib for the first time, download my dependency-free pkg-config.exe and save it as
/mingw/bin/pkg-config.exe. Then, get the glib source and compile it like this:./configure --prefix=/mingw --with-threads=win32 --disable-debug
make
make installThe following files are installed:
bin/glib-genmarshal.exe bin/glib-gettextize bin/glib-mkenums bin/gobject-query.exe bin/gspawn-win32-helper-console.exe bin/gspawn-win32-helper.exe bin/libglib-2.0-0.dll bin/libgmodule-2.0-0.dll bin/libgobject-2.0-0.dll bin/libgthread-2.0-0.dll include/glib-2.0 include/glib-2.0/glib include/glib-2.0/glib-object.h include/glib-2.0/glib.h include/glib-2.0/glib/galloca.h include/glib-2.0/glib/garray.h include/glib-2.0/glib/gasyncqueue.h include/glib-2.0/glib/gatomic.h include/glib-2.0/glib/gbacktrace.h include/glib-2.0/glib/gcache.h include/glib-2.0/glib/gcompletion.h include/glib-2.0/glib/gconvert.h include/glib-2.0/glib/gdataset.h include/glib-2.0/glib/gdate.h include/glib-2.0/glib/gdir.h include/glib-2.0/glib/gerror.h include/glib-2.0/glib/gfileutils.h include/glib-2.0/glib/ghash.h include/glib-2.0/glib/ghook.h include/glib-2.0/glib/gi18n-lib.h include/glib-2.0/glib/gi18n.h include/glib-2.0/glib/giochannel.h include/glib-2.0/glib/gkeyfile.h include/glib-2.0/glib/glist.h include/glib-2.0/glib/gmacros.h include/glib-2.0/glib/gmain.h include/glib-2.0/glib/gmappedfile.h include/glib-2.0/glib/gmarkup.h include/glib-2.0/glib/gmem.h include/glib-2.0/glib/gmessages.h include/glib-2.0/glib/gnode.h include/glib-2.0/glib/goption.h include/glib-2.0/glib/gpattern.h include/glib-2.0/glib/gprimes.h include/glib-2.0/glib/gprintf.h include/glib-2.0/glib/gqsort.h include/glib-2.0/glib/gquark.h include/glib-2.0/glib/gqueue.h include/glib-2.0/glib/grand.h include/glib-2.0/glib/grel.h include/glib-2.0/glib/gscanner.h include/glib-2.0/glib/gshell.h include/glib-2.0/glib/gslist.h include/glib-2.0/glib/gspawn.h include/glib-2.0/glib/gstdio.h include/glib-2.0/glib/gstrfuncs.h include/glib-2.0/glib/gstring.h include/glib-2.0/glib/gthread.h include/glib-2.0/glib/gthreadpool.h include/glib-2.0/glib/gtimer.h include/glib-2.0/glib/gtree.h include/glib-2.0/glib/gtypes.h include/glib-2.0/glib/gunicode.h include/glib-2.0/glib/gutils.h include/glib-2.0/glib/gwin32.h include/glib-2.0/gmodule.h include/glib-2.0/gobject include/glib-2.0/gobject/gboxed.h include/glib-2.0/gobject/gclosure.h include/glib-2.0/gobject/genums.h include/glib-2.0/gobject/gmarshal.h include/glib-2.0/gobject/gobject.h include/glib-2.0/gobject/gobjectnotifyqueue.c include/glib-2.0/gobject/gparam.h include/glib-2.0/gobject/gparamspecs.h include/glib-2.0/gobject/gsignal.h include/glib-2.0/gobject/gsourceclosure.h include/glib-2.0/gobject/gtype.h include/glib-2.0/gobject/gtypemodule.h include/glib-2.0/gobject/gtypeplugin.h include/glib-2.0/gobject/gvalue.h include/glib-2.0/gobject/gvaluearray.h include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h lib/charset.alias lib/glib-2.0 lib/glib-2.0.def lib/glib-2.0/include lib/glib-2.0/include/glibconfig.h lib/gmodule-2.0.def lib/gobject-2.0.def lib/gthread-2.0.def lib/libglib-2.0.dll.a lib/libglib-2.0.la lib/libgmodule-2.0.dll.a lib/libgmodule-2.0.la lib/libgobject-2.0.dll.a lib/libgobject-2.0.la lib/libgthread-2.0.dll.a lib/libgthread-2.0.la lib/pkgconfig lib/pkgconfig/glib-2.0.pc lib/pkgconfig/gmodule-2.0.pc lib/pkgconfig/gmodule-export-2.0.pc lib/pkgconfig/gmodule-no-export-2.0.pc lib/pkgconfig/gobject-2.0.pc lib/pkgconfig/gthread-2.0.pc man/man1/glib-genmarshal.1 man/man1/glib-gettextize.1 man/man1/glib-mkenums.1 man/man1/gobject-query.1 share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 share/glib-2.0 share/glib-2.0/gettext share/glib-2.0/gettext/mkinstalldirs share/glib-2.0/gettext/po share/glib-2.0/gettext/po/Makefile.in.in share/gtk-doc share/gtk-doc/html share/gtk-doc/html/glib share/gtk-doc/html/glib/file-name-encodings.png share/gtk-doc/html/glib/glib-Arrays.html share/gtk-doc/html/glib/glib-Asynchronous-Queues.html share/gtk-doc/html/glib/glib-Atomic-Operations.html share/gtk-doc/html/glib/glib-Automatic-String-Completion.html share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html share/gtk-doc/html/glib/glib-Basic-Types.html share/gtk-doc/html/glib/glib-Byte-Arrays.html share/gtk-doc/html/glib/glib-Byte-Order-Macros.html share/gtk-doc/html/glib/glib-Caches.html share/gtk-doc/html/glib/glib-Character-Set-Conversion.html share/gtk-doc/html/glib/glib-Commandline-option-parser.html share/gtk-doc/html/glib/glib-Datasets.html share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html share/gtk-doc/html/glib/glib-Double-ended-Queues.html share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html share/gtk-doc/html/glib/glib-Error-Reporting.html share/gtk-doc/html/glib/glib-File-Utilities.html share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html share/gtk-doc/html/glib/glib-Hash-Tables.html share/gtk-doc/html/glib/glib-Hook-Functions.html share/gtk-doc/html/glib/glib-I18N.html share/gtk-doc/html/glib/glib-IO-Channels.html share/gtk-doc/html/glib/glib-Key-value-file-parser.html share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html share/gtk-doc/html/glib/glib-Lexical-Scanner.html share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html share/gtk-doc/html/glib/glib-Memory-Allocation.html share/gtk-doc/html/glib/glib-Memory-Allocators.html share/gtk-doc/html/glib/glib-Memory-Chunks.html share/gtk-doc/html/glib/glib-Message-Logging.html share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html share/gtk-doc/html/glib/glib-N-ary-Trees.html share/gtk-doc/html/glib/glib-Numerical-Definitions.html share/gtk-doc/html/glib/glib-Pointer-Arrays.html share/gtk-doc/html/glib/glib-Quarks.html share/gtk-doc/html/glib/glib-Random-Numbers.html share/gtk-doc/html/glib/glib-Relations-and-Tuples.html share/gtk-doc/html/glib/glib-Shell-related-Utilities.html share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html share/gtk-doc/html/glib/glib-Spawning-Processes.html share/gtk-doc/html/glib/glib-Standard-Macros.html share/gtk-doc/html/glib/glib-String-Chunks.html share/gtk-doc/html/glib/glib-String-Utility-Functions.html share/gtk-doc/html/glib/glib-Strings.html share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html share/gtk-doc/html/glib/glib-Thread-Pools.html share/gtk-doc/html/glib/glib-Threads.html share/gtk-doc/html/glib/glib-Timers.html share/gtk-doc/html/glib/glib-Trash-Stacks.html share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html share/gtk-doc/html/glib/glib-Unicode-Manipulation.html share/gtk-doc/html/glib/glib-Version-Information.html share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html share/gtk-doc/html/glib/glib-Windows-Compatability-Functions.html share/gtk-doc/html/glib/glib-building.html share/gtk-doc/html/glib/glib-changes.html share/gtk-doc/html/glib/glib-compiling.html share/gtk-doc/html/glib/glib-core.html share/gtk-doc/html/glib/glib-cross-compiling.html share/gtk-doc/html/glib/glib-data-types.html share/gtk-doc/html/glib/glib-fundamentals.html share/gtk-doc/html/glib/glib-gettextize.html share/gtk-doc/html/glib/glib-resources.html share/gtk-doc/html/glib/glib-running.html share/gtk-doc/html/glib/glib-utilities.html share/gtk-doc/html/glib/glib.devhelp share/gtk-doc/html/glib/glib.html share/gtk-doc/html/glib/home.png share/gtk-doc/html/glib/index.html share/gtk-doc/html/glib/index.sgml share/gtk-doc/html/glib/ix01.html share/gtk-doc/html/glib/ix02.html share/gtk-doc/html/glib/ix03.html share/gtk-doc/html/glib/ix04.html share/gtk-doc/html/glib/ix05.html share/gtk-doc/html/glib/ix06.html share/gtk-doc/html/glib/left.png share/gtk-doc/html/glib/mainloop-states.gif share/gtk-doc/html/glib/right.png share/gtk-doc/html/glib/style.css share/gtk-doc/html/glib/tools.html share/gtk-doc/html/glib/up.png share/gtk-doc/html/gobject share/gtk-doc/html/gobject/GTypeModule.html share/gtk-doc/html/gobject/GTypePlugin.html share/gtk-doc/html/gobject/ch01.html share/gtk-doc/html/gobject/ch01s02.html share/gtk-doc/html/gobject/ch02.html share/gtk-doc/html/gobject/ch06s03.html share/gtk-doc/html/gobject/ch07s02.html share/gtk-doc/html/gobject/ch07s03.html share/gtk-doc/html/gobject/chapter-gobject.html share/gtk-doc/html/gobject/chapter-signal.html share/gtk-doc/html/gobject/glib-genmarshal.html share/gtk-doc/html/gobject/glib-mkenums.html share/gtk-doc/html/gobject/glue.png share/gtk-doc/html/gobject/gobject-Boxed-Types.html share/gtk-doc/html/gobject/gobject-Closures.html share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html share/gtk-doc/html/gobject/gobject-GParamSpec.html share/gtk-doc/html/gobject/gobject-Generic-values.html share/gtk-doc/html/gobject/gobject-Signals.html share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html share/gtk-doc/html/gobject/gobject-Type-Information.html share/gtk-doc/html/gobject/gobject-Value-arrays.html share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html share/gtk-doc/html/gobject/gobject-memory.html share/gtk-doc/html/gobject/gobject-properties.html share/gtk-doc/html/gobject/gobject-query.html share/gtk-doc/html/gobject/gobject.devhelp share/gtk-doc/html/gobject/gtype-conventions.html share/gtk-doc/html/gobject/gtype-instantiable-classed.html share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html share/gtk-doc/html/gobject/gtype-non-instantiable.html share/gtk-doc/html/gobject/home.png share/gtk-doc/html/gobject/howto-gobject-chainup.html share/gtk-doc/html/gobject/howto-gobject-code.html share/gtk-doc/html/gobject/howto-gobject-construction.html share/gtk-doc/html/gobject/howto-gobject-destruction.html share/gtk-doc/html/gobject/howto-gobject-methods.html share/gtk-doc/html/gobject/howto-gobject.html share/gtk-doc/html/gobject/howto-interface-implement.html share/gtk-doc/html/gobject/howto-interface-properties.html share/gtk-doc/html/gobject/howto-interface.html share/gtk-doc/html/gobject/howto-signals.html share/gtk-doc/html/gobject/index.html share/gtk-doc/html/gobject/index.sgml share/gtk-doc/html/gobject/ix01.html share/gtk-doc/html/gobject/ix02.html share/gtk-doc/html/gobject/ix03.html share/gtk-doc/html/gobject/ix04.html share/gtk-doc/html/gobject/ix05.html share/gtk-doc/html/gobject/ix06.html share/gtk-doc/html/gobject/left.png share/gtk-doc/html/gobject/pr01.html share/gtk-doc/html/gobject/pt01.html share/gtk-doc/html/gobject/pt02.html share/gtk-doc/html/gobject/pt03.html share/gtk-doc/html/gobject/right.png share/gtk-doc/html/gobject/rn01.html share/gtk-doc/html/gobject/rn02.html share/gtk-doc/html/gobject/signal.html share/gtk-doc/html/gobject/style.css share/gtk-doc/html/gobject/tools-ginspector.html share/gtk-doc/html/gobject/tools-gob.html share/gtk-doc/html/gobject/tools-gtkdoc.html share/gtk-doc/html/gobject/tools-refdb.html share/gtk-doc/html/gobject/up.png share/locale/am share/locale/am/LC_MESSAGES share/locale/am/LC_MESSAGES/glib20.mo share/locale/ar share/locale/ar/LC_MESSAGES share/locale/ar/LC_MESSAGES/glib20.mo share/locale/az share/locale/az/LC_MESSAGES share/locale/az/LC_MESSAGES/glib20.mo share/locale/be/LC_MESSAGES/glib20.mo share/locale/bg share/locale/bg/LC_MESSAGES share/locale/bg/LC_MESSAGES/glib20.mo share/locale/bn share/locale/bn/LC_MESSAGES share/locale/bn/LC_MESSAGES/glib20.mo share/locale/bs share/locale/bs/LC_MESSAGES share/locale/bs/LC_MESSAGES/glib20.mo share/locale/ca/LC_MESSAGES/glib20.mo share/locale/cs/LC_MESSAGES/glib20.mo share/locale/cy share/locale/cy/LC_MESSAGES share/locale/cy/LC_MESSAGES/glib20.mo share/locale/da/LC_MESSAGES/glib20.mo share/locale/de/LC_MESSAGES/glib20.mo share/locale/el/LC_MESSAGES/glib20.mo share/locale/en_CA share/locale/en_CA/LC_MESSAGES share/locale/en_CA/LC_MESSAGES/glib20.mo share/locale/en_GB share/locale/en_GB/LC_MESSAGES share/locale/en_GB/LC_MESSAGES/glib20.mo share/locale/eo/LC_MESSAGES/glib20.mo share/locale/es/LC_MESSAGES/glib20.mo share/locale/et/LC_MESSAGES/glib20.mo share/locale/eu/LC_MESSAGES/glib20.mo share/locale/fa share/locale/fa/LC_MESSAGES share/locale/fa/LC_MESSAGES/glib20.mo share/locale/fi/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo share/locale/ga/LC_MESSAGES/glib20.mo share/locale/gl/LC_MESSAGES/glib20.mo share/locale/gu share/locale/gu/LC_MESSAGES share/locale/gu/LC_MESSAGES/glib20.mo share/locale/he share/locale/he/LC_MESSAGES share/locale/he/LC_MESSAGES/glib20.mo share/locale/hi share/locale/hi/LC_MESSAGES share/locale/hi/LC_MESSAGES/glib20.mo share/locale/hr share/locale/hr/LC_MESSAGES share/locale/hr/LC_MESSAGES/glib20.mo share/locale/hu share/locale/hu/LC_MESSAGES share/locale/hu/LC_MESSAGES/glib20.mo share/locale/id/LC_MESSAGES/glib20.mo share/locale/is share/locale/is/LC_MESSAGES share/locale/is/LC_MESSAGES/glib20.mo share/locale/it/LC_MESSAGES/glib20.mo share/locale/ja/LC_MESSAGES/glib20.mo share/locale/ko/LC_MESSAGES/glib20.mo share/locale/lt share/locale/lt/LC_MESSAGES share/locale/lt/LC_MESSAGES/glib20.mo share/locale/lv share/locale/lv/LC_MESSAGES share/locale/lv/LC_MESSAGES/glib20.mo share/locale/mk share/locale/mk/LC_MESSAGES share/locale/mk/LC_MESSAGES/glib20.mo share/locale/ml share/locale/ml/LC_MESSAGES share/locale/ml/LC_MESSAGES/glib20.mo share/locale/mn share/locale/mn/LC_MESSAGES share/locale/mn/LC_MESSAGES/glib20.mo share/locale/ms share/locale/ms/LC_MESSAGES share/locale/ms/LC_MESSAGES/glib20.mo share/locale/nb/LC_MESSAGES/glib20.mo share/locale/ne share/locale/ne/LC_MESSAGES share/locale/ne/LC_MESSAGES/glib20.mo share/locale/nl/LC_MESSAGES/glib20.mo share/locale/nn/LC_MESSAGES/glib20.mo share/locale/no share/locale/no/LC_MESSAGES share/locale/no/LC_MESSAGES/glib20.mo share/locale/or share/locale/or/LC_MESSAGES share/locale/or/LC_MESSAGES/glib20.mo share/locale/pa share/locale/pa/LC_MESSAGES share/locale/pa/LC_MESSAGES/glib20.mo share/locale/pl/LC_MESSAGES/glib20.mo share/locale/pt/LC_MESSAGES/glib20.mo share/locale/pt_BR/LC_MESSAGES/glib20.mo share/locale/ro/LC_MESSAGES/glib20.mo share/locale/ru/LC_MESSAGES/glib20.mo share/locale/rw share/locale/rw/LC_MESSAGES share/locale/rw/LC_MESSAGES/glib20.mo share/locale/sk/LC_MESSAGES/glib20.mo share/locale/sl/LC_MESSAGES/glib20.mo share/locale/sq share/locale/sq/LC_MESSAGES share/locale/sq/LC_MESSAGES/glib20.mo share/locale/sr/LC_MESSAGES/glib20.mo share/locale/sr@Latn share/locale/sr@Latn/LC_MESSAGES share/locale/sr@Latn/LC_MESSAGES/glib20.mo share/locale/sr@ije share/locale/sr@ije/LC_MESSAGES share/locale/sr@ije/LC_MESSAGES/glib20.mo share/locale/sv/LC_MESSAGES/glib20.mo share/locale/ta share/locale/ta/LC_MESSAGES share/locale/ta/LC_MESSAGES/glib20.mo share/locale/te share/locale/te/LC_MESSAGES share/locale/te/LC_MESSAGES/glib20.mo share/locale/th share/locale/th/LC_MESSAGES share/locale/th/LC_MESSAGES/glib20.mo share/locale/tl share/locale/tl/LC_MESSAGES share/locale/tl/LC_MESSAGES/glib20.mo share/locale/tr/LC_MESSAGES/glib20.mo share/locale/uk/LC_MESSAGES/glib20.mo share/locale/vi/LC_MESSAGES/glib20.mo share/locale/wa share/locale/wa/LC_MESSAGES share/locale/wa/LC_MESSAGES/glib20.mo share/locale/xh share/locale/xh/LC_MESSAGES share/locale/xh/LC_MESSAGES/glib20.mo share/locale/yi share/locale/yi/LC_MESSAGES share/locale/yi/LC_MESSAGES/glib20.mo share/locale/zh_CN/LC_MESSAGES/glib20.mo share/locale/zh_HK/LC_MESSAGES/glib20.mo share/locale/zh_TW/LC_MESSAGES/glib20.mo
ATK 1.10.3, LibPNG 1.2.50, JPEG 8d, TIFF 3.8.2
ATK, Libpng, JPEG and TIFF can be compiled as follows:
./configure --prefix=/mingw
make
make installOccasionally, libpng12.dll.a may be created incorrectly.
cp -iv libpng.dll.a libpng12.dll.a
Pango 1.10.4
I built Pango like this:
./configure --prefix=/mingw --with-included-modules=yes
make
make installThe following files are installed by Pango:
bin/libpango-1.0-0.dll bin/libpangowin32-1.0-0.dll bin/pango-querymodules.exe etc/pango/pango.modules include/pango-1.0/pango/pango-attributes.h include/pango-1.0/pango/pango-break.h include/pango-1.0/pango/pango-context.h include/pango-1.0/pango/pango-coverage.h include/pango-1.0/pango/pango-engine.h include/pango-1.0/pango/pango-enum-types.h include/pango-1.0/pango/pango-font.h include/pango-1.0/pango/pango-fontmap.h include/pango-1.0/pango/pango-fontset.h include/pango-1.0/pango/pango-glyph-item.h include/pango-1.0/pango/pango-glyph.h include/pango-1.0/pango/pango-item.h include/pango-1.0/pango/pango-layout.h include/pango-1.0/pango/pango-modules.h include/pango-1.0/pango/pango-renderer.h include/pango-1.0/pango/pango-script.h include/pango-1.0/pango/pango-tabs.h include/pango-1.0/pango/pango-types.h include/pango-1.0/pango/pango-utils.h include/pango-1.0/pango/pango.h include/pango-1.0/pango/pangofc-font.h include/pango-1.0/pango/pangofc-fontmap.h include/pango-1.0/pango/pangowin32.h lib/libpango-1.0.dll.a lib/libpango-1.0.la lib/libpangowin32-1.0.dll.a lib/libpangowin32-1.0.la lib/pango-1.0.def lib/pango/1.4.0/modules/pango-basic-win32.a lib/pango/1.4.0/modules/pango-basic-win32.dll lib/pango/1.4.0/modules/pango-basic-win32.la lib/pangocairo-1.0.def lib/pangowin32-1.0.def lib/pkgconfig/pango.pc lib/pkgconfig/pangowin32.pc man/man1/pango-querymodules.1 share/gtk-doc/html/pango/PangoEngineLang.html share/gtk-doc/html/pango/PangoEngineShape.html share/gtk-doc/html/pango/PangoFcDecoder.html share/gtk-doc/html/pango/PangoFcFont.html share/gtk-doc/html/pango/PangoFcFontMap.html share/gtk-doc/html/pango/PangoMarkupFormat.html share/gtk-doc/html/pango/home.png share/gtk-doc/html/pango/index.html share/gtk-doc/html/pango/index.sgml share/gtk-doc/html/pango/ix01.html share/gtk-doc/html/pango/layout.gif share/gtk-doc/html/pango/left.png share/gtk-doc/html/pango/lowlevel.html share/gtk-doc/html/pango/pango-Cairo-Rendering.html share/gtk-doc/html/pango/pango-Coverage-Maps.html share/gtk-doc/html/pango/pango-Engines.html share/gtk-doc/html/pango/pango-Fonts.html share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html share/gtk-doc/html/pango/pango-Glyph-Storage.html share/gtk-doc/html/pango/pango-Layout-Objects.html share/gtk-doc/html/pango/pango-Modules.html share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html share/gtk-doc/html/pango/pango-Scripts.html share/gtk-doc/html/pango/pango-Tab-Stops.html share/gtk-doc/html/pango/pango-Text-Attributes.html share/gtk-doc/html/pango/pango-Text-Processing.html share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html share/gtk-doc/html/pango/pango-querymodules.html share/gtk-doc/html/pango/pango.devhelp share/gtk-doc/html/pango/pango.html share/gtk-doc/html/pango/rendering.html share/gtk-doc/html/pango/right.png share/gtk-doc/html/pango/rotated-text.png share/gtk-doc/html/pango/style.css share/gtk-doc/html/pango/tools.html share/gtk-doc/html/pango/up.png
GTK+ 2.6.10
At last, we are ready to compile GTK+ 2.6.10. I compiled GTK+ 2.6.10 like this:
./configure --prefix=/mingw --with-gdktarget=win32 --disable-static --disable-modules --with-included-loaders=yes --disable-debug WINDRES=/mingw/bin/windres.exe
makeAt first, I received BITMAPV5HEADER error. To work around this error, I commented out the BITMAPV5HEADER section at the beginning of gdk\win32\gdkcursor-win32.c. Fixes for a couple other problems are posted in other articles:
- “failed to load ./stock_about_16.png”
libpixbufloader-png.dll etc. should be builted manually. - Problem due to missing GTK input modules
- Missing GTK theme engines libwimp.dll and libpixmap.dll
Go to po, po-properties, gdk-pixbuf, gdk, gtk, modules and demos in that order, and run:
make install
The following files are installed after running
make install:bin/gdk-pixbuf-csource.exe bin/gdk-pixbuf-query-loaders.exe bin/gtk-demo.exe bin/gtk-query-immodules-2.0.exe bin/gtk-update-icon-cache.exe bin/libgdk-win32-2.0-0.dll bin/libgdk_pixbuf-2.0-0.dll bin/libgtk-win32-2.0-0.dll etc/gtk-2.0/gdk-pixbuf.loaders etc/gtk-2.0/gtk.immodules include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h include/gtk-2.0/gdk/gdk.h include/gtk-2.0/gdk/gdkalias.h include/gtk-2.0/gdk/gdkcolor.h include/gtk-2.0/gdk/gdkcursor.h include/gtk-2.0/gdk/gdkdisplay.h include/gtk-2.0/gdk/gdkdisplaymanager.h include/gtk-2.0/gdk/gdkdnd.h include/gtk-2.0/gdk/gdkdrawable.h include/gtk-2.0/gdk/gdkenumtypes.h include/gtk-2.0/gdk/gdkevents.h include/gtk-2.0/gdk/gdkfont.h include/gtk-2.0/gdk/gdkgc.h include/gtk-2.0/gdk/gdki18n.h include/gtk-2.0/gdk/gdkimage.h include/gtk-2.0/gdk/gdkinput.h include/gtk-2.0/gdk/gdkkeys.h include/gtk-2.0/gdk/gdkkeysyms.h include/gtk-2.0/gdk/gdkpango.h include/gtk-2.0/gdk/gdkpixbuf.h include/gtk-2.0/gdk/gdkpixmap.h include/gtk-2.0/gdk/gdkprivate.h include/gtk-2.0/gdk/gdkproperty.h include/gtk-2.0/gdk/gdkregion.h include/gtk-2.0/gdk/gdkrgb.h include/gtk-2.0/gdk/gdkscreen.h include/gtk-2.0/gdk/gdkselection.h include/gtk-2.0/gdk/gdkspawn.h include/gtk-2.0/gdk/gdktypes.h include/gtk-2.0/gdk/gdkvisual.h include/gtk-2.0/gdk/gdkwin32.h include/gtk-2.0/gdk/gdkwindow.h include/gtk-2.0/gtk/gtk.h include/gtk-2.0/gtk/gtkaboutdialog.h include/gtk-2.0/gtk/gtkaccelgroup.h include/gtk-2.0/gtk/gtkaccellabel.h include/gtk-2.0/gtk/gtkaccelmap.h include/gtk-2.0/gtk/gtkaccessible.h include/gtk-2.0/gtk/gtkaction.h include/gtk-2.0/gtk/gtkactiongroup.h include/gtk-2.0/gtk/gtkadjustment.h include/gtk-2.0/gtk/gtkalignment.h include/gtk-2.0/gtk/gtkarrow.h include/gtk-2.0/gtk/gtkaspectframe.h include/gtk-2.0/gtk/gtkbbox.h include/gtk-2.0/gtk/gtkbin.h include/gtk-2.0/gtk/gtkbindings.h include/gtk-2.0/gtk/gtkbox.h include/gtk-2.0/gtk/gtkbutton.h include/gtk-2.0/gtk/gtkcalendar.h include/gtk-2.0/gtk/gtkcelleditable.h include/gtk-2.0/gtk/gtkcelllayout.h include/gtk-2.0/gtk/gtkcellrenderer.h include/gtk-2.0/gtk/gtkcellrenderercombo.h include/gtk-2.0/gtk/gtkcellrendererpixbuf.h include/gtk-2.0/gtk/gtkcellrendererprogress.h include/gtk-2.0/gtk/gtkcellrenderertext.h include/gtk-2.0/gtk/gtkcellrenderertoggle.h include/gtk-2.0/gtk/gtkcellview.h include/gtk-2.0/gtk/gtkcheckbutton.h include/gtk-2.0/gtk/gtkcheckmenuitem.h include/gtk-2.0/gtk/gtkclipboard.h include/gtk-2.0/gtk/gtkclist.h include/gtk-2.0/gtk/gtkcolorbutton.h include/gtk-2.0/gtk/gtkcolorsel.h include/gtk-2.0/gtk/gtkcolorseldialog.h include/gtk-2.0/gtk/gtkcombo.h include/gtk-2.0/gtk/gtkcombobox.h include/gtk-2.0/gtk/gtkcomboboxentry.h include/gtk-2.0/gtk/gtkcontainer.h include/gtk-2.0/gtk/gtkctree.h include/gtk-2.0/gtk/gtkcurve.h include/gtk-2.0/gtk/gtkdebug.h include/gtk-2.0/gtk/gtkdialog.h include/gtk-2.0/gtk/gtkdnd.h include/gtk-2.0/gtk/gtkdrawingarea.h include/gtk-2.0/gtk/gtkeditable.h include/gtk-2.0/gtk/gtkentry.h include/gtk-2.0/gtk/gtkentrycompletion.h include/gtk-2.0/gtk/gtkenums.h include/gtk-2.0/gtk/gtkeventbox.h include/gtk-2.0/gtk/gtkexpander.h include/gtk-2.0/gtk/gtkfilechooser.h include/gtk-2.0/gtk/gtkfilechooserbutton.h include/gtk-2.0/gtk/gtkfilechooserdialog.h include/gtk-2.0/gtk/gtkfilechooserwidget.h include/gtk-2.0/gtk/gtkfilefilter.h include/gtk-2.0/gtk/gtkfilesel.h include/gtk-2.0/gtk/gtkfilesystem.h include/gtk-2.0/gtk/gtkfixed.h include/gtk-2.0/gtk/gtkfontbutton.h include/gtk-2.0/gtk/gtkfontsel.h include/gtk-2.0/gtk/gtkframe.h include/gtk-2.0/gtk/gtkgamma.h include/gtk-2.0/gtk/gtkgc.h include/gtk-2.0/gtk/gtkhandlebox.h include/gtk-2.0/gtk/gtkhbbox.h include/gtk-2.0/gtk/gtkhbox.h include/gtk-2.0/gtk/gtkhpaned.h include/gtk-2.0/gtk/gtkhruler.h include/gtk-2.0/gtk/gtkhscale.h include/gtk-2.0/gtk/gtkhscrollbar.h include/gtk-2.0/gtk/gtkhseparator.h include/gtk-2.0/gtk/gtkiconfactory.h include/gtk-2.0/gtk/gtkicontheme.h include/gtk-2.0/gtk/gtkiconview.h include/gtk-2.0/gtk/gtkimage.h include/gtk-2.0/gtk/gtkimagemenuitem.h include/gtk-2.0/gtk/gtkimcontext.h include/gtk-2.0/gtk/gtkimcontextsimple.h include/gtk-2.0/gtk/gtkimmodule.h include/gtk-2.0/gtk/gtkimmulticontext.h include/gtk-2.0/gtk/gtkinputdialog.h include/gtk-2.0/gtk/gtkinvisible.h include/gtk-2.0/gtk/gtkitem.h include/gtk-2.0/gtk/gtkitemfactory.h include/gtk-2.0/gtk/gtklabel.h include/gtk-2.0/gtk/gtklayout.h include/gtk-2.0/gtk/gtklist.h include/gtk-2.0/gtk/gtklistitem.h include/gtk-2.0/gtk/gtkliststore.h include/gtk-2.0/gtk/gtkmain.h include/gtk-2.0/gtk/gtkmarshal.h include/gtk-2.0/gtk/gtkmenu.h include/gtk-2.0/gtk/gtkmenubar.h include/gtk-2.0/gtk/gtkmenuitem.h include/gtk-2.0/gtk/gtkmenushell.h include/gtk-2.0/gtk/gtkmenutoolbutton.h include/gtk-2.0/gtk/gtkmessagedialog.h include/gtk-2.0/gtk/gtkmisc.h include/gtk-2.0/gtk/gtkmodules.h include/gtk-2.0/gtk/gtknotebook.h include/gtk-2.0/gtk/gtkobject.h include/gtk-2.0/gtk/gtkoldeditable.h include/gtk-2.0/gtk/gtkoptionmenu.h include/gtk-2.0/gtk/gtkpaned.h include/gtk-2.0/gtk/gtkpixmap.h include/gtk-2.0/gtk/gtkplug.h include/gtk-2.0/gtk/gtkpreview.h include/gtk-2.0/gtk/gtkprivate.h include/gtk-2.0/gtk/gtkprogress.h include/gtk-2.0/gtk/gtkprogressbar.h include/gtk-2.0/gtk/gtkradioaction.h include/gtk-2.0/gtk/gtkradiobutton.h include/gtk-2.0/gtk/gtkradiomenuitem.h include/gtk-2.0/gtk/gtkradiotoolbutton.h include/gtk-2.0/gtk/gtkrange.h include/gtk-2.0/gtk/gtkrc.h include/gtk-2.0/gtk/gtkruler.h include/gtk-2.0/gtk/gtkscale.h include/gtk-2.0/gtk/gtkscrollbar.h include/gtk-2.0/gtk/gtkscrolledwindow.h include/gtk-2.0/gtk/gtkselection.h include/gtk-2.0/gtk/gtkseparator.h include/gtk-2.0/gtk/gtkseparatormenuitem.h include/gtk-2.0/gtk/gtkseparatortoolitem.h include/gtk-2.0/gtk/gtksettings.h include/gtk-2.0/gtk/gtksignal.h include/gtk-2.0/gtk/gtksizegroup.h include/gtk-2.0/gtk/gtksocket.h include/gtk-2.0/gtk/gtkspinbutton.h include/gtk-2.0/gtk/gtkstatusbar.h include/gtk-2.0/gtk/gtkstock.h include/gtk-2.0/gtk/gtkstyle.h include/gtk-2.0/gtk/gtktable.h include/gtk-2.0/gtk/gtktearoffmenuitem.h include/gtk-2.0/gtk/gtktext.h include/gtk-2.0/gtk/gtktextbuffer.h include/gtk-2.0/gtk/gtktextchild.h include/gtk-2.0/gtk/gtktextdisplay.h include/gtk-2.0/gtk/gtktextiter.h include/gtk-2.0/gtk/gtktextlayout.h include/gtk-2.0/gtk/gtktextmark.h include/gtk-2.0/gtk/gtktexttag.h include/gtk-2.0/gtk/gtktexttagtable.h include/gtk-2.0/gtk/gtktextview.h include/gtk-2.0/gtk/gtktipsquery.h include/gtk-2.0/gtk/gtktoggleaction.h include/gtk-2.0/gtk/gtktogglebutton.h include/gtk-2.0/gtk/gtktoggletoolbutton.h include/gtk-2.0/gtk/gtktoolbar.h include/gtk-2.0/gtk/gtktoolbutton.h include/gtk-2.0/gtk/gtktoolitem.h include/gtk-2.0/gtk/gtktooltips.h include/gtk-2.0/gtk/gtktree.h include/gtk-2.0/gtk/gtktreednd.h include/gtk-2.0/gtk/gtktreeitem.h include/gtk-2.0/gtk/gtktreemodel.h include/gtk-2.0/gtk/gtktreemodelfilter.h include/gtk-2.0/gtk/gtktreemodelsort.h include/gtk-2.0/gtk/gtktreeselection.h include/gtk-2.0/gtk/gtktreesortable.h include/gtk-2.0/gtk/gtktreestore.h include/gtk-2.0/gtk/gtktreeview.h include/gtk-2.0/gtk/gtktreeviewcolumn.h include/gtk-2.0/gtk/gtktypebuiltins.h include/gtk-2.0/gtk/gtktypeutils.h include/gtk-2.0/gtk/gtkuimanager.h include/gtk-2.0/gtk/gtkvbbox.h include/gtk-2.0/gtk/gtkvbox.h include/gtk-2.0/gtk/gtkversion.h include/gtk-2.0/gtk/gtkviewport.h include/gtk-2.0/gtk/gtkvpaned.h include/gtk-2.0/gtk/gtkvruler.h include/gtk-2.0/gtk/gtkvscale.h include/gtk-2.0/gtk/gtkvscrollbar.h include/gtk-2.0/gtk/gtkvseparator.h include/gtk-2.0/gtk/gtkwidget.h include/gtk-2.0/gtk/gtkwindow.h lib/gtk-2.0/2.4.0/engines/libpixmap.a lib/gtk-2.0/2.4.0/engines/libpixmap.dll lib/gtk-2.0/2.4.0/engines/libpixmap.la lib/gtk-2.0/2.4.0/engines/libwimp.a lib/gtk-2.0/2.4.0/engines/libwimp.dll lib/gtk-2.0/2.4.0/engines/libwimp.la lib/gtk-2.0/2.4.0/immodules/im-am-et.dll lib/gtk-2.0/2.4.0/immodules/im-cedilla.dll lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.dll lib/gtk-2.0/2.4.0/immodules/im-ime.dll lib/gtk-2.0/2.4.0/immodules/im-inuktitut.dll lib/gtk-2.0/2.4.0/immodules/im-ipa.dll lib/gtk-2.0/2.4.0/immodules/im-thai-broken.dll lib/gtk-2.0/2.4.0/immodules/im-ti-er.dll lib/gtk-2.0/2.4.0/immodules/im-ti-et.dll lib/gtk-2.0/2.4.0/immodules/im-viqr.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.la lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.a lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.dll lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.la lib/gtk-2.0/include/gdkconfig.h lib/libgdk-win32-2.0.dll.a lib/libgdk-win32-2.0.la lib/libgdk_pixbuf-2.0.dll.a lib/libgdk_pixbuf-2.0.la lib/libgtk-win32-2.0.dll.a lib/libgtk-win32-2.0.la share/locale/af/LC_MESSAGES/gtk20-properties.mo share/locale/af/LC_MESSAGES/gtk20.mo share/locale/am/LC_MESSAGES/gtk20-properties.mo share/locale/am/LC_MESSAGES/gtk20.mo share/locale/ar/LC_MESSAGES/gtk20-properties.mo share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20-properties.mo share/locale/az/LC_MESSAGES/gtk20.mo share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo share/locale/az_IR/LC_MESSAGES/gtk20.mo share/locale/be/LC_MESSAGES/gtk20-properties.mo share/locale/be/LC_MESSAGES/gtk20.mo share/locale/bg/LC_MESSAGES/gtk20-properties.mo share/locale/bg/LC_MESSAGES/gtk20.mo share/locale/bn/LC_MESSAGES/gtk20-properties.mo share/locale/bn/LC_MESSAGES/gtk20.mo share/locale/br/LC_MESSAGES/gtk20-properties.mo share/locale/br/LC_MESSAGES/gtk20.mo share/locale/bs/LC_MESSAGES/gtk20-properties.mo share/locale/bs/LC_MESSAGES/gtk20.mo share/locale/ca/LC_MESSAGES/gtk20-properties.mo share/locale/ca/LC_MESSAGES/gtk20.mo share/locale/cs/LC_MESSAGES/gtk20-properties.mo share/locale/cs/LC_MESSAGES/gtk20.mo share/locale/cy/LC_MESSAGES/gtk20-properties.mo share/locale/cy/LC_MESSAGES/gtk20.mo share/locale/da/LC_MESSAGES/gtk20-properties.mo share/locale/da/LC_MESSAGES/gtk20.mo share/locale/de/LC_MESSAGES/gtk20-properties.mo share/locale/de/LC_MESSAGES/gtk20.mo share/locale/el/LC_MESSAGES/gtk20-properties.mo share/locale/el/LC_MESSAGES/gtk20.mo share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo share/locale/en_CA/LC_MESSAGES/gtk20.mo share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo share/locale/en_GB/LC_MESSAGES/gtk20.mo share/locale/es/LC_MESSAGES/gtk20-properties.mo share/locale/es/LC_MESSAGES/gtk20.mo share/locale/et/LC_MESSAGES/gtk20-properties.mo share/locale/et/LC_MESSAGES/gtk20.mo share/locale/eu/LC_MESSAGES/gtk20-properties.mo share/locale/eu/LC_MESSAGES/gtk20.mo share/locale/fa/LC_MESSAGES/gtk20-properties.mo share/locale/fa/LC_MESSAGES/gtk20.mo share/locale/fi/LC_MESSAGES/gtk20-properties.mo share/locale/fi/LC_MESSAGES/gtk20.mo share/locale/fr/LC_MESSAGES/gtk20-properties.mo share/locale/fr/LC_MESSAGES/gtk20.mo share/locale/ga/LC_MESSAGES/gtk20-properties.mo share/locale/ga/LC_MESSAGES/gtk20.mo share/locale/gl/LC_MESSAGES/gtk20-properties.mo share/locale/gl/LC_MESSAGES/gtk20.mo share/locale/gu/LC_MESSAGES/gtk20-properties.mo share/locale/gu/LC_MESSAGES/gtk20.mo share/locale/he/LC_MESSAGES/gtk20-properties.mo share/locale/he/LC_MESSAGES/gtk20.mo share/locale/hi/LC_MESSAGES/gtk20-properties.mo share/locale/hi/LC_MESSAGES/gtk20.mo share/locale/hr/LC_MESSAGES/gtk20-properties.mo share/locale/hr/LC_MESSAGES/gtk20.mo share/locale/hu/LC_MESSAGES/gtk20-properties.mo share/locale/hu/LC_MESSAGES/gtk20.mo share/locale/hy/LC_MESSAGES/gtk20-properties.mo share/locale/hy/LC_MESSAGES/gtk20.mo share/locale/ia/LC_MESSAGES/gtk20-properties.mo share/locale/ia/LC_MESSAGES/gtk20.mo share/locale/id/LC_MESSAGES/gtk20-properties.mo share/locale/id/LC_MESSAGES/gtk20.mo share/locale/is/LC_MESSAGES/gtk20-properties.mo share/locale/is/LC_MESSAGES/gtk20.mo share/locale/it/LC_MESSAGES/gtk20-properties.mo share/locale/it/LC_MESSAGES/gtk20.mo share/locale/ja/LC_MESSAGES/gtk20-properties.mo share/locale/ja/LC_MESSAGES/gtk20.mo share/locale/ko/LC_MESSAGES/gtk20-properties.mo share/locale/ko/LC_MESSAGES/gtk20.mo share/locale/li/LC_MESSAGES/gtk20-properties.mo share/locale/li/LC_MESSAGES/gtk20.mo share/locale/lt/LC_MESSAGES/gtk20-properties.mo share/locale/lt/LC_MESSAGES/gtk20.mo share/locale/lv/LC_MESSAGES/gtk20-properties.mo share/locale/lv/LC_MESSAGES/gtk20.mo share/locale/mi/LC_MESSAGES/gtk20-properties.mo share/locale/mi/LC_MESSAGES/gtk20.mo share/locale/mk/LC_MESSAGES/gtk20-properties.mo share/locale/mk/LC_MESSAGES/gtk20.mo share/locale/ml/LC_MESSAGES/gtk20-properties.mo share/locale/ml/LC_MESSAGES/gtk20.mo share/locale/mn/LC_MESSAGES/gtk20-properties.mo share/locale/mn/LC_MESSAGES/gtk20.mo share/locale/mr/LC_MESSAGES/gtk20-properties.mo share/locale/mr/LC_MESSAGES/gtk20.mo share/locale/ms/LC_MESSAGES/gtk20-properties.mo share/locale/ms/LC_MESSAGES/gtk20.mo share/locale/nb/LC_MESSAGES/gtk20-properties.mo share/locale/nb/LC_MESSAGES/gtk20.mo share/locale/ne/LC_MESSAGES/gtk20-properties.mo share/locale/ne/LC_MESSAGES/gtk20.mo share/locale/nl/LC_MESSAGES/gtk20-properties.mo share/locale/nl/LC_MESSAGES/gtk20.mo share/locale/nn/LC_MESSAGES/gtk20-properties.mo share/locale/nn/LC_MESSAGES/gtk20.mo share/locale/no/LC_MESSAGES/gtk20-properties.mo share/locale/no/LC_MESSAGES/gtk20.mo share/locale/nso/LC_MESSAGES/gtk20-properties.mo share/locale/nso/LC_MESSAGES/gtk20.mo share/locale/pa/LC_MESSAGES/gtk20-properties.mo share/locale/pa/LC_MESSAGES/gtk20.mo share/locale/pl/LC_MESSAGES/gtk20-properties.mo share/locale/pl/LC_MESSAGES/gtk20.mo share/locale/pt/LC_MESSAGES/gtk20-properties.mo share/locale/pt/LC_MESSAGES/gtk20.mo share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo share/locale/pt_BR/LC_MESSAGES/gtk20.mo share/locale/ro/LC_MESSAGES/gtk20-properties.mo share/locale/ro/LC_MESSAGES/gtk20.mo share/locale/ru/LC_MESSAGES/gtk20-properties.mo share/locale/ru/LC_MESSAGES/gtk20.mo share/locale/rw/LC_MESSAGES/gtk20-properties.mo share/locale/rw/LC_MESSAGES/gtk20.mo share/locale/sk/LC_MESSAGES/gtk20-properties.mo share/locale/sk/LC_MESSAGES/gtk20.mo share/locale/sl/LC_MESSAGES/gtk20-properties.mo share/locale/sl/LC_MESSAGES/gtk20.mo share/locale/sq/LC_MESSAGES/gtk20-properties.mo share/locale/sq/LC_MESSAGES/gtk20.mo share/locale/sr/LC_MESSAGES/gtk20-properties.mo share/locale/sr/LC_MESSAGES/gtk20.mo share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo share/locale/sr@Latn/LC_MESSAGES/gtk20.mo share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo share/locale/sr@ije/LC_MESSAGES/gtk20.mo share/locale/sv/LC_MESSAGES/gtk20-properties.mo share/locale/sv/LC_MESSAGES/gtk20.mo share/locale/ta/LC_MESSAGES/gtk20-properties.mo share/locale/ta/LC_MESSAGES/gtk20.mo share/locale/th/LC_MESSAGES/gtk20-properties.mo share/locale/th/LC_MESSAGES/gtk20.mo share/locale/tk/LC_MESSAGES/gtk20-properties.mo share/locale/tk/LC_MESSAGES/gtk20.mo share/locale/tr/LC_MESSAGES/gtk20-properties.mo share/locale/tr/LC_MESSAGES/gtk20.mo share/locale/uk/LC_MESSAGES/gtk20-properties.mo share/locale/uk/LC_MESSAGES/gtk20.mo share/locale/uz/LC_MESSAGES/gtk20-properties.mo share/locale/uz/LC_MESSAGES/gtk20.mo share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo share/locale/uz@Latn/LC_MESSAGES/gtk20.mo share/locale/vi/LC_MESSAGES/gtk20-properties.mo share/locale/vi/LC_MESSAGES/gtk20.mo share/locale/wa/LC_MESSAGES/gtk20-properties.mo share/locale/wa/LC_MESSAGES/gtk20.mo share/locale/xh/LC_MESSAGES/gtk20-properties.mo share/locale/xh/LC_MESSAGES/gtk20.mo share/locale/yi/LC_MESSAGES/gtk20-properties.mo share/locale/yi/LC_MESSAGES/gtk20.mo share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo share/locale/zh_CN/LC_MESSAGES/gtk20.mo share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Default/gtk-2.0/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/MS-Windows/gtk-2.0/gtkrc
- “failed to load ./stock_about_16.png”
Customizing GTK+ 2.6.10
Before testing GTK+, there are a few steps left to customize GTK+. Basically, customizing GTK+ means modifying .gtkrc-2.0 and .pango.aliases. These files should be created in your %HOME% or %USERPROFILE% folder. The following is my .gtkrc-2.0.
gtk-theme-name = "MS-Windows" style "user-font" { font_name="Sans 9" } widget_class "*" style "user-font"And this is my .pango.aliases.
Sans = "Arial,GulimChe,Haansoft Dotum,MS Sans Serif" Serif = "Times New Roman,Haansoft Batang" Monospace = "Courier New"
Running GTK-Demo
To test the new GTK build, run
gtk-demo.exeLANG=ko gtk-demo
The LANG= variable is optional. It is used here just to check the foreign language capability of GTK+.

