Skip to content

Instantly share code, notes, and snippets.

@starius
Created November 7, 2015 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starius/abfb9033d92f21ef521d to your computer and use it in GitHub Desktop.
Save starius/abfb9033d92f21ef521d to your computer and use it in GitHub Desktop.
Wesnoth build in MXE fails because of CMAKE_MODULE_PATH reset in Wesnoth's CMakeLists.txt
make[1]: Entering directory '/home/mxe/mxe-wesnoth'
[using autodetected 6 job(s)]
uname -a
Linux elric.ga 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux
git show-branch --list --reflog=1
[refs/heads/wesnoth@{0}] (23 hours ago) (none)
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 8.2 (jessie)
Release: 8.2
Codename: jessie
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.14.1
rm -rf '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static'
mkdir -p '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static'
cd '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static' && tar xjf '/home/mxe/mxe-wesnoth/pkg/wesnoth-1.12.4.tar.bz2'
cd '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4'
(cd '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4' && patch -p1 -u) < ./src/wesnoth-1-fixes.patch
patching file CMakeLists.txt
Hunk #1 succeeded at 37 (offset -2 lines).
patching file CMakeLists.txt
Hunk #1 succeeded at 246 (offset -2 lines).
patching file src/CMakeLists.txt
patching file src/CMakeLists.txt
'i686-w64-mingw32.static-cmake' -DENABLE_GAME=ON -DENABLE_SERVER=ON '-DSDL_CONFIG=i686-w64-mingw32.static-sdl-config' /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 -B'/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
== Using MXE wrapper: /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-cmake
== Using MXE toolchain: /home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake
-- The C compiler identification is GNU 5.2.0
-- The CXX compiler identification is GNU 5.2.0
-- Check for working C compiler: /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-gcc
-- Check for working C compiler: /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++
-- Check for working CXX compiler: /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL: mingw32;/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libSDLmain.a;/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libSDL.a;-lpthread (found suitable version "1.2.15", minimum required is "1.2.7")
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- iostreams
-- program_options
-- regex
-- system
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.3")
-- Looking for dgettext
-- Looking for dgettext - not found
-- Found Libintl: /home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - not found
-- Looking for include file sys/poll.h
-- Looking for include file sys/poll.h - not found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - not found
-- Looking for include file sys/sendfile.h
-- Looking for include file sys/sendfile.h - not found
-- Looking for round in m
-- Looking for round in m - found
-- Environment compiler flags set to »«
-- Performing Test HAS_COMPILER_FLAG_STD
-- Performing Test HAS_COMPILER_FLAG_STD - Success
-- Performing Test HAS_COMPILER_FLAG_W
-- Performing Test HAS_COMPILER_FLAG_W - Success
-- Performing Test HAS_COMPILER_FLAG_WALL
-- Performing Test HAS_COMPILER_FLAG_WALL - Success
-- Performing Test HAS_COMPILER_FLAG_WERROR_STRICT_ALIASING
-- Performing Test HAS_COMPILER_FLAG_WERROR_STRICT_ALIASING - Success
-- Performing Test HAS_COMPILER_FLAG_WUNUSED_LOCAL_TYPEDEFS
-- Performing Test HAS_COMPILER_FLAG_WUNUSED_LOCAL_TYPEDEFS - Success
-- Performing Test HAS_COMPILER_FLAG_WLITERAL_SUFFIX
-- Performing Test HAS_COMPILER_FLAG_WLITERAL_SUFFIX - Success
-- Performing Test HAS_COMPILER_FLAG_QUNUSED_ARGUMENTS
-- Performing Test HAS_COMPILER_FLAG_QUNUSED_ARGUMENTS - Failed
-- Performing Test HAS_COMPILER_FLAG_WMISMATCHED_TAGS
-- Performing Test HAS_COMPILER_FLAG_WMISMATCHED_TAGS - Failed
-- Performing Test HAS_COMPILER_FLAG_WNULL_CONVERSION
-- Performing Test HAS_COMPILER_FLAG_WNULL_CONVERSION - Failed
-- Performing Test HAS_COMPILER_FLAG_WOLD_STYLE_CAST
-- Performing Test HAS_COMPILER_FLAG_WOLD_STYLE_CAST - Success
-- Performing Test HAS_COMPILER_FLAG_WDEPRECATED_REGISTER
-- Performing Test HAS_COMPILER_FLAG_WDEPRECATED_REGISTER - Failed
-- Performing Test HAS_COMPILER_FLAG_WEXTRA
-- Performing Test HAS_COMPILER_FLAG_WEXTRA - Success
-- Performing Test HAS_COMPILER_FLAG_WINIT_SELF
-- Performing Test HAS_COMPILER_FLAG_WINIT_SELF - Success
-- Performing Test HAS_COMPILER_FLAG_WLOGICAL_OP
-- Performing Test HAS_COMPILER_FLAG_WLOGICAL_OP - Success
-- Performing Test HAS_COMPILER_FLAG_WMISSING_DECLARATIONS
-- Performing Test HAS_COMPILER_FLAG_WMISSING_DECLARATIONS - Success
-- Performing Test HAS_COMPILER_FLAG_WREDUNDANT_DECLS
-- Performing Test HAS_COMPILER_FLAG_WREDUNDANT_DECLS - Success
-- Performing Test HAS_COMPILER_FLAG_WCTOR_DTOR_PRIVACY
-- Performing Test HAS_COMPILER_FLAG_WCTOR_DTOR_PRIVACY - Success
-- Performing Test HAS_COMPILER_FLAG_WNON_VIRTUAL_DTOR
-- Performing Test HAS_COMPILER_FLAG_WNON_VIRTUAL_DTOR - Success
-- Performing Test HAS_COMPILER_FLAG_WDOUBLE_PROMOTION
-- Performing Test HAS_COMPILER_FLAG_WDOUBLE_PROMOTION - Success
-- Performing Test HAS_COMPILER_FLAG_WUSELESS_CAST
-- Performing Test HAS_COMPILER_FLAG_WUSELESS_CAST - Success
-- Performing Test HAS_COMPILER_FLAG_WCXX_11_COMPAT
-- Performing Test HAS_COMPILER_FLAG_WCXX_11_COMPAT - Success
-- Performing Test HAS_COMPILER_FLAG_WNOEXCEPT
-- Performing Test HAS_COMPILER_FLAG_WNOEXCEPT - Success
-- Performing Test HAS_COMPILER_FLAG_WDOCUMENTATION
-- Performing Test HAS_COMPILER_FLAG_WDOCUMENTATION - Failed
-- Performing Test HAS_COMPILER_FLAG_WEXTRA_SEMI
-- Performing Test HAS_COMPILER_FLAG_WEXTRA_SEMI - Failed
-- Performing Test HAS_COMPILER_FLAG_WCONDITIONAL_INITIALIZED
-- Performing Test HAS_COMPILER_FLAG_WCONDITIONAL_INITIALIZED - Failed
-- CMake compiler flags set to » -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast «
removing NDEBUG flag from CMAKE_CXX_FLAGS_RELEASE
removing NDEBUG flag from CMAKE_C_FLAGS_RELEASE
removing NDEBUG flag from CMAKE_CXX_FLAGS_RELWITHDEBINFO
removing NDEBUG flag from CMAKE_C_FLAGS_RELWITHDEBINFO
removing NDEBUG flag from CMAKE_CXX_FLAGS_MINSIZEREL
removing NDEBUG flag from CMAKE_C_FLAGS_MINSIZEREL
-- Found SDL_image: /home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libSDL_image.a (found suitable version "1.2.12", minimum required is "1.2")
-- Found SDL_mixer: /home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libSDL_mixer.a (found suitable version "1.2.12", minimum required is "1.2.12")
-- Found SDL_ttf: /home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libSDL_ttf.a (found suitable version "2.0.11", minimum required is "2.0.8")
-- Found VORBISFILE: optimized;/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libvorbisfile.a;debug;/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libvorbisfile.a
-- Found PkgConfig: /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-pkg-config (found version "0.28")
-- checking for module 'pangocairo>=1.21.3'
-- found pangocairo, version 1.37.4
-- checking for module 'fontconfig>=2.4.1'
-- found fontconfig, version 2.11.1
-- checking for module 'systemd'
-- package 'systemd' not found
-- Found SDL_net: /home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/libSDL_net.a (found version "1.2.8")
Could not find FriBiDi. Disabling FriBiDi support.
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- filesystem
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- locale
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- filesystem
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- locale
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build
'make' -C '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build' VERBOSE=1 -j '6'
make[2]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -H/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 -B/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f po/CMakeFiles/mo-update.dir/build.make po/CMakeFiles/mo-update.dir/depend
make -f src/CMakeFiles/wesnoth-game.dir/build.make src/CMakeFiles/wesnoth-game.dir/depend
make -f src/CMakeFiles/wesnoth-revision_dummy.dir/build.make src/CMakeFiles/wesnoth-revision_dummy.dir/depend
make -f src/CMakeFiles/wesnoth-lua.dir/build.make src/CMakeFiles/wesnoth-lua.dir/depend
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision_dummy.dir/DependInfo.cmake --color=
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-lua.dir/DependInfo.cmake --color=
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-game.dir/DependInfo.cmake --color=
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision_dummy.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision_dummy.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision_dummy.dir/depend.internal".
Scanning dependencies of target wesnoth-revision_dummy
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f src/CMakeFiles/wesnoth-revision_dummy.dir/build.make src/CMakeFiles/wesnoth-revision_dummy.dir/build
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 && /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/utils/autorevision -th > /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/revision.dummy
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-lua.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-lua.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-lua.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-game.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-game.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-game.dir/depend.internal".
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po/CMakeFiles/mo-update.dir/DependInfo.cmake --color=
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po/CMakeFiles/mo-update.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po/CMakeFiles/mo-update.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po/CMakeFiles/mo-update.dir/depend.internal".
Scanning dependencies of target mo-update
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f po/CMakeFiles/mo-update.dir/build.make po/CMakeFiles/mo-update.dir/build
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] [ 0%] [ 0%] [ 0%] Built target wesnoth-revision_dummy
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [zh_TW]: Creating locale directory.
mo-update [af]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES
mo-update [ang]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES
[ 0%] make -f src/CMakeFiles/wesnoth-revision.dir/build.make src/CMakeFiles/wesnoth-revision.dir/depend
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision.dir/DependInfo.cmake --color=
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] mo-update [ang@latin]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-revision.dir/depend.internal".
Scanning dependencies of target wesnoth-revision
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
[ 0%] make -f src/CMakeFiles/wesnoth-revision.dir/build.make src/CMakeFiles/wesnoth-revision.dir/build
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -E copy_if_different /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/revision.dummy /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/revision.h
mo-update [ar]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [bg]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] Built target wesnoth-revision
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] mo-update [ca]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES
[ 0%] [ 0%] mo-update [ca_ES@valencia]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES
make -f src/CMakeFiles/wesnoth-core.dir/build.make src/CMakeFiles/wesnoth-core.dir/depend
mo-update [cs]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES
mo-update [da]: Creating locale directory.
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-core.dir/DependInfo.cmake --color=
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-core.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-core.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnoth-core.dir/depend.internal".
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] [ 0%] [ 0%] mo-update [de]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES
mo-update [el]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES
mo-update [en_GB]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] [ 0%] [ 0%] mo-update [en@shaw]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES
mo-update [es]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES
mo-update [eo]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 71
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 0%] [ 1%] [ 1%] mo-update [et]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES
mo-update [fi]: Creating locale directory.
mo-update [eu]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [fr]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES
mo-update [fur_IT]: Creating locale directory.
mo-update [ga]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [gd]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES
mo-update [gl]: Creating locale directory.
mo-update [he]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [hr]: Creating locale directory.
mo-update [hu]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES
mo-update [id]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [it]: Creating locale directory.
mo-update [is]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES
mo-update [ja]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [ko]: Creating locale directory.
mo-update [la]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES
mo-update [lt]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [lv]: Creating locale directory.
mo-update [mk]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES
mo-update [mr]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 1%] [ 1%] [ 1%] mo-update [nl]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES
mo-update [pl]: Creating locale directory.
mo-update [nb_NO]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 72
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] [ 2%] mo-update [pt]: Creating locale directory.
mo-update [pt_BR]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES
mo-update [racv]: Creating locale directory.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [ro]: Creating locale directory.
mo-update [ru]: Creating locale directory.
[ 2%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES
mo-update [sk]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [sl]: Creating locale directory.
[ 2%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES
mo-update [sr]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES
mo-update [sr@ijekavian]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] mo-update [sr@ijekavianlatin]: Creating locale directory.
[ 2%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES
mo-update [sr@latin]: Creating locale directory.
mo-update [sv]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] mo-update [tl]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES
mo-update [uk]: Creating locale directory.
mo-update [tr]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] [ 2%] mo-update [zh_CN]: Creating locale directory.
mo-update [vi]: Creating locale directory.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/po && /usr/bin/cmake -E make_directory /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-zh_TW]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth.mo zh_TW.po
[ 2%] [ 2%] mo-update [wesnoth-anl-zh_TW]: Creating mo file.
mo-update [wesnoth-ai-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-ai.mo zh_TW.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-anl.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] mo-update [wesnoth-aoi-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-aoi.mo zh_TW.po
[ 2%] mo-update [wesnoth-did-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-did.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-dm-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-dm.mo zh_TW.po
[ 2%] mo-update [wesnoth-dw-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-dw.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-editor-zh_TW]: Creating mo file.
[ 2%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-editor.mo zh_TW.po
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-help-zh_TW]: Creating mo file.
mo-update [wesnoth-ei-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-help.mo zh_TW.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-ei.mo zh_TW.po
[ 2%] mo-update [wesnoth-httt-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-httt.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] mo-update [wesnoth-l-zh_TW]: Creating mo file.
mo-update [wesnoth-lib-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-l.mo zh_TW.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-lib.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] mo-update [wesnoth-low-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-low.mo zh_TW.po
[ 2%] mo-update [wesnoth-multiplayer-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo zh_TW.po
mo-update [wesnoth-nr-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-nr.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-sof-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-sof.mo zh_TW.po
[ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-sotbe-zh_TW]: Creating mo file.
[ 2%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-sotbe.mo zh_TW.po
mo-update [wesnoth-tb-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-tb.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 2%] [ 2%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-test-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-test.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 70
mo-update [wesnoth-thot-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-thot.mo zh_TW.po
[ 2%] [ 3%] mo-update [wesnoth-trow-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-trow.mo zh_TW.po
mo-update [wesnoth-tsg-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-tsg.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] mo-update [wesnoth-tutorial-zh_TW]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-tutorial.mo zh_TW.po
[ 3%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-units-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-units.mo zh_TW.po
[ 3%] [ 3%] mo-update [wesnoth-utbs-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-utbs.mo zh_TW.po
mo-update [wesnoth-manpages-zh_TW]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-manpages.mo zh_TW.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] mo-update [wesnoth-manual-zh_TW]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_TW/LC_MESSAGES/wesnoth-manual.mo zh_TW.po
[ 3%] mo-update [wesnoth-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] mo-update [wesnoth-ai-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-ai.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] mo-update [wesnoth-anl-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-anl.mo af.po
[ 3%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-aoi-af]: Creating mo file.
[ 3%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-aoi.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] mo-update [wesnoth-did-af]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-did.mo af.po
[ 3%] mo-update [wesnoth-dm-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-dm.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-dw-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-dw.mo af.po
[ 3%] mo-update [wesnoth-editor-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-editor.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] [ 3%] [ 3%] mo-update [wesnoth-ei-af]: Creating mo file.
mo-update [wesnoth-help-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-ei.mo af.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-help.mo af.po
mo-update [wesnoth-httt-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-httt.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] [ 3%] mo-update [wesnoth-l-af]: Creating mo file.
mo-update [wesnoth-lib-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-lib.mo af.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-l.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] [ 3%] [ 3%] mo-update [wesnoth-multiplayer-af]: Creating mo file.
mo-update [wesnoth-low-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-low.mo af.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-multiplayer.mo af.po
mo-update [wesnoth-nr-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-nr.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-sof-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-sof.mo af.po
[ 3%] mo-update [wesnoth-sotbe-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-sotbe.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] [ 3%] mo-update [wesnoth-tb-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-tb.mo af.po
mo-update [wesnoth-test-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-test.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 1
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 3%] [ 4%] [ 4%] mo-update [wesnoth-thot-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-thot.mo af.po
mo-update [wesnoth-trow-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-trow.mo af.po
mo-update [wesnoth-tsg-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-tsg.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tutorial-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-tutorial.mo af.po
[ 4%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-units-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-units.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] [ 4%] mo-update [wesnoth-utbs-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-utbs.mo af.po
mo-update [wesnoth-manpages-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-manpages.mo af.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-manual-af]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/af/LC_MESSAGES/wesnoth-manual.mo af.po
[ 4%] mo-update [wesnoth-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] mo-update [wesnoth-ai-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-ai.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-anl-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-anl.mo ang.po
[ 4%] [ 4%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-did-ang]: Creating mo file.
mo-update [wesnoth-aoi-ang]: Creating mo file.
[ 4%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-did.mo ang.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-aoi.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-dm-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-dm.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] [ 4%] mo-update [wesnoth-dw-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-dw.mo ang.po
mo-update [wesnoth-editor-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-editor.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] [ 4%] [ 4%] mo-update [wesnoth-ei-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-ei.mo ang.po
mo-update [wesnoth-help-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-help.mo ang.po
mo-update [wesnoth-httt-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-httt.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] [ 4%] mo-update [wesnoth-l-ang]: Creating mo file.
mo-update [wesnoth-lib-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-l.mo ang.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-lib.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 4%] mo-update [wesnoth-low-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-low.mo ang.po
[ 4%] mo-update [wesnoth-multiplayer-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-multiplayer.mo ang.po
mo-update [wesnoth-nr-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-nr.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 2
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] [ 5%] mo-update [wesnoth-sof-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-sof.mo ang.po
mo-update [wesnoth-sotbe-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-sotbe.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] [ 5%] [ 5%] mo-update [wesnoth-test-ang]: Creating mo file.
mo-update [wesnoth-tb-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-tb.mo ang.po
mo-update [wesnoth-thot-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-test.mo ang.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-thot.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] mo-update [wesnoth-trow-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-trow.mo ang.po
[ 5%] mo-update [wesnoth-tsg-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-tsg.mo ang.po
mo-update [wesnoth-tutorial-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-tutorial.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] [ 5%] mo-update [wesnoth-units-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-units.mo ang.po
mo-update [wesnoth-manpages-ang]: Creating mo file.
mo-update [wesnoth-utbs-ang]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-manpages.mo ang.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-utbs.mo ang.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-manual-ang]: Creating mo file.
[ 5%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang/LC_MESSAGES/wesnoth-manual.mo ang.po
mo-update [wesnoth-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] mo-update [wesnoth-ai-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-ai.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] [ 5%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-aoi-ang@latin]: Creating mo file.
mo-update [wesnoth-anl-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-aoi.mo ang@latin.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-anl.mo ang@latin.po
[ 5%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-did-ang@latin]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-did.mo ang@latin.po
[ 5%] [ 5%] mo-update [wesnoth-dm-ang@latin]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-dm.mo ang@latin.po
mo-update [wesnoth-dw-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-dw.mo ang@latin.po
[ 5%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-editor-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-editor.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 5%] [ 5%] [ 5%] mo-update [wesnoth-ei-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-ei.mo ang@latin.po
mo-update [wesnoth-help-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-help.mo ang@latin.po
mo-update [wesnoth-httt-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-httt.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 3
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] [ 6%] mo-update [wesnoth-l-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-l.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-lib-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-lib.mo ang@latin.po
[ 6%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-low-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-low.mo ang@latin.po
[ 6%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-multiplayer-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-multiplayer.mo ang@latin.po
[ 6%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-nr-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-nr.mo ang@latin.po
[ 6%] [ 6%] mo-update [wesnoth-sotbe-ang@latin]: Creating mo file.
mo-update [wesnoth-sof-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-sotbe.mo ang@latin.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-sof.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] [ 6%] [ 6%] mo-update [wesnoth-tb-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-tb.mo ang@latin.po
mo-update [wesnoth-test-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-test.mo ang@latin.po
mo-update [wesnoth-thot-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-thot.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] [ 6%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-trow-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-trow.mo ang@latin.po
mo-update [wesnoth-tsg-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-tsg.mo ang@latin.po
[ 6%] mo-update [wesnoth-tutorial-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-tutorial.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] [ 6%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-units-ang@latin]: Creating mo file.
mo-update [wesnoth-utbs-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-units.mo ang@latin.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-utbs.mo ang@latin.po
[ 6%] mo-update [wesnoth-manpages-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-manpages.mo ang@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] [ 6%] mo-update [wesnoth-manual-ang@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ang@latin/LC_MESSAGES/wesnoth-manual.mo ang@latin.po
mo-update [wesnoth-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] [ 6%] [ 6%] mo-update [wesnoth-anl-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-anl.mo ar.po
mo-update [wesnoth-ai-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-ai.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-aoi-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-aoi.mo ar.po
[ 6%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 4
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 6%] mo-update [wesnoth-did-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-did.mo ar.po
[ 7%] mo-update [wesnoth-dw-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-dw.mo ar.po
mo-update [wesnoth-dm-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-dm.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-editor-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-editor.mo ar.po
Scanning dependencies of target wesnoth-lua
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f src/CMakeFiles/wesnoth-lua.dir/build.make src/CMakeFiles/wesnoth-lua.dir/build
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-ei-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-ei.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] [ 7%] make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-help-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-help.mo ar.po
mo-update [wesnoth-httt-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-httt.mo ar.po
[ 7%] [ 7%] mo-update [wesnoth-l-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-l.mo ar.po
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua_jailbreak_exception.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua_jailbreak_exception.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua_jailbreak_exception.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] [ 7%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lapi.cpp.obj
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lapi.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lapi.cpp
[ 7%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lbitlib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lbitlib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lbitlib.cpp
mo-update [wesnoth-lib-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-lib.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-low-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-low.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-multiplayer-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-multiplayer.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-nr-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-nr.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-sof-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-sof.mo ar.po
[ 7%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lcode.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lcode.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lcode.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-sotbe-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-sotbe.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-tb-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-tb.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-test-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-test.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-thot-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-thot.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-trow-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-trow.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-tsg-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-tsg.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tutorial-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-tutorial.mo ar.po
[ 7%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-units-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-units.mo ar.po
[ 7%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lcorolib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lcorolib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lcorolib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-utbs-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-utbs.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-manpages-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-manpages.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 7%] mo-update [wesnoth-manual-ar]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ar/LC_MESSAGES/wesnoth-manual.mo ar.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 5
[ 8%] mo-update [wesnoth-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 8%] mo-update [wesnoth-ai-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-ai.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 8%] mo-update [wesnoth-anl-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-anl.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 8%] [ 8%] mo-update [wesnoth-aoi-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-aoi.mo bg.po
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lctype.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lctype.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lctype.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 8%] [ 8%] mo-update [wesnoth-dm-bg]: Creating mo file.
mo-update [wesnoth-did-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-dm.mo bg.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-did.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 98
[ 9%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ldebug.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ldebug.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ldebug.cpp
[ 9%] mo-update [wesnoth-dw-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-dw.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-editor-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-editor.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-ei-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-ei.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-help-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-help.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-httt-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-httt.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-l-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-l.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] [ 9%] mo-update [wesnoth-low-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-low.mo bg.po
mo-update [wesnoth-lib-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-lib.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-multiplayer-bg]: Creating mo file.
[ 9%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-multiplayer.mo bg.po
mo-update [wesnoth-nr-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-nr.mo bg.po
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ldo.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ldo.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ldo.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ldump.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ldump.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ldump.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-sof-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-sof.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-sotbe-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-sotbe.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-tb-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-tb.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lfunc.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lfunc.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lfunc.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-test-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-test.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-thot-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-thot.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-trow-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-trow.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 9%] mo-update [wesnoth-tsg-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-tsg.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 6
[ 10%] mo-update [wesnoth-tutorial-bg]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-tutorial.mo bg.po
[ 10%] [ 10%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-units-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-units.mo bg.po
[ 10%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lgc.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lgc.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lgc.cpp
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/llex.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/llex.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/llex.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-utbs-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-utbs.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-manpages-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-manpages.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-manual-bg]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/bg/LC_MESSAGES/wesnoth-manual.mo bg.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-ai-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-ai.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] [ 10%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lmem.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lmem.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lmem.cpp
mo-update [wesnoth-anl-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-anl.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-aoi-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-aoi.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] [ 10%] mo-update [wesnoth-did-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-did.mo ca.po
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lobject.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lobject.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lobject.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-dm-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-dm.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-dw-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-dw.mo ca.po
[ 10%] [ 10%] mo-update [wesnoth-editor-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-editor.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lopcodes.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lopcodes.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lopcodes.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] Scanning dependencies of target wesnoth-core
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f src/CMakeFiles/wesnoth-core.dir/build.make src/CMakeFiles/wesnoth-core.dir/build
[ 10%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lparser.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lparser.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lparser.cpp
mo-update [wesnoth-ei-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-ei.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-help-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-help.mo ca.po
[ 10%] mo-update [wesnoth-httt-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-httt.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-l-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-l.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] [ 10%] mo-update [wesnoth-lib-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-lib.mo ca.po
mo-update [wesnoth-low-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-low.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lstate.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lstate.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lstate.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-multiplayer-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-multiplayer.mo ca.po
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] [ 10%] mo-update [wesnoth-nr-ca]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-nr.mo ca.po
Building CXX object src/CMakeFiles/wesnoth-core.dir/color_range.cpp.obj
[ 10%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/color_range.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/color_range.cpp
Building CXX object src/CMakeFiles/wesnoth-core.dir/config.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/config.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/config.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-sof-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-sof.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 10%] mo-update [wesnoth-sotbe-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-sotbe.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 7
[ 11%] mo-update [wesnoth-tb-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-tb.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-test-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-test.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-thot-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-thot.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-trow-ca]: Creating mo file.
[ 11%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-trow.mo ca.po
Building CXX object src/CMakeFiles/wesnoth-core.dir/filesystem_common.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/filesystem_common.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/filesystem_common.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-tsg-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-tsg.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-tutorial-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-tutorial.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-units-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-units.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-utbs-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-utbs.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-manpages-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-manpages.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-manual-ca]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca/LC_MESSAGES/wesnoth-manual.mo ca.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lstring.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lstring.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lstring.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-ai-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-ai.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-anl-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-aoi-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-did-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-dm-ca_ES@valencia]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-dm.mo ca_ES@valencia.po
[ 11%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ltable.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ltable.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ltable.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Scanning dependencies of target wesnoth-game
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f src/CMakeFiles/wesnoth-game.dir/build.make src/CMakeFiles/wesnoth-game.dir/build
[ 11%] mo-update [wesnoth-dw-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-dw.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-editor-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-ei-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-help-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-help.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-httt-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 11%] mo-update [wesnoth-l-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 8
[ 12%] mo-update [wesnoth-lib-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ltm.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ltm.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ltm.cpp
[ 12%] mo-update [wesnoth-low-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-multiplayer-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lundump.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lundump.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lundump.cpp
[ 12%] mo-update [wesnoth-nr-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-sof-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo ca_ES@valencia.po
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] [ 12%] mo-update [wesnoth-sotbe-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-sotbe.mo ca_ES@valencia.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/arrow.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/arrow.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/arrow.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-tb-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-tb.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-test-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-test.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-thot-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-thot.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] [ 12%] mo-update [wesnoth-trow-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-trow.mo ca_ES@valencia.po
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lvm.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lvm.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lvm.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-tsg-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-tsg.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-tutorial-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-units-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-utbs-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-manpages-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-manpages.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-manual-ca_ES@valencia]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-manual.mo ca_ES@valencia.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-ai-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-ai.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-anl-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-anl.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-aoi-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-aoi.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-did-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-did.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-dm-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-dm.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 12%] mo-update [wesnoth-dw-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-dw.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 9
[ 13%] mo-update [wesnoth-editor-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-editor.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-ei-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-ei.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-help-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-help.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-httt-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-httt.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-l-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-l.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-lib-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-lib.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] [ 13%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lzio.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lzio.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lzio.cpp
mo-update [wesnoth-low-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-low.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-multiplayer-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-multiplayer.mo cs.po
[ 13%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lauxlib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lauxlib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lauxlib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-nr-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-nr.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-sof-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-sof.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] Building CXX object src/CMakeFiles/wesnoth-core.dir/game_config.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -DLOAD_REVISION -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/game_config.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/game_config.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-sotbe-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-sotbe.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-tb-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-tb.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-test-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-test.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-thot-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-thot.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-trow-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-trow.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-tsg-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-tsg.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-tutorial-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-tutorial.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-units-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-units.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] [ 13%] mo-update [wesnoth-utbs-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-utbs.mo cs.po
Building CXX object src/CMakeFiles/wesnoth-core.dir/hash.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/hash.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/hash.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lbaselib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lbaselib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lbaselib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-manpages-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-manpages.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-manual-cs]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/cs/LC_MESSAGES/wesnoth-manual.mo cs.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] mo-update [wesnoth-ai-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-ai.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 13%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 10
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ldblib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ldblib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ldblib.cpp
[ 14%] mo-update [wesnoth-anl-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-anl.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-aoi-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-aoi.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-did-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-did.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-dm-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-dm.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-dw-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-dw.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] [ 14%] mo-update [wesnoth-editor-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-editor.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-core.dir/log.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/log.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/log.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] [ 14%] mo-update [wesnoth-ei-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-ei.mo da.po
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/liolib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/liolib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/liolib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-help-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-help.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-httt-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-httt.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-l-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-l.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-lib-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-lib.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-low-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-low.mo da.po
[ 14%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lmathlib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lmathlib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lmathlib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-multiplayer-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-multiplayer.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-nr-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-nr.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-sof-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-sof.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-sotbe-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-sotbe.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-tb-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-tb.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-test-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-test.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-thot-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-thot.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-trow-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-trow.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-tsg-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-tsg.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-tutorial-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-tutorial.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 14%] mo-update [wesnoth-units-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-units.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 11
[ 15%] mo-update [wesnoth-utbs-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-utbs.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-manpages-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-manpages.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-manual-da]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/da/LC_MESSAGES/wesnoth-manual.mo da.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-ai-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-ai.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-anl-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-anl.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-aoi-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-aoi.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-did-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-did.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-dm-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-dm.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-dw-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-dw.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-editor-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-editor.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-ei-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-ei.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-help-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-help.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-httt-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-httt.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] [ 15%] Building CXX object src/CMakeFiles/wesnoth-game.dir/builder.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/builder.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/builder.cpp
mo-update [wesnoth-l-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-l.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-lib-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-lib.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-low-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-low.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-multiplayer-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-multiplayer.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-nr-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-nr.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-sof-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-sof.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-sotbe-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-sotbe.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 15%] mo-update [wesnoth-tb-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-tb.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 12
[ 16%] mo-update [wesnoth-test-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-test.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 16%] mo-update [wesnoth-thot-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-thot.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 16%] mo-update [wesnoth-trow-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-trow.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 16%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tsg-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-tsg.mo de.po
[ 16%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/loslib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/loslib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/loslib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 16%] mo-update [wesnoth-tutorial-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-tutorial.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 16%] mo-update [wesnoth-units-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-units.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 16%] mo-update [wesnoth-utbs-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-utbs.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 99
[ 17%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/ltablib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/ltablib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/ltablib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-manpages-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-manpages.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-manual-de]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/de/LC_MESSAGES/wesnoth-manual.mo de.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/lstrlib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/lstrlib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/lstrlib.cpp
[ 17%] mo-update [wesnoth-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-ai-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-ai.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-anl-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-anl.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-aoi-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-aoi.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-did-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-did.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-dm-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-dm.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-dw-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-dw.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-editor-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-editor.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-ei-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-ei.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-help-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-help.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-httt-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-httt.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-l-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-l.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-lib-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-lib.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] mo-update [wesnoth-low-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-low.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 17%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/loadlib.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/loadlib.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/loadlib.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 13
[ 18%] mo-update [wesnoth-multiplayer-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-multiplayer.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-nr-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-nr.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-sof-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-sof.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-sotbe-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-sotbe.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-tb-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-tb.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-test-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-test.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-thot-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-thot.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-trow-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-trow.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-tsg-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-tsg.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-tutorial-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-tutorial.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-units-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-units.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-utbs-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-utbs.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] Building CXX object src/CMakeFiles/wesnoth-core.dir/md5.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/md5.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/md5.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-manpages-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-manpages.mo el.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] [ 18%] mo-update [wesnoth-manual-el]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/el/LC_MESSAGES/wesnoth-manual.mo el.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/clipboard.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -o CMakeFiles/wesnoth-game.dir/clipboard.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/clipboard.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-ai-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-ai.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-anl-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-anl.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-aoi-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-aoi.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-did-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-did.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-dm-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-dm.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-core.dir/thread.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/thread.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/thread.cpp
[ 18%] mo-update [wesnoth-dw-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-dw.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-editor-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-editor.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 18%] mo-update [wesnoth-ei-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-ei.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 14
[ 20%] mo-update [wesnoth-help-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-help.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] Building CXX object src/CMakeFiles/wesnoth-lua.dir/lua/linit.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-lua.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-lua.dir/lua/linit.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lua/linit.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-httt-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-httt.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-l-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-l.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-lib-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-lib.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-low-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-low.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-multiplayer-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-nr-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-nr.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-sof-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-sof.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-sotbe-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-sotbe.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-tb-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-tb.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-test-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-test.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-thot-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-thot.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-trow-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-trow.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-tsg-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-tsg.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-tutorial-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-tutorial.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-units-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-units.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-utbs-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-utbs.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] Linking CXX static library libwesnoth-lua.a
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -P CMakeFiles/wesnoth-lua.dir/cmake_clean_target.cmake
Building CXX object src/CMakeFiles/wesnoth-core.dir/tstring.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/tstring.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/tstring.cpp
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/wesnoth-lua.dir/link.txt --verbose=1
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ar cr libwesnoth-lua.a CMakeFiles/wesnoth-lua.dir/lua_jailbreak_exception.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lapi.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lbitlib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lcode.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lcorolib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lctype.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ldebug.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ldo.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ldump.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lfunc.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lgc.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/llex.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lmem.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lobject.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lopcodes.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lparser.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lstate.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lstring.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ltable.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ltm.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lundump.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lvm.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lzio.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lauxlib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lbaselib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ldblib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/liolib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lmathlib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/loslib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/ltablib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/lstrlib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/loadlib.cpp.obj CMakeFiles/wesnoth-lua.dir/lua/linit.cpp.obj
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-manpages-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-manpages.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-manual-en_GB]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en_GB/LC_MESSAGES/wesnoth-manual.mo en_GB.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-ai-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-ai.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 20%] mo-update [wesnoth-anl-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-anl.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 15
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ranlib libwesnoth-lua.a
[ 21%] mo-update [wesnoth-aoi-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-aoi.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-did-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-did.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-dm-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-dm.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-dw-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-dw.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-editor-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-editor.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-ei-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-ei.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-help-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-help.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-httt-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-httt.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-l-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-l.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-lib-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-lib.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-low-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-low.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-multiplayer-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-multiplayer.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-nr-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-nr.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-sof-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-sof.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-sotbe-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-sotbe.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-tb-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-tb.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-test-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-test.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-thot-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-thot.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-trow-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-trow.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-tsg-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-tsg.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-tutorial-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-tutorial.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-units-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-units.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 21%] mo-update [wesnoth-utbs-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-utbs.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 16
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] [ 22%] make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 98 99
mo-update [wesnoth-manpages-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-manpages.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/construct_dialog.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/construct_dialog.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/construct_dialog.cpp
[ 22%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] Building CXX object src/CMakeFiles/wesnoth-core.dir/util.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/util.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/util.cpp
mo-update [wesnoth-manual-en@shaw]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/en@shaw/LC_MESSAGES/wesnoth-manual.mo en@shaw.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-ai-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-ai.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-anl-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-anl.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-aoi-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-aoi.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-did-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-did.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-dm-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-dm.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-dw-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-dw.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-editor-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-editor.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-ei-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-ei.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-help-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-help.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-httt-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-httt.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-l-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-l.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-lib-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-lib.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-low-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-low.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-multiplayer-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-multiplayer.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-nr-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-nr.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-sof-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-sof.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-sotbe-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-sotbe.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-tb-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-tb.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-test-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-test.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 22%] mo-update [wesnoth-thot-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-thot.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 17
[ 23%] mo-update [wesnoth-trow-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-trow.mo es.po
[ 23%] Built target wesnoth-lua
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] [ 23%] mo-update [wesnoth-tsg-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-tsg.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-tutorial-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-tutorial.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-units-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-units.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] Building CXX object src/CMakeFiles/wesnoth-core.dir/version.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/version.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/version.cpp
mo-update [wesnoth-utbs-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-utbs.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-manpages-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-manpages.mo es.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-manual-es]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/es/LC_MESSAGES/wesnoth-manual.mo es.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/cursor.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/cursor.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/cursor.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-ai-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-ai.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-anl-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-anl.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-aoi-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-aoi.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-did-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-did.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-dm-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-dm.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-dw-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-dw.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-editor-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-editor.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-ei-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-ei.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-help-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-help.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/builder.cpp:26:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
[ 23%] mo-update [wesnoth-httt-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-httt.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-l-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-l.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-lib-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-lib.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-low-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-low.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-multiplayer-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-multiplayer.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 23%] mo-update [wesnoth-nr-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-nr.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 18
[ 24%] mo-update [wesnoth-sof-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-sof.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-sotbe-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-sotbe.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-tb-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-tb.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-test-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-test.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-thot-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-thot.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-trow-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-trow.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] Building CXX object src/CMakeFiles/wesnoth-game.dir/display.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/display.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/display.cpp
mo-update [wesnoth-tsg-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-tsg.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] [ 24%] Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/binary_or_text.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/binary_or_text.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/binary_or_text.cpp
mo-update [wesnoth-tutorial-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-tutorial.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-units-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-units.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-utbs-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-utbs.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-manpages-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-manpages.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-manual-eo]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eo/LC_MESSAGES/wesnoth-manual.mo eo.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/parser.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/parser.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/parser.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-ai-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-ai.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-anl-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-anl.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-aoi-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-aoi.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-did-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-did.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-dm-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-dm.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-dw-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-dw.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-editor-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-editor.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-ei-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-ei.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 24%] mo-update [wesnoth-help-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-help.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 19
[ 25%] mo-update [wesnoth-httt-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-httt.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-l-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-l.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-lib-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-lib.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-low-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-low.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-multiplayer-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-multiplayer.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-nr-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-nr.mo et.po
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/cursor.cpp:23:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] [ 25%] Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/preprocessor.cpp.obj
mo-update [wesnoth-sof-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-sof.mo et.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/preprocessor.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/preprocessor.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-sotbe-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-sotbe.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-tb-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-tb.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-test-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-test.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-thot-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-thot.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-trow-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-trow.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-tsg-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-tsg.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-tutorial-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-tutorial.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-units-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-units.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-utbs-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-utbs.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-manpages-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-manpages.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-manual-et]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/et/LC_MESSAGES/wesnoth-manual.mo et.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-ai-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-ai.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-anl-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-anl.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-aoi-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-aoi.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 25%] mo-update [wesnoth-did-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-did.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 20
[ 26%] mo-update [wesnoth-dm-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-dm.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-dw-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-dw.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-editor-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-editor.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-ei-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-ei.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-help-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-help.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-httt-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-httt.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-l-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-l.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-lib-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-lib.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-low-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-low.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-multiplayer-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-multiplayer.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-nr-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-nr.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-sof-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-sof.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-sotbe-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-sotbe.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-tb-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-tb.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-test-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-test.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-thot-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-thot.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-trow-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-trow.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-tsg-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-tsg.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] Building CXX object src/CMakeFiles/wesnoth-game.dir/events.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/events.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/events.cpp
mo-update [wesnoth-tutorial-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-tutorial.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-units-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-units.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-utbs-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-utbs.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-manpages-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-manpages.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 26%] mo-update [wesnoth-manual-eu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/eu/LC_MESSAGES/wesnoth-manual.mo eu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 21
[ 27%] mo-update [wesnoth-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-ai-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-ai.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-anl-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-anl.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-aoi-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-aoi.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-did-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-did.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-dm-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-dm.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-dw-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-dw.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-editor-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-editor.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-ei-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-ei.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-help-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-help.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-httt-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-httt.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-l-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-l.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-lib-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-lib.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-low-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-low.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-multiplayer-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-multiplayer.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-nr-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-nr.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-sof-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-sof.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-sotbe-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-sotbe.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-tb-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-tb.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-test-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-test.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-thot-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-thot.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-trow-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-trow.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 27%] mo-update [wesnoth-tsg-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-tsg.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 22
[ 28%] mo-update [wesnoth-tutorial-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-tutorial.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-units-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-units.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-utbs-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-utbs.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-manpages-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-manpages.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-manual-fi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fi/LC_MESSAGES/wesnoth-manual.mo fi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-ai-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-ai.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-anl-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-anl.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 28%] mo-update [wesnoth-aoi-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-aoi.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 90
[ 29%] Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/string_utils.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/string_utils.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/string_utils.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-did-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-did.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-dm-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-dm.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-dw-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-dw.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-editor-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-editor.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-ei-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-ei.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-help-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-help.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-httt-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-httt.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-l-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-l.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-lib-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-lib.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-low-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-low.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-multiplayer-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-multiplayer.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-nr-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-nr.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 29%] mo-update [wesnoth-sof-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-sof.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 23
[ 30%] mo-update [wesnoth-sotbe-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-sotbe.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-tb-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-tb.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-test-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-test.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-thot-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-thot.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-trow-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-trow.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tsg-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-tsg.mo fr.po
[ 30%] mo-update [wesnoth-tutorial-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-tutorial.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] [ 30%] Building CXX object src/CMakeFiles/wesnoth-game.dir/font.cpp.obj
mo-update [wesnoth-units-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/font.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/font.cpp
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-units.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-utbs-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-utbs.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-manpages-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-manpages.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-manual-fr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fr/LC_MESSAGES/wesnoth-manual.mo fr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-ai-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-ai.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-anl-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-anl.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-aoi-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-aoi.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-did-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-did.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-dm-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-dm.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-dw-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-dw.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-editor-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-editor.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-ei-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-ei.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-help-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-help.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-httt-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-httt.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 30%] mo-update [wesnoth-l-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-l.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 24
[ 31%] mo-update [wesnoth-lib-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-lib.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-low-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-low.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-multiplayer-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-nr-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-nr.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-sof-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-sof.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-sotbe-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-sotbe.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-tb-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-tb.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-test-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-test.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-thot-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-thot.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-trow-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-trow.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-tsg-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-tsg.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-tutorial-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-tutorial.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-units-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-units.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-utbs-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-utbs.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-manpages-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-manpages.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-manual-fur_IT]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/fur_IT/LC_MESSAGES/wesnoth-manual.mo fur_IT.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-ai-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-ai.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/tokenizer.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/tokenizer.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/tokenizer.cpp
[ 31%] mo-update [wesnoth-anl-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-anl.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-aoi-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-aoi.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-did-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-did.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-dm-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-dm.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 31%] mo-update [wesnoth-dw-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-dw.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 25
[ 32%] mo-update [wesnoth-editor-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-editor.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-ei-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-ei.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-help-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-help.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-httt-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-httt.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-l-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-l.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-lib-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-lib.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-low-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-low.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-multiplayer-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-multiplayer.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-nr-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-nr.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-sof-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-sof.mo ga.po
[ 32%] Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/unicode.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/unicode.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/unicode.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-sotbe-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-sotbe.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-tb-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-tb.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-test-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-test.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-thot-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-thot.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-trow-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-trow.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-tsg-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-tsg.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-tutorial-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-tutorial.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-units-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-units.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-utbs-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-utbs.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-manpages-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-manpages.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-manual-ga]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ga/LC_MESSAGES/wesnoth-manual.mo ga.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 32%] mo-update [wesnoth-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 26
[ 33%] mo-update [wesnoth-ai-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-ai.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-anl-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-anl.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-aoi-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-aoi.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-did-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-did.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-dm-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-dm.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-dw-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-dw.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-editor-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-editor.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-ei-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-ei.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-help-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-help.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-httt-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-httt.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-l-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-l.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-lib-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-lib.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-low-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-low.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-multiplayer-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-multiplayer.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-nr-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-nr.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] [ 33%] Building CXX object src/CMakeFiles/wesnoth-core.dir/serialization/validator.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/serialization/validator.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/serialization/validator.cpp
mo-update [wesnoth-sof-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-sof.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-sotbe-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-sotbe.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-tb-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-tb.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-test-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-test.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-thot-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-thot.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] [ 33%] Building CXX object src/CMakeFiles/wesnoth-core.dir/filesystem_boost.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/filesystem_boost.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/filesystem_boost.cpp
mo-update [wesnoth-trow-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-trow.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] mo-update [wesnoth-tsg-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-tsg.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 33%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tutorial-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-tutorial.mo gd.po
[ 33%] Building CXX object src/CMakeFiles/wesnoth-core.dir/gettext_boost.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-core.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-core.dir/gettext_boost.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/gettext_boost.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 27
[ 34%] mo-update [wesnoth-units-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-units.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-utbs-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-utbs.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-manpages-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-manpages.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-manual-gd]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gd/LC_MESSAGES/wesnoth-manual.mo gd.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-ai-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-ai.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-anl-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-anl.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-aoi-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-aoi.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-did-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-did.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-dm-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-dm.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-dw-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-dw.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-editor-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-editor.mo gl.po
[ 34%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-ei-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-ei.mo gl.po
[ 34%] mo-update [wesnoth-help-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-help.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-httt-gl]: Creating mo file.
[ 34%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-httt.mo gl.po
mo-update [wesnoth-l-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-l.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-lib-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-lib.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] [ 34%] mo-update [wesnoth-low-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-low.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/format_time_summary.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/format_time_summary.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/format_time_summary.cpp
[ 34%] mo-update [wesnoth-multiplayer-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-multiplayer.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-nr-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-nr.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-sof-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-sof.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-sotbe-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-sotbe.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 34%] mo-update [wesnoth-tb-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-tb.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 28
[ 35%] mo-update [wesnoth-test-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-test.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-thot-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-thot.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-trow-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-trow.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-tsg-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-tsg.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-tutorial-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-tutorial.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-units-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-units.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-utbs-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-utbs.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-manpages-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-manpages.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-manual-gl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/gl/LC_MESSAGES/wesnoth-manual.mo gl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-ai-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-ai.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-anl-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-anl.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-aoi-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-aoi.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-did-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-did.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-dm-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-dm.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-dw-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-dw.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-editor-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-editor.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-ei-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-ei.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-help-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-help.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-httt-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-httt.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-l-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-l.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-lib-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-lib.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 35%] mo-update [wesnoth-low-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-low.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 29
[ 36%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-multiplayer-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-multiplayer.mo he.po
[ 36%] Building CXX object src/CMakeFiles/wesnoth-game.dir/generators/cavegen.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/generators/cavegen.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/generators/cavegen.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-nr-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-nr.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] [ 36%] Building CXX object src/CMakeFiles/wesnoth-game.dir/generators/map_create.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/generators/map_create.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/generators/map_create.cpp
mo-update [wesnoth-sof-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-sof.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-sotbe-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-sotbe.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-tb-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-tb.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-test-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-test.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-thot-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-thot.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-trow-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-trow.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-tsg-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-tsg.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-tutorial-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-tutorial.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] [ 36%] mo-update [wesnoth-units-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-units.mo he.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/generators/mapgen.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/generators/mapgen.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/generators/mapgen.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-utbs-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-utbs.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-manpages-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-manpages.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-manual-he]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/he/LC_MESSAGES/wesnoth-manual.mo he.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-ai-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-ai.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-anl-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-anl.mo hr.po
mo-update [wesnoth-aoi-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-aoi.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-did-hr]: Creating mo file.
[ 36%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-did.mo hr.po
mo-update [wesnoth-dm-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-dm.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/generators/mapgen_dialog.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/generators/mapgen_dialog.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/generators/mapgen_dialog.cpp
[ 36%] mo-update [wesnoth-dw-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-dw.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 36%] mo-update [wesnoth-editor-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-editor.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 30
[ 37%] mo-update [wesnoth-ei-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-ei.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-help-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-help.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-httt-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-httt.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-l-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-l.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-lib-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-lib.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-low-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-low.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-multiplayer-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-multiplayer.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-nr-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-nr.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-sof-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-sof.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-sotbe-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-sotbe.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-tb-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-tb.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-test-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-test.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-thot-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-thot.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-trow-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-trow.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-tsg-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-tsg.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-tutorial-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-tutorial.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-units-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-units.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-utbs-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-utbs.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-manpages-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-manpages.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-manual-hr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hr/LC_MESSAGES/wesnoth-manual.mo hr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] mo-update [wesnoth-ai-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-ai.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 37%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-anl-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-anl.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 31
[ 37%] Building CXX object src/CMakeFiles/wesnoth-game.dir/hotkey/command_executor.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/hotkey/command_executor.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/hotkey/command_executor.cpp
[ 38%] mo-update [wesnoth-aoi-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-aoi.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-did-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-did.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-dm-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-dm.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-dw-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-dw.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-editor-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-editor.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-ei-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-ei.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-help-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-help.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-httt-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-httt.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-l-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-l.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-lib-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-lib.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-low-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-low.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-multiplayer-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-multiplayer.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-nr-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-nr.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-sof-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-sof.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-sotbe-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-sotbe.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-tb-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-tb.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-test-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-test.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-thot-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-thot.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-trow-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-trow.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-tsg-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-tsg.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-tutorial-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-tutorial.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-units-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-units.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 38%] mo-update [wesnoth-utbs-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-utbs.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 32
[ 40%] mo-update [wesnoth-manpages-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-manpages.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-manual-hu]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/hu/LC_MESSAGES/wesnoth-manual.mo hu.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-ai-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-ai.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-anl-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-anl.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-aoi-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-aoi.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-did-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-did.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-dm-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-dm.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-dw-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-dw.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-editor-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-editor.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-ei-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-ei.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-help-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-help.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-httt-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-httt.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] [ 40%] mo-update [wesnoth-lib-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-lib.mo id.po
mo-update [wesnoth-l-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-l.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-low-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-low.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] Building CXX object src/CMakeFiles/wesnoth-game.dir/hotkey/hotkey_item.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/hotkey/hotkey_item.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/hotkey/hotkey_item.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-multiplayer-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-multiplayer.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-nr-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-nr.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-sof-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-sof.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-sotbe-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-sotbe.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-tb-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-tb.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-test-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-test.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 40%] mo-update [wesnoth-thot-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-thot.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 33
[ 41%] mo-update [wesnoth-trow-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-trow.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-tsg-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-tsg.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-tutorial-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-tutorial.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-units-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-units.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-utbs-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-utbs.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-manpages-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-manpages.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-manual-id]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/id/LC_MESSAGES/wesnoth-manual.mo id.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-ai-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-ai.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/hotkey/hotkey_command.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/hotkey/hotkey_command.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/hotkey/hotkey_command.cpp
[ 41%] mo-update [wesnoth-anl-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-anl.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-aoi-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-aoi.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-did-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-did.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-dm-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-dm.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-dw-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-dw.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-editor-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-editor.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-ei-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-ei.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-help-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-help.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-httt-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-httt.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-l-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-l.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-lib-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-lib.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-low-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-low.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 41%] mo-update [wesnoth-multiplayer-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-multiplayer.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 34
[ 42%] mo-update [wesnoth-nr-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-nr.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-sof-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-sof.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-sotbe-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-sotbe.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-tb-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-tb.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-test-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-test.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-thot-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-thot.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-trow-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-trow.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-tsg-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-tsg.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-tutorial-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-tutorial.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-units-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-units.mo is.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-utbs-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-utbs.mo is.po
Linking CXX static library libwesnoth-core.a
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -P CMakeFiles/wesnoth-core.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/wesnoth-core.dir/link.txt --verbose=1
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ar cr libwesnoth-core.a CMakeFiles/wesnoth-core.dir/color_range.cpp.obj CMakeFiles/wesnoth-core.dir/config.cpp.obj CMakeFiles/wesnoth-core.dir/filesystem_common.cpp.obj CMakeFiles/wesnoth-core.dir/game_config.cpp.obj CMakeFiles/wesnoth-core.dir/hash.cpp.obj CMakeFiles/wesnoth-core.dir/log.cpp.obj CMakeFiles/wesnoth-core.dir/md5.cpp.obj CMakeFiles/wesnoth-core.dir/thread.cpp.obj CMakeFiles/wesnoth-core.dir/tstring.cpp.obj CMakeFiles/wesnoth-core.dir/util.cpp.obj CMakeFiles/wesnoth-core.dir/version.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/binary_or_text.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/parser.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/preprocessor.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/string_utils.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/tokenizer.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/unicode.cpp.obj CMakeFiles/wesnoth-core.dir/serialization/validator.cpp.obj CMakeFiles/wesnoth-core.dir/filesystem_boost.cpp.obj CMakeFiles/wesnoth-core.dir/gettext_boost.cpp.obj
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-manpages-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-manpages.mo is.po
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ranlib libwesnoth-core.a
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-manual-is]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/is/LC_MESSAGES/wesnoth-manual.mo is.po
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 90
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] Built target wesnoth-core
make -f src/CMakeFiles/wesnothd.dir/build.make src/CMakeFiles/wesnothd.dir/depend
[ 42%] make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4 /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnothd.dir/DependInfo.cmake --color=
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnothd.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnothd.dir/depend.internal".
Dependee "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src/CMakeFiles/wesnothd.dir/depend.internal".
mo-update [wesnoth-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-ai-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-ai.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-anl-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-anl.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-aoi-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-aoi.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-did-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-did.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-dm-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-dm.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-dw-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-dw.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-editor-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-editor.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-ei-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-ei.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 42%] mo-update [wesnoth-help-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-help.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 35
[ 43%] mo-update [wesnoth-httt-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-httt.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-l-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-l.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-lib-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-lib.mo it.po
Scanning dependencies of target wesnothd
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
make -f src/CMakeFiles/wesnothd.dir/build.make src/CMakeFiles/wesnothd.dir/build
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-low-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-low.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-multiplayer-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-multiplayer.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-nr-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-nr.mo it.po
make[4]: Entering directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] Building CXX object src/CMakeFiles/wesnothd.dir/server/ban.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/ban.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/ban.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-sof-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-sof.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-sotbe-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-sotbe.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-tb-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-tb.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-test-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-test.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-thot-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-thot.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-trow-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-trow.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-tsg-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-tsg.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-tutorial-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-tutorial.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-units-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-units.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-utbs-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-utbs.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/hotkey/hotkey_manager.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/hotkey/hotkey_manager.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/hotkey/hotkey_manager.cpp
[ 43%] mo-update [wesnoth-manpages-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-manpages.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 43%] mo-update [wesnoth-manual-it]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/it/LC_MESSAGES/wesnoth-manual.mo it.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 91
[ 44%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/image.cpp.obj
[ 44%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/image.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.cpp
mo-update [wesnoth-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 44%] mo-update [wesnoth-ai-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-ai.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 44%] mo-update [wesnoth-anl-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-anl.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 44%] mo-update [wesnoth-aoi-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-aoi.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 44%] mo-update [wesnoth-did-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-did.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 36
[ 45%] mo-update [wesnoth-dm-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-dm.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-dw-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-dw.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-editor-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-editor.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-ei-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-ei.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-help-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-help.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-httt-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-httt.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] Building CXX object src/CMakeFiles/wesnoth-game.dir/image_modifications.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/image_modifications.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image_modifications.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] [ 45%] mo-update [wesnoth-l-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-l.mo ja.po
mo-update [wesnoth-lib-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-lib.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-low-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-low.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] Building CXX object src/CMakeFiles/wesnoth-game.dir/joystick.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/joystick.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/joystick.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-multiplayer-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-multiplayer.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-nr-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-nr.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-sof-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-sof.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-sotbe-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-sotbe.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-tb-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-tb.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-test-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-test.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-thot-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-thot.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-trow-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-trow.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-tsg-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-tsg.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-tutorial-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-tutorial.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-units-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-units.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-utbs-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-utbs.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-manpages-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-manpages.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 45%] mo-update [wesnoth-manual-ja]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ja/LC_MESSAGES/wesnoth-manual.mo ja.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 37
[ 46%] mo-update [wesnoth-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-ai-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-ai.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-anl-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-anl.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-aoi-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-aoi.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-did-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-did.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-dm-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-dm.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-dw-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-dw.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-editor-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-editor.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-ei-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-ei.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-help-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-help.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] [ 46%] mo-update [wesnoth-httt-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-httt.mo ko.po
Building CXX object src/CMakeFiles/wesnothd.dir/server/game.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/game.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/game.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-l-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-l.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-lib-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-lib.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-low-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-low.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-multiplayer-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-multiplayer.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-nr-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-nr.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-sof-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-sof.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-sotbe-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-sotbe.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-tb-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-tb.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-test-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-test.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-thot-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-thot.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 46%] mo-update [wesnoth-trow-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-trow.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 38
[ 47%] mo-update [wesnoth-tsg-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-tsg.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-tutorial-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-tutorial.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-units-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-units.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-utbs-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-utbs.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-manpages-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-manpages.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-manual-ko]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ko/LC_MESSAGES/wesnoth-manual.mo ko.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-ai-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-ai.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-anl-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-anl.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-aoi-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-aoi.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-did-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-did.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-dm-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-dm.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-dw-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-dw.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-editor-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-editor.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-ei-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-ei.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-help-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-help.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-httt-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-httt.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-l-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-l.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-lib-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-lib.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-low-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-low.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-multiplayer-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-multiplayer.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-nr-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-nr.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 47%] mo-update [wesnoth-sof-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-sof.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 39
[ 48%] mo-update [wesnoth-sotbe-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-sotbe.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-tb-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-tb.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] [ 48%] mo-update [wesnoth-thot-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-thot.mo la.po
mo-update [wesnoth-test-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-test.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-trow-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-trow.mo la.po
[ 48%] mo-update [wesnoth-tsg-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-tsg.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] Building CXX object src/CMakeFiles/wesnoth-game.dir/game_end_exceptions.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/game_end_exceptions.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/game_end_exceptions.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-tutorial-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-tutorial.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-units-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-units.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-utbs-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-utbs.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-manpages-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-manpages.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-manual-la]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/la/LC_MESSAGES/wesnoth-manual.mo la.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-ai-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-ai.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-anl-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-anl.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-aoi-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-aoi.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-did-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-did.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-dm-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-dm.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-dw-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-dw.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-editor-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-editor.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-ei-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-ei.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-help-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-help.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-httt-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-httt.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 48%] mo-update [wesnoth-l-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-l.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 40
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-lib-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-lib.mo lt.po
[ 49%] mo-update [wesnoth-low-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-low.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] Building CXX object src/CMakeFiles/wesnoth-game.dir/key.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/key.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/key.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-multiplayer-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-multiplayer.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] [ 49%] mo-update [wesnoth-sof-lt]: Creating mo file.
mo-update [wesnoth-nr-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-sof.mo lt.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-nr.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-sotbe-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-sotbe.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tb-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-tb.mo lt.po
[ 49%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-test-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-test.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] [ 49%] mo-update [wesnoth-thot-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-thot.mo lt.po
mo-update [wesnoth-trow-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-trow.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-tsg-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-tsg.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-tutorial-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-tutorial.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-units-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-units.mo lt.po
[ 49%] mo-update [wesnoth-utbs-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-utbs.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-manpages-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-manpages.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-manual-lt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lt/LC_MESSAGES/wesnoth-manual.mo lt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth.mo lv.po
[ 49%] Building CXX object src/CMakeFiles/wesnoth-game.dir/language.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/language.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/language.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-ai-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-ai.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-anl-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-anl.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] [ 49%] Building CXX object src/CMakeFiles/wesnoth-game.dir/loadscreen.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/loadscreen.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/loadscreen.cpp
mo-update [wesnoth-aoi-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-aoi.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-did-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-did.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 49%] mo-update [wesnoth-dm-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-dm.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 41
[ 50%] mo-update [wesnoth-dw-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-dw.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-editor-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-editor.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-ei-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-ei.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-help-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-help.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-httt-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-httt.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-l-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-l.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-lib-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-lib.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] Building CXX object src/CMakeFiles/wesnoth-game.dir/lobby_preferences.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/lobby_preferences.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/lobby_preferences.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-low-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-low.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-multiplayer-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-multiplayer.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-nr-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-nr.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-sof-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-sof.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-sotbe-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-sotbe.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-tb-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-tb.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-test-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-test.mo lv.po
[ 50%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] Building CXX object src/CMakeFiles/wesnoth-game.dir/map_label.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/map_label.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/map_label.cpp
mo-update [wesnoth-thot-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-thot.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-trow-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-trow.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-tsg-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-tsg.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-tutorial-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-tutorial.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-units-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-units.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-utbs-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-utbs.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-manpages-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-manpages.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-manual-lv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/lv/LC_MESSAGES/wesnoth-manual.mo lv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 50%] mo-update [wesnoth-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 42
[ 51%] mo-update [wesnoth-ai-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-ai.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-anl-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-anl.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-aoi-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-aoi.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-did-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-did.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-dm-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-dm.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-dw-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-dw.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-editor-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-editor.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-ei-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-ei.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-help-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-help.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-httt-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-httt.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-l-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-l.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-lib-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-lib.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-low-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-low.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-multiplayer-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-multiplayer.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-nr-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-nr.mo mk.po
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/loadscreen.cpp:27:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] [ 51%] Building CXX object src/CMakeFiles/wesnoth-game.dir/marked-up_text.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/marked-up_text.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/marked-up_text.cpp
mo-update [wesnoth-sof-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-sof.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-sotbe-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-sotbe.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-tb-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-tb.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-test-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-test.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-thot-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-thot.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-trow-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-trow.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-tsg-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-tsg.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 51%] mo-update [wesnoth-tutorial-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-tutorial.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 43
Building CXX object src/CMakeFiles/wesnoth-game.dir/minimap.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/minimap.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/minimap.cpp
[ 52%] mo-update [wesnoth-units-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-units.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-utbs-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-utbs.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-manpages-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-manpages.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-manual-mk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mk/LC_MESSAGES/wesnoth-manual.mo mk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-ai-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-ai.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-anl-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-anl.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-aoi-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-aoi.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-did-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-did.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-dm-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-dm.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-dw-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-dw.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-editor-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-editor.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-ei-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-ei.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-help-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-help.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-httt-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-httt.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-l-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-l.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-lib-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-lib.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-low-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-low.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-multiplayer-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-multiplayer.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-nr-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-nr.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-sof-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-sof.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-sotbe-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-sotbe.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 52%] mo-update [wesnoth-tb-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-tb.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 44
[ 53%] mo-update [wesnoth-test-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-test.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-thot-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-thot.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-trow-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-trow.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-tsg-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-tsg.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-tutorial-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-tutorial.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-units-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-units.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-utbs-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-utbs.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-manpages-mr]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-manpages.mo mr.po
[ 53%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] Building CXX object src/CMakeFiles/wesnothd.dir/server/input_stream.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/input_stream.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/input_stream.cpp
mo-update [wesnoth-manual-mr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/mr/LC_MESSAGES/wesnoth-manual.mo mr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-ai-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-ai.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-anl-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-anl.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-aoi-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-aoi.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-did-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-did.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] [ 53%] Building CXX object src/CMakeFiles/wesnothd.dir/server/metrics.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/metrics.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/metrics.cpp
mo-update [wesnoth-dm-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-dm.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-dw-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-dw.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-editor-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-editor.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-ei-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-ei.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-help-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-help.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-httt-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-httt.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-l-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-l.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 53%] mo-update [wesnoth-lib-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-lib.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 45
[ 54%] mo-update [wesnoth-low-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-low.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-multiplayer-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-multiplayer.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-nr-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-nr.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-sof-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-sof.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-sotbe-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-sotbe.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-tb-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-tb.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-test-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-test.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-thot-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-thot.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnothd.dir/server/player.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/player.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/player.cpp
[ 54%] mo-update [wesnoth-trow-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-trow.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] [ 54%] mo-update [wesnoth-tsg-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-tsg.mo nl.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/pathfind/astarsearch.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/pathfind/astarsearch.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/pathfind/astarsearch.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-tutorial-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-tutorial.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-units-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-units.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-utbs-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-utbs.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-manpages-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-manpages.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-manual-nl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nl/LC_MESSAGES/wesnoth-manual.mo nl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] [ 54%] Building CXX object src/CMakeFiles/wesnoth-game.dir/pathutils.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/pathutils.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/pathutils.cpp
mo-update [wesnoth-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-ai-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-ai.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-anl-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-anl.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-aoi-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-aoi.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-did-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-did.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-dm-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-dm.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-dw-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-dw.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 54%] mo-update [wesnoth-editor-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-editor.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 46
[ 55%] mo-update [wesnoth-ei-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-ei.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] [ 55%] Building CXX object src/CMakeFiles/wesnothd.dir/server/player_network.cpp.obj
mo-update [wesnoth-help-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/player_network.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/player_network.cpp
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-help.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-httt-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-httt.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-l-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-l.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-lib-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-lib.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-low-nb_NO]: Creating mo file.
[ 55%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-low.mo nb_NO.po
mo-update [wesnoth-multiplayer-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] [ 55%] Building CXX object src/CMakeFiles/wesnoth-game.dir/preferences.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/preferences.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/preferences.cpp
mo-update [wesnoth-nr-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-nr.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/preferences_display.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/preferences_display.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/preferences_display.cpp
[ 55%] mo-update [wesnoth-sof-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-sof.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-sotbe-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-sotbe.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-tb-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-tb.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-test-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-test.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-thot-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-thot.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-trow-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-trow.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-tsg-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-tsg.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-tutorial-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-tutorial.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-units-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-units.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-utbs-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-utbs.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-manpages-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-manpages.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-manual-nb_NO]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/nb_NO/LC_MESSAGES/wesnoth-manual.mo nb_NO.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-ai-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-ai.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 55%] mo-update [wesnoth-anl-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-anl.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 47
[ 56%] mo-update [wesnoth-aoi-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-aoi.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-did-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-did.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-dm-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-dm.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-dw-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-dw.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-editor-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-editor.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-ei-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-ei.mo pl.po
[ 56%] Building CXX object src/CMakeFiles/wesnothd.dir/server/proxy.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/proxy.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/proxy.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-help-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-help.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-httt-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-httt.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-l-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-l.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-lib-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-lib.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-low-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-low.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-multiplayer-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-multiplayer.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-nr-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-nr.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-sof-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-sof.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] [ 56%] mo-update [wesnoth-sotbe-pl]: Creating mo file.
Building CXX object src/CMakeFiles/wesnothd.dir/server/room.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/room.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/room.cpp
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-sotbe.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-tb-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-tb.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-test-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-test.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-thot-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-thot.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-trow-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-trow.mo pl.po
[ 56%] Building CXX object src/CMakeFiles/wesnoth-game.dir/race.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/race.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/race.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-tsg-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-tsg.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-tutorial-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-tutorial.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-units-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-units.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 56%] mo-update [wesnoth-utbs-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-utbs.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 48
[ 57%] mo-update [wesnoth-manpages-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-manpages.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-manual-pl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pl/LC_MESSAGES/wesnoth-manual.mo pl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] [ 57%] mo-update [wesnoth-anl-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-anl.mo pt.po
mo-update [wesnoth-ai-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-ai.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] Building CXX object src/CMakeFiles/wesnothd.dir/server/room_manager.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/room_manager.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/room_manager.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-aoi-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-aoi.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-did-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-did.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-dm-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-dm.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-dw-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-dw.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-editor-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-editor.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-ei-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-ei.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-help-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-help.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-httt-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-httt.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-l-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-l.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-lib-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-lib.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-low-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-low.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-multiplayer-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-multiplayer.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-nr-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-nr.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-sof-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-sof.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-sotbe-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-sotbe.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-tb-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-tb.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 57%] mo-update [wesnoth-test-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-test.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 49
[ 58%] mo-update [wesnoth-thot-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-thot.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-trow-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-trow.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] [ 58%] mo-update [wesnoth-tsg-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-tsg.mo pt.po
Building CXX object src/CMakeFiles/wesnothd.dir/server/server.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/server.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/server.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-tutorial-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-tutorial.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-units-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-units.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-utbs-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-utbs.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-manpages-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-manpages.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-manual-pt]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt/LC_MESSAGES/wesnoth-manual.mo pt.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] [ 58%] mo-update [wesnoth-ai-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-ai.mo pt_BR.po
Building CXX object src/CMakeFiles/wesnothd.dir/server/simple_wml.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/simple_wml.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/simple_wml.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-anl-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-anl.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-aoi-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-aoi.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-did-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-did.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-dm-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-dm.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-dw-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-dw.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-editor-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-editor.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-ei-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-ei.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-help-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-help.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-httt-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-httt.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] [ 58%] mo-update [wesnoth-l-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-l.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/random.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/random.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/random.cpp
[ 58%] mo-update [wesnoth-lib-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-lib.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-low-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-low.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 58%] mo-update [wesnoth-multiplayer-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 50
[ 60%] mo-update [wesnoth-nr-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-nr.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-sof-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-sof.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-sotbe-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-tb-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-tb.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-test-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-test.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-thot-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-thot.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-trow-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-trow.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-tsg-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-tsg.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tutorial-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo pt_BR.po
[ 60%] mo-update [wesnoth-units-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-units.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] Building CXX object src/CMakeFiles/wesnothd.dir/server/user_handler.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/user_handler.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/user_handler.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-utbs-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-utbs.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-manpages-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-manpages.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-manual-pt_BR]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/pt_BR/LC_MESSAGES/wesnoth-manual.mo pt_BR.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-ai-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-ai.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-anl-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-anl.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-aoi-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-aoi.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-did-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-did.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-dm-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-dm.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-dw-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-dw.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-editor-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-editor.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-ei-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-ei.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 60%] mo-update [wesnoth-help-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-help.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 51
[ 61%] mo-update [wesnoth-httt-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-httt.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-l-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-l.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-lib-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-lib.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-low-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-low.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-multiplayer-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-multiplayer.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] [ 61%] mo-update [wesnoth-nr-racv]: Creating mo file.
Building CXX object src/CMakeFiles/wesnoth-game.dir/reports.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/reports.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/reports.cpp
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-nr.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-sof-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-sof.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-sotbe-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-sotbe.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-tb-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-tb.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-test-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-test.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-thot-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-thot.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-trow-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-trow.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-tsg-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-tsg.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-tutorial-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-tutorial.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-units-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-units.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-utbs-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-utbs.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-manpages-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-manpages.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-manual-racv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/racv/LC_MESSAGES/wesnoth-manual.mo racv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-ai-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-ai.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-anl-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-anl.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 61%] mo-update [wesnoth-aoi-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-aoi.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 52
[ 62%] mo-update [wesnoth-did-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-did.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-dm-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-dm.mo ro.po
[ 62%] Building CXX object src/CMakeFiles/wesnothd.dir/server/forum_user_handler.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/forum_user_handler.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/forum_user_handler.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] [ 62%] mo-update [wesnoth-dw-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-dw.mo ro.po
mo-update [wesnoth-editor-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-editor.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] [ 62%] mo-update [wesnoth-ei-ro]: Creating mo file.
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-help-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-ei.mo ro.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-help.mo ro.po
[ 62%] Building CXX object src/CMakeFiles/wesnothd.dir/server/sample_user_handler.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/server/sample_user_handler.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/server/sample_user_handler.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-httt-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-httt.mo ro.po
[ 62%] mo-update [wesnoth-l-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-l.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnothd.dir/network.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -o CMakeFiles/wesnothd.dir/network.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/network.cpp
[ 62%] mo-update [wesnoth-lib-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-lib.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-low-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-low.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-multiplayer-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-multiplayer.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-nr-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-nr.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-sof-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-sof.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-sotbe-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-sotbe.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-tb-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-tb.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-test-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-test.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-thot-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-thot.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-trow-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-trow.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-tsg-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-tsg.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-tutorial-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-tutorial.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-units-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-units.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-utbs-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-utbs.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 62%] mo-update [wesnoth-manpages-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-manpages.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 53
[ 63%] mo-update [wesnoth-manual-ro]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ro/LC_MESSAGES/wesnoth-manual.mo ro.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-ai-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-ai.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-anl-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-anl.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-aoi-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-aoi.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-did-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-did.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-dm-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-dm.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-dw-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-dw.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-editor-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-editor.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-ei-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-ei.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-help-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-help.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-httt-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-httt.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-l-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-l.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-lib-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-lib.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-low-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-low.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-multiplayer-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-multiplayer.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-nr-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-nr.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-sof-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-sof.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-sotbe-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-sotbe.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-tb-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-tb.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-test-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-test.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-thot-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-thot.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 63%] mo-update [wesnoth-trow-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-trow.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 54
[ 64%] mo-update [wesnoth-tsg-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-tsg.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-tutorial-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-tutorial.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-units-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-units.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-utbs-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-utbs.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-manpages-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-manpages.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-manual-ru]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/ru/LC_MESSAGES/wesnoth-manual.mo ru.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-ai-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-ai.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-anl-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-anl.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-aoi-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-aoi.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-did-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-did.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-dm-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-dm.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-dw-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-dw.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-editor-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-editor.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-ei-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-ei.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-help-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-help.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-httt-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-httt.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-l-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-l.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-lib-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-lib.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-low-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-low.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-multiplayer-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-multiplayer.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-nr-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-nr.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 64%] mo-update [wesnoth-sof-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-sof.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 55
[ 65%] mo-update [wesnoth-sotbe-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-sotbe.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-tb-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-tb.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-test-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-test.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-thot-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-thot.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-trow-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-trow.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-tsg-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-tsg.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-tutorial-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-tutorial.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-units-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-units.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-utbs-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-utbs.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-manpages-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-manpages.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-manual-sk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sk/LC_MESSAGES/wesnoth-manual.mo sk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-ai-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-ai.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-anl-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-anl.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-aoi-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-aoi.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-did-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-did.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-dm-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-dm.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] [ 65%] mo-update [wesnoth-dw-sl]: Creating mo file.
Building CXX object src/CMakeFiles/wesnothd.dir/network_worker.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-dw.mo sl.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -o CMakeFiles/wesnothd.dir/network_worker.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/network_worker.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-editor-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-editor.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-ei-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-ei.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-help-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-help.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 65%] mo-update [wesnoth-httt-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-httt.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 56
[ 66%] mo-update [wesnoth-l-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-l.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-lib-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-lib.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-low-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-low.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-multiplayer-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-multiplayer.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-nr-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-nr.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-sof-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-sof.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-sotbe-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-sotbe.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-tb-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-tb.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-test-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-test.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-thot-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-thot.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-trow-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-trow.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-tsg-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-tsg.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] [ 66%] mo-update [wesnoth-units-sl]: Creating mo file.
mo-update [wesnoth-tutorial-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-units.mo sl.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-tutorial.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] Building CXX object src/CMakeFiles/wesnoth-game.dir/sdl_utils.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/sdl_utils.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/sdl_utils.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-utbs-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-utbs.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-manpages-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-manpages.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-manual-sl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sl/LC_MESSAGES/wesnoth-manual.mo sl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-ai-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-ai.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-anl-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-anl.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-aoi-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-aoi.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-did-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-did.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 66%] mo-update [wesnoth-dm-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-dm.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 57
[ 67%] mo-update [wesnoth-dw-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-dw.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 67%] mo-update [wesnoth-editor-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-editor.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 67%] mo-update [wesnoth-ei-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-ei.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 100
[ 68%] Building CXX object src/CMakeFiles/wesnothd.dir/loadscreen_empty.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnothd.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnothd.dir/loadscreen_empty.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/loadscreen_empty.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-help-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-help.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-httt-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-httt.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-l-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-l.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-lib-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-lib.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-low-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-low.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-multiplayer-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-multiplayer.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] [ 68%] Building CXX object src/CMakeFiles/wesnoth-game.dir/show_dialog.cpp.obj
mo-update [wesnoth-nr-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-nr.mo sr.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/show_dialog.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/show_dialog.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-sof-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-sof.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-sotbe-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-sotbe.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-tb-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-tb.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-test-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-test.mo sr.po
[ 68%] mo-update [wesnoth-thot-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-thot.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-trow-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-trow.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-tsg-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-tsg.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-tutorial-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-tutorial.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-units-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-units.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-utbs-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-utbs.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-manpages-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-manpages.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-manual-sr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr/LC_MESSAGES/wesnoth-manual.mo sr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 68%] mo-update [wesnoth-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 58
[ 69%] mo-update [wesnoth-ai-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-ai.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] [ 69%] mo-update [wesnoth-anl-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-anl.mo sr@ijekavian.po
mo-update [wesnoth-aoi-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-aoi.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-did-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-did.mo sr@ijekavian.po
[ 69%] mo-update [wesnoth-dm-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-dm.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-dw-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-dw.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] [ 69%] mo-update [wesnoth-editor-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-editor.mo sr@ijekavian.po
mo-update [wesnoth-ei-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-ei.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-help-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-help.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-httt-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-httt.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-l-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-l.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] [ 69%] mo-update [wesnoth-lib-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo sr@ijekavian.po
mo-update [wesnoth-low-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-low.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-multiplayer-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo sr@ijekavian.po
[ 69%] mo-update [wesnoth-nr-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-nr.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-sof-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-sof.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-sotbe-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-sotbe.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-tb-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-tb.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] Building CXX object src/CMakeFiles/wesnoth-game.dir/simple_rng.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/simple_rng.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/simple_rng.cpp
mo-update [wesnoth-test-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-test.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-thot-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-thot.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-trow-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-trow.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-tsg-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-tsg.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 69%] mo-update [wesnoth-tutorial-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-tutorial.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 59
[ 70%] mo-update [wesnoth-units-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-units.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-utbs-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-utbs.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-manpages-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-manpages.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-manual-sr@ijekavian]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavian/LC_MESSAGES/wesnoth-manual.mo sr@ijekavian.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-ai-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ai.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-anl-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-aoi-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-did-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-did.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-dm-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-dm.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-dw-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-dw.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-editor-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-editor.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-ei-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ei.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-help-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-help.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-httt-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-httt.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] Building CXX object src/CMakeFiles/wesnoth-game.dir/sound.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/sound.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/sound.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-l-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-l.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-lib-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-low-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-low.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-multiplayer-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-multiplayer.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-nr-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-nr.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-sof-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sof.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 70%] mo-update [wesnoth-sotbe-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sotbe.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 60
[ 71%] mo-update [wesnoth-tb-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tb.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 71%] mo-update [wesnoth-test-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-test.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 71%] mo-update [wesnoth-thot-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-thot.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 71%] mo-update [wesnoth-trow-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-trow.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 71%] Building CXX object src/CMakeFiles/wesnoth-game.dir/soundsource.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/soundsource.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/soundsource.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 92
[ 72%] Building CXX object src/CMakeFiles/wesnoth-game.dir/sound_music_track.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/sound_music_track.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/sound_music_track.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-tsg-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tsg.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-tutorial-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tutorial.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-units-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-units.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-utbs-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-utbs.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-manpages-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manpages.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-manual-sr@ijekavianlatin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manual.mo sr@ijekavianlatin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-ai-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-ai.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-anl-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-anl.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-aoi-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-aoi.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-did-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-did.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-dm-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-dm.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-dw-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-dw.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-editor-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-editor.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-ei-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-ei.mo sr@latin.po
Linking CXX executable ../wesnothd.exe
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/wesnothd.dir/link.txt --verbose=1
/usr/bin/cmake -E remove -f CMakeFiles/wesnothd.dir/objects.a
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ar cr CMakeFiles/wesnothd.dir/objects.a @CMakeFiles/wesnothd.dir/objects1.rsp
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 -mwindows -Wl,--whole-archive CMakeFiles/wesnothd.dir/objects.a -Wl,--no-whole-archive -o ../wesnothd.exe -Wl,--out-implib,../libwesnothd.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -L/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib libwesnoth-core.a -lmingw32 -Wl,-Bstatic -lSDLmain -lSDL -Wl,-Bdynamic -lpthread -Wl,-Bstatic -lboost_iostreams-mt -lboost_regex-mt -lboost_program_options-mt -lintl -Wl,-Bdynamic -lbz2 -lz -Wl,-Bstatic -lboost_filesystem-mt -lboost_locale-mt -lSDL_net -lboost_system-mt -Wl,-Bdynamic -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-help-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-help.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-httt-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-httt.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-l-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-l.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 72%] mo-update [wesnoth-lib-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-lib.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 61
[ 73%] mo-update [wesnoth-low-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-low.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] [ 73%] mo-update [wesnoth-multiplayer-sr@latin]: Creating mo file.
Building CXX object src/CMakeFiles/wesnoth-game.dir/terrain.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo sr@latin.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/terrain.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/terrain.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] Building CXX object src/CMakeFiles/wesnoth-game.dir/terrain_translation.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/terrain_translation.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/terrain_translation.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-nr-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-nr.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-sof-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-sof.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-sotbe-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-sotbe.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-tb-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-tb.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-test-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-test.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-thot-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-thot.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-trow-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-trow.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-tsg-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-tsg.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
CMakeFiles/wesnothd.dir/objects.a(network.cpp.obj):network.cpp:(.text+0x415f): undefined reference to `_imp__setsockopt@20'
CMakeFiles/wesnothd.dir/objects.a(network.cpp.obj):network.cpp:(.text+0x4187): undefined reference to `_imp__ioctlsocket@12'
CMakeFiles/wesnothd.dir/objects.a(network_worker.cpp.obj):network_worker.cpp:(.text+0x1449): undefined reference to `_imp__WSAGetLastError@0'
CMakeFiles/wesnothd.dir/objects.a(network_worker.cpp.obj):network_worker.cpp:(.text+0x14e0): undefined reference to `_imp__select@20'
CMakeFiles/wesnothd.dir/objects.a(network_worker.cpp.obj):network_worker.cpp:(.text.unlikely+0xf5): undefined reference to `_imp__WSAGetLastError@0'
CMakeFiles/wesnothd.dir/objects.a(network_worker.cpp.obj):network_worker.cpp:(.text.unlikely+0x19c): undefined reference to `_imp__select@20'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o): In function `DX5_Available':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5video.c:495: undefined reference to `IID_IDirectDrawSurface3'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o): In function `DX5_GetGammaRamp':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5video.c:2374: undefined reference to `IID_IDirectDrawGammaControl'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o): In function `DX5_SetGammaRamp':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5video.c:2328: undefined reference to `IID_IDirectDrawGammaControl'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o): In function `DX5_AllocDDSurface':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5video.c:1729: undefined reference to `IID_IDirectDrawSurface3'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o): In function `DX5_SetVideoMode':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5video.c:1370: undefined reference to `IID_IDirectDrawSurface3'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o): In function `DX5_VideoInit':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5video.c:944: undefined reference to `IID_IDirectDraw2'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x20): undefined reference to `GUID_XAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x30): undefined reference to `GUID_YAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x40): undefined reference to `GUID_ZAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x50): undefined reference to `GUID_RxAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x60): undefined reference to `GUID_RyAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x70): undefined reference to `GUID_RzAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x80): undefined reference to `GUID_Slider'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x90): undefined reference to `GUID_Slider'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0xa0): undefined reference to `GUID_POV'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0xb0): undefined reference to `GUID_POV'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0xc0): undefined reference to `GUID_POV'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0xd0): undefined reference to `GUID_POV'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x2e0): undefined reference to `GUID_XAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x2f0): undefined reference to `GUID_YAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x300): undefined reference to `GUID_ZAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x3a0): undefined reference to `GUID_XAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x3b0): undefined reference to `GUID_YAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x3c0): undefined reference to `GUID_ZAxis'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x420): undefined reference to `GUID_Key'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x430): undefined reference to `GUID_Key'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x440): undefined reference to `GUID_Key'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x450): undefined reference to `GUID_Key'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x460): undefined reference to `GUID_Key'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5video.o):SDL_dx5video.c:(.data+0x470): more undefined references to `GUID_Key' follow
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5yuv.o): In function `CreateYUVSurface':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5yuv.c:78: undefined reference to `IID_IDirectDrawSurface3'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dibaudio.o): In function `DIB_CloseAudio':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:202: undefined reference to `_imp__waveOutClose@4'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:208: undefined reference to `_imp__waveOutUnprepareHeader@12'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:208: undefined reference to `_imp__waveOutUnprepareHeader@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dibaudio.o): In function `DIB_PlayAudio':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:168: undefined reference to `_imp__waveOutWrite@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dibaudio.o): In function `SetMMerror':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:135: undefined reference to `_imp__waveOutGetErrorTextA@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dibaudio.o): In function `DIB_OpenAudio':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:268: undefined reference to `_imp__waveOutOpen@24'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/audio/windib/SDL_dibaudio.c:311: undefined reference to `_imp__waveOutPrepareHeader@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_mmjoystick.o): In function `SDL_SYS_JoystickInit':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/joystick/win32/SDL_mmjoystick.c:156: undefined reference to `_imp__joyGetNumDevs@0'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/joystick/win32/SDL_mmjoystick.c:161: undefined reference to `_imp__joyGetPosEx@8'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/joystick/win32/SDL_mmjoystick.c:163: undefined reference to `_imp__joyGetDevCapsA@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_mmjoystick.o): In function `SDL_SYS_JoystickUpdate':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/joystick/win32/SDL_mmjoystick.c:290: undefined reference to `_imp__joyGetPosEx@8'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_syscdrom.o): In function `SDL_SYS_CDioctl':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/cdrom/win32/SDL_syscdrom.c:116: undefined reference to `_imp__mciSendCommandA@16'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/cdrom/win32/SDL_syscdrom.c:120: undefined reference to `_imp__mciGetErrorStringA@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_systimer.o): In function `SDL_StartTicks':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:67: undefined reference to `_imp__timeBeginPeriod@4'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:68: undefined reference to `_imp__timeGetTime@0'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_systimer.o): In function `SDL_GetTicks':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:95: undefined reference to `_imp__timeGetTime@0'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_systimer.o): In function `SDL_SYS_TimerInit':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:127: undefined reference to `_imp__timeBeginPeriod@4'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:133: undefined reference to `_imp__timeSetEvent@20'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_systimer.o): In function `SDL_SYS_TimerQuit':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:144: undefined reference to `_imp__timeKillEvent@4'
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/timer/win32/SDL_systimer.c:146: undefined reference to `_imp__timeEndPeriod@4'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5events.o): In function `DX5_DInputInit':
/home/mxe/mxe-wesnoth/tmp-sdl-i686-w64-mingw32.static/SDL-1.2.15/./src/video/windx5/SDL_dx5events.c:183: undefined reference to `IID_IDirectInputDevice2A'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5events.o):SDL_dx5events.c:(.data+0x4): undefined reference to `GUID_SysKeyboard'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL.a(SDL_dx5events.o):SDL_dx5events.c:(.data+0x1c): undefined reference to `GUID_SysMouse'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnet.o): In function `SDLNet_Init':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:71: undefined reference to `_imp__WSAStartup@8'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnet.o): In function `SDLNet_Quit':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:95: undefined reference to `_imp__WSACleanup@0'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:96: undefined reference to `_imp__WSAGetLastError@0'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:98: undefined reference to `_imp__WSACancelBlockingCall@0'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnet.o): In function `SDLNet_ResolveHost':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:123: undefined reference to `_imp__inet_addr@4'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:127: undefined reference to `_imp__gethostbyname@4'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnet.o): In function `SDLNet_ResolveIP':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:155: undefined reference to `_imp__gethostbyaddr@12'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:161: undefined reference to `_imp__inet_ntoa@4'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnet.o): In function `SDLNet_GetLocalAddresses':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:215: undefined reference to `GetAdaptersInfo@8'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:227: undefined reference to `_imp__inet_addr@4'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnet.c:220: undefined reference to `GetAdaptersInfo@8'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnetTCP.o): In function `SDLNet_TCP_Send':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:248: undefined reference to `_imp__WSASetLastError@4'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:250: undefined reference to `_imp__send@16'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:256: undefined reference to `_imp__WSAGetLastError@0'
/home/mxe/mxe[ 73%] -wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnetTCP.o): In function `SDLNet_TCP_Recv':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:277: undefined reference to `_imp__WSASetLastError@4'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:277: undefined reference to `_imp__WSAGetLastError@0'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:279: undefined reference to `_imp__recv@16'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnetTCP.o): In function `SDLNet_TCP_Close':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:291: undefined reference to `_imp__closesocket@4'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnetTCP.o): In function `SDLNet_TCP_Open':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:59: undefined reference to `_imp__socket@12'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:104: undefined reference to `_imp__bind@12'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:109: undefined reference to `_imp__listen@8'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:128: undefined reference to `_imp__ioctlsocket@12'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:145: undefined reference to `_imp__setsockopt@20'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:76: undefined reference to `_imp__connect@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnetTCP.o): In function `SDLNet_TCP_Accept':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:186: undefined reference to `_imp__accept@12'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetTCP.c:196: undefined reference to `_imp__ioctlsocket@12'
/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/lib/../lib/libSDL_net.a(SDLnetselect.o): In function `SDLNet_CheckSockets':
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetselect.c:128: undefined reference to `_imp__WSASetLastError@4'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetselect.c:141: undefined reference to `_imp__select@20'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetselect.c:142: undefined reference to `_imp__WSAGetLastError@0'
/home/mxe/mxe-wesnoth/tmp-sdl_net-i686-w64-mingw32.static/SDL_net-1.2.8/SDLnetselect.c:147: undefined reference to `__WSAFDIsSet@8'
collect2: error: ld returned 1 exit status
src/CMakeFiles/wesnothd.dir/build.make:514: recipe for target 'wesnothd.exe' failed
make[4]: *** [wesnothd.exe] Error 1
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
CMakeFiles/Makefile2:713: recipe for target 'src/CMakeFiles/wesnothd.dir/all' failed
make[3]: *** [src/CMakeFiles/wesnothd.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tutorial-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-tutorial.mo sr@latin.po
[ 73%] Building CXX object src/CMakeFiles/wesnoth-game.dir/text.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -Wno-old-style-cast -Wno-useless-cast -o CMakeFiles/wesnoth-game.dir/text.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/text.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-units-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-units.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-utbs-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-utbs.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-manpages-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-manpages.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-manual-sr@latin]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sr@latin/LC_MESSAGES/wesnoth-manual.mo sr@latin.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-ai-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-ai.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-anl-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-anl.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-aoi-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-aoi.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/time_of_day.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/time_of_day.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/time_of_day.cpp
[ 73%] mo-update [wesnoth-did-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-did.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] Building CXX object src/CMakeFiles/wesnoth-game.dir/tracer.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/tracer.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/tracer.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-dm-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-dm.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-dw-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-dw.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 73%] mo-update [wesnoth-editor-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-editor.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 62
[ 74%] mo-update [wesnoth-ei-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-ei.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-help-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-help.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-httt-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-httt.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-l-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-l.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-lib-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-lib.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-low-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-low.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-multiplayer-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-multiplayer.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-nr-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-nr.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-sof-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-sof.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-sotbe-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-sotbe.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] [ 74%] Building CXX object src/CMakeFiles/wesnoth-game.dir/video.cpp.obj
mo-update [wesnoth-tb-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/video.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/video.cpp
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-tb.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-test-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-test.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-thot-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-thot.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-trow-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-trow.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-tsg-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-tsg.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-tutorial-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-tutorial.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-units-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-units.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-utbs-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-utbs.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-manpages-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-manpages.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-manual-sv]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/sv/LC_MESSAGES/wesnoth-manual.mo sv.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] Building CXX object src/CMakeFiles/wesnoth-game.dir/theme.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/theme.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/theme.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 74%] mo-update [wesnoth-ai-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-ai.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 63
[ 75%] mo-update [wesnoth-anl-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-anl.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-aoi-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-aoi.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-did-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-did.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-dm-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-dm.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-dw-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-dw.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-editor-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-editor.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-ei-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-ei.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-help-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-help.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-httt-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-httt.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-l-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-l.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-lib-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-lib.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-low-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-low.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-multiplayer-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-multiplayer.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-nr-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-nr.mo tl.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/button.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/button.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/button.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/file_menu.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/file_menu.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/file_menu.cpp
[ 75%] mo-update [wesnoth-sof-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-sof.mo tl.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/label.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/label.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/label.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-sotbe-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-sotbe.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-tb-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-tb.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-test-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-test.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-thot-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-thot.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-trow-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-trow.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-tsg-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-tsg.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-tutorial-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-tutorial.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 75%] mo-update [wesnoth-units-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-units.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 64
[ 76%] mo-update [wesnoth-utbs-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-utbs.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-manpages-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-manpages.mo tl.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-manual-tl]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tl/LC_MESSAGES/wesnoth-manual.mo tl.po
[ 76%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/menu.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/menu.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/menu.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-ai-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-ai.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-anl-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-anl.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-aoi-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-aoi.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-did-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-did.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-dm-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-dm.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-dw-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-dw.mo tr.po
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/video.cpp:23:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] [ 76%] mo-update [wesnoth-editor-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-editor.mo tr.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/menu_style.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/menu_style.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/menu_style.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-ei-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-ei.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-help-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-help.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-httt-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-httt.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-l-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-l.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-lib-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-lib.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-low-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-low.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] [ 76%] mo-update [wesnoth-multiplayer-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-multiplayer.mo tr.po
Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/progressbar.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/progressbar.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/progressbar.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-nr-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-nr.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-sof-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-sof.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-sotbe-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-sotbe.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-tb-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-tb.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 76%] mo-update [wesnoth-test-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-test.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 65
[ 77%] mo-update [wesnoth-thot-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-thot.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-trow-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-trow.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-tsg-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-tsg.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-tutorial-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-tutorial.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-units-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-units.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-utbs-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-utbs.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-manpages-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-manpages.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-manual-tr]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/tr/LC_MESSAGES/wesnoth-manual.mo tr.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/scrollarea.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/scrollarea.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/scrollarea.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-ai-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-ai.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-anl-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-anl.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-aoi-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-aoi.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-did-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-did.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-dm-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-dm.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-dw-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-dw.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-editor-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-editor.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-ei-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-ei.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-help-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-help.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-httt-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-httt.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-l-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-l.mo uk.po
[ 77%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/scrollbar.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/scrollbar.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/scrollbar.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-lib-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-lib.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-low-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-low.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 77%] mo-update [wesnoth-multiplayer-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-multiplayer.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 66
[ 78%] mo-update [wesnoth-nr-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-nr.mo uk.po
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/button.cpp:23:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] [ 78%] mo-update [wesnoth-sof-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-sof.mo uk.po
mo-update [wesnoth-sotbe-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-sotbe.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-tb-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-tb.mo uk.po
[ 78%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/slider.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/slider.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/slider.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-test-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-test.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-thot-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-thot.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-trow-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-trow.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-tsg-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-tsg.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-tutorial-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-tutorial.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-units-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-units.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-utbs-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-utbs.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-manpages-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-manpages.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/menu_style.cpp:23:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
mo-update [wesnoth-manual-uk]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/uk/LC_MESSAGES/wesnoth-manual.mo uk.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-ai-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-ai.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] [ 78%] mo-update [wesnoth-anl-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-anl.mo vi.po
mo-update [wesnoth-aoi-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-aoi.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-did-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-did.mo vi.po
[ 78%] mo-update [wesnoth-dm-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-dm.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] mo-update [wesnoth-dw-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-dw.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 78%] [ 78%] mo-update [wesnoth-editor-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-editor.mo vi.po
mo-update [wesnoth-ei-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-ei.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 67
[ 80%] mo-update [wesnoth-help-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-help.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-httt-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-httt.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-l-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-l.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] [ 80%] mo-update [wesnoth-lib-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-lib.mo vi.po
mo-update [wesnoth-low-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-low.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/textbox.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/textbox.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/textbox.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-multiplayer-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-multiplayer.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-nr-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-nr.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-sof-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-sof.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-sotbe-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-sotbe.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-tb-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-tb.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-test-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-test.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-thot-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-thot.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-trow-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-trow.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-tsg-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-tsg.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-tutorial-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-tutorial.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/scrollbar.cpp:23:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
[ 80%] mo-update [wesnoth-units-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-units.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-utbs-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-utbs.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] Building CXX object src/CMakeFiles/wesnoth-game.dir/widgets/widget.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/widgets/widget.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/widget.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-manpages-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-manpages.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-manual-vi]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/vi/LC_MESSAGES/wesnoth-manual.mo vi.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-ai-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ai && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-ai.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-anl-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-anl && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-anl.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 80%] mo-update [wesnoth-aoi-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-aoi && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-aoi.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 68
[ 81%] mo-update [wesnoth-did-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-did && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-did.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-dm-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dm && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-dm.mo zh_CN.po
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/menu.cpp:24:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-dw-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-dw && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-dw.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-editor-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-editor && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-editor.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] [ 81%] Building CXX object src/CMakeFiles/wesnoth-game.dir/wml_exception.cpp.obj
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/wml_exception.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/wml_exception.cpp
mo-update [wesnoth-ei-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-ei && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-ei.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-help-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-help && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-help.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-httt-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-httt && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-httt.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] [ 81%] mo-update [wesnoth-l-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-l && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-l.mo zh_CN.po
mo-update [wesnoth-lib-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-lib && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-lib.mo zh_CN.po
In file included from /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/widgets/slider.cpp:22:0:
/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/image.hpp:30:12: warning: 'image::tile_size' defined but not used [-Wunused-variable]
const int tile_size = game_config::tile_size;
^
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
Building CXX object src/CMakeFiles/wesnoth-game.dir/windows_tray_notification.cpp.obj
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-g++ -DHAS_RELATIVE_LOCALEDIR=1 -DHAVE_CONFIG_H -std=c++98 -W -Wall -Wno-strict-aliasing -Wno-unused-local-typedefs -Wno-literal-suffix -Wold-style-cast -O3 @CMakeFiles/wesnoth-game.dir/includes_CXX.rsp -I/home/mxe/mxe-wesnoth/usr/i686-w64-mingw32.static/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -DLOCALEDIR=\"translations\" -DFIFODIR=\"/var/run/wesnothd\" -o CMakeFiles/wesnoth-game.dir/windows_tray_notification.cpp.obj -c /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/src/windows_tray_notification.cpp
[ 81%] [ 81%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-low-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-low && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-low.mo zh_CN.po
[ 81%] mo-update [wesnoth-multiplayer-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-multiplayer && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo zh_CN.po
mo-update [wesnoth-nr-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-nr && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-nr.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] [ 81%] mo-update [wesnoth-sof-zh_CN]: Creating mo file.
mo-update [wesnoth-sotbe-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sotbe && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo zh_CN.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-sof && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-sof.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-tb-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tb && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-tb.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-test-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-test && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-test.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] [ 81%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
mo-update [wesnoth-thot-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-thot && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-thot.mo zh_CN.po
mo-update [wesnoth-tsg-zh_CN]: Creating mo file.
mo-update [wesnoth-trow-zh_CN]: Creating mo file.
[ 81%] cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tsg && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-tsg.mo zh_CN.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-trow && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-trow.mo zh_CN.po
mo-update [wesnoth-tutorial-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-tutorial && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-tutorial.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-units-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-units && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-units.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 81%] mo-update [wesnoth-utbs-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-utbs && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-utbs.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 69
[ 81%] [ 82%] mo-update [wesnoth-manual-zh_CN]: Creating mo file.
mo-update [wesnoth-manpages-zh_CN]: Creating mo file.
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manual && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-manual.mo zh_CN.po
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/po/wesnoth-manpages && /usr/bin/msgfmt --check-format --check-domain -o /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4/translations/zh_CN/LC_MESSAGES/wesnoth-manpages.mo zh_CN.po
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles
[ 82%] mo-update: Done.
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
[ 82%] Built target mo-update
Linking CXX static library libwesnoth-game.a
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -P CMakeFiles/wesnoth-game.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/wesnoth-game.dir/link.txt --verbose=1
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ar cr libwesnoth-game.a CMakeFiles/wesnoth-game.dir/arrow.cpp.obj CMakeFiles/wesnoth-game.dir/builder.cpp.obj CMakeFiles/wesnoth-game.dir/clipboard.cpp.obj CMakeFiles/wesnoth-game.dir/construct_dialog.cpp.obj CMakeFiles/wesnoth-game.dir/cursor.cpp.obj CMakeFiles/wesnoth-game.dir/display.cpp.obj CMakeFiles/wesnoth-game.dir/events.cpp.obj CMakeFiles/wesnoth-game.dir/font.cpp.obj CMakeFiles/wesnoth-game.dir/format_time_summary.cpp.obj CMakeFiles/wesnoth-game.dir/generators/cavegen.cpp.obj CMakeFiles/wesnoth-game.dir/generators/map_create.cpp.obj CMakeFiles/wesnoth-game.dir/generators/mapgen.cpp.obj CMakeFiles/wesnoth-game.dir/generators/mapgen_dialog.cpp.obj CMakeFiles/wesnoth-game.dir/hotkey/command_executor.cpp.obj CMakeFiles/wesnoth-game.dir/hotkey/hotkey_item.cpp.obj CMakeFiles/wesnoth-game.dir/hotkey/hotkey_command.cpp.obj CMakeFiles/wesnoth-game.dir/hotkey/hotkey_manager.cpp.obj CMakeFiles/wesnoth-game.dir/image.cpp.obj CMakeFiles/wesnoth-game.dir/image_modifications.cpp.obj CMakeFiles/wesnoth-game.dir/joystick.cpp.obj CMakeFiles/wesnoth-game.dir/game_end_exceptions.cpp.obj CMakeFiles/wesnoth-game.dir/key.cpp.obj CMakeFiles/wesnoth-game.dir/language.cpp.obj CMakeFiles/wesnoth-game.dir/loadscreen.cpp.obj CMakeFiles/wesnoth-game.dir/lobby_preferences.cpp.obj CMakeFiles/wesnoth-game.dir/map_label.cpp.obj CMakeFiles/wesnoth-game.dir/marked-up_text.cpp.obj CMakeFiles/wesnoth-game.dir/minimap.cpp.obj CMakeFiles/wesnoth-game.dir/pathfind/astarsearch.cpp.obj CMakeFiles/wesnoth-game.dir/pathutils.cpp.obj CMakeFiles/wesnoth-game.dir/preferences.cpp.obj CMakeFiles/wesnoth-game.dir/preferences_display.cpp.obj CMakeFiles/wesnoth-game.dir/race.cpp.obj CMakeFiles/wesnoth-game.dir/random.cpp.obj CMakeFiles/wesnoth-game.dir/reports.cpp.obj CMakeFiles/wesnoth-game.dir/sdl_utils.cpp.obj CMakeFiles/wesnoth-game.dir/show_dialog.cpp.obj CMakeFiles/wesnoth-game.dir/simple_rng.cpp.obj CMakeFiles/wesnoth-game.dir/sound.cpp.obj CMakeFiles/wesnoth-game.dir/soundsource.cpp.obj CMakeFiles/wesnoth-game.dir/sound_music_track.cpp.obj CMakeFiles/wesnoth-game.dir/terrain.cpp.obj CMakeFiles/wesnoth-game.dir/terrain_translation.cpp.obj CMakeFiles/wesnoth-game.dir/text.cpp.obj CMakeFiles/wesnoth-game.dir/time_of_day.cpp.obj CMakeFiles/wesnoth-game.dir/tracer.cpp.obj CMakeFiles/wesnoth-game.dir/video.cpp.obj CMakeFiles/wesnoth-game.dir/theme.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/button.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/file_menu.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/label.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/menu.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/menu_style.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/progressbar.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/scrollarea.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/scrollbar.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/slider.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/textbox.cpp.obj CMakeFiles/wesnoth-game.dir/widgets/widget.cpp.obj CMakeFiles/wesnoth-game.dir/wml_exception.cpp.obj CMakeFiles/wesnoth-game.dir/windows_tray_notification.cpp.obj
/home/mxe/mxe-wesnoth/usr/bin/i686-w64-mingw32.static-ranlib libwesnoth-game.a
make[4]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build/CMakeFiles 91 92
[ 82%] Built target wesnoth-game
make[3]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
Makefile:137: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/mxe/mxe-wesnoth/tmp-wesnoth-i686-w64-mingw32.static/wesnoth-1.12.4.build'
Makefile:457: recipe for target 'build-only-wesnoth_i686-w64-mingw32.static' failed
make[1]: *** [build-only-wesnoth_i686-w64-mingw32.static] Error 2
make[1]: Leaving directory '/home/mxe/mxe-wesnoth'
real 1m55.023s
user 6m13.360s
sys 0m24.200s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment