Skip to content

Instantly share code, notes, and snippets.

@starius
Created September 5, 2015 08:15
Show Gist options
  • Save starius/942da43ef0114dbde2fb to your computer and use it in GitHub Desktop.
Save starius/942da43ef0114dbde2fb to your computer and use it in GitHub Desktop.
Attempt to update SFML in MXE
make[1]: Entering directory '/home/mxe/mxe-pango'
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/master@{0}] (25 hours ago) (none)
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 8.1 (jessie)
Release: 8.1
Codename: jessie
rm -rf '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static'
mkdir -p '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static'
cd '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static' && unzip -q '/home/mxe/mxe-pango/pkg/SFML-2.3.1-sources.zip'
cd '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1'
(cd '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1' && patch -p1 -u) < ./src/sfml-1-fixes-crlf.patch
patching file CMakeLists.txt
Hunk #1 succeeded at 123 (offset 36 lines).
mkdir '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build' && cmake .. -DCMAKE_TOOLCHAIN_FILE='/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake' -DFREETYPE_INCLUDE_DIRS='/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/include/freetype2'
-- 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-pango/usr/bin/i686-w64-mingw32.static-gcc
-- Check for working C compiler: /home/mxe/mxe-pango/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-pango/usr/bin/i686-w64-mingw32.static-g++
-- Check for working CXX compiler: /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Found OpenGL: opengl32
-- Found JPEG: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libjpeg.a
-- Found OpenAL: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libOpenAL32.a
-- Found VORBIS: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libvorbis.a
-- Found FLAC: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libFLAC.a
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build
make -C '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build' -j '7' install VERBOSE=1
make[2]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -H/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 -B/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/depend
make -f src/SFML/Main/CMakeFiles/sfml-main.dir/build.make src/SFML/Main/CMakeFiles/sfml-main.dir/depend
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Main /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main/CMakeFiles/sfml-main.dir/DependInfo.cmake --color=
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main/CMakeFiles/sfml-main.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main/CMakeFiles/sfml-main.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main/CMakeFiles/sfml-main.dir/depend.internal".
Scanning dependencies of target sfml-main
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/Main/CMakeFiles/sfml-main.dir/build.make src/SFML/Main/CMakeFiles/sfml-main.dir/build
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 50
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System/CMakeFiles/sfml-system.dir/DependInfo.cmake --color=
[ 1%] Building CXX object src/SFML/Main/CMakeFiles/sfml-main.dir/MainWin32.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-main.dir/includes_CXX.rsp -o CMakeFiles/sfml-main.dir/MainWin32.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Main/MainWin32.cpp
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System/CMakeFiles/sfml-system.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System/CMakeFiles/sfml-system.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System/CMakeFiles/sfml-system.dir/depend.internal".
Scanning dependencies of target sfml-system
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/System/CMakeFiles/sfml-system.dir/build.make src/SFML/System/CMakeFiles/sfml-system.dir/build
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 61
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 62
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 63
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 64
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 65
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 66
[ 2%] [ 3%] [ 4%] [ 5%] [ 6%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Mutex.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Mutex.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Lock.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Lock.cpp
[ 7%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Err.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Err.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Clock.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Clock.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Sleep.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Sleep.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/String.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/String.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 67
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 68
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 69
[ 8%] [ 9%] [ 10%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Time.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Time.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Thread.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Thread.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/ThreadLocal.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/ThreadLocal.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 70
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 71
[ 11%] [ 12%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/FileInputStream.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/FileInputStream.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/MemoryInputStream.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 72
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 73
[ 13%] [ 14%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Win32/MutexImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Win32/MutexImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Win32/MutexImpl.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Win32/ClockImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Win32/ClockImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Win32/ClockImpl.cpp
Linking CXX static library ../../../lib/libsfml-main.a
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main && /usr/bin/cmake -P CMakeFiles/sfml-main.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Main && /usr/bin/cmake -E cmake_link_script CMakeFiles/sfml-main.dir/link.txt --verbose=1
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 74
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ar cr ../../../lib/libsfml-main.a CMakeFiles/sfml-main.dir/MainWin32.cpp.obj
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 75
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ranlib ../../../lib/libsfml-main.a
[ 15%] [ 16%] make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 50
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Win32/SleepImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Win32/SleepImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Win32/SleepImpl.cpp
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Win32/ThreadImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Win32/ThreadImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Win32/ThreadImpl.cpp
[ 16%] Built target sfml-main
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 76
[ 17%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Win32/ThreadLocalImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-system.dir/includes_CXX.rsp -o CMakeFiles/sfml-system.dir/Win32/ThreadLocalImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/System/Win32/ThreadLocalImpl.cpp
Linking CXX static library ../../../lib/libsfml-system-s.a
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /usr/bin/cmake -P CMakeFiles/sfml-system.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/System && /usr/bin/cmake -E cmake_link_script CMakeFiles/sfml-system.dir/link.txt --verbose=1
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ar cr ../../../lib/libsfml-system-s.a CMakeFiles/sfml-system.dir/Clock.cpp.obj CMakeFiles/sfml-system.dir/Err.cpp.obj CMakeFiles/sfml-system.dir/Lock.cpp.obj CMakeFiles/sfml-system.dir/Mutex.cpp.obj CMakeFiles/sfml-system.dir/Sleep.cpp.obj CMakeFiles/sfml-system.dir/String.cpp.obj CMakeFiles/sfml-system.dir/Thread.cpp.obj CMakeFiles/sfml-system.dir/ThreadLocal.cpp.obj CMakeFiles/sfml-system.dir/Time.cpp.obj CMakeFiles/sfml-system.dir/FileInputStream.cpp.obj CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.obj CMakeFiles/sfml-system.dir/Win32/ClockImpl.cpp.obj CMakeFiles/sfml-system.dir/Win32/MutexImpl.cpp.obj CMakeFiles/sfml-system.dir/Win32/SleepImpl.cpp.obj CMakeFiles/sfml-system.dir/Win32/ThreadImpl.cpp.obj CMakeFiles/sfml-system.dir/Win32/ThreadLocalImpl.cpp.obj
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ranlib ../../../lib/libsfml-system-s.a
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
[ 17%] Built target sfml-system
make -f src/SFML/Window/CMakeFiles/sfml-window.dir/build.make src/SFML/Window/CMakeFiles/sfml-window.dir/depend
make -f src/SFML/Network/CMakeFiles/sfml-network.dir/build.make src/SFML/Network/CMakeFiles/sfml-network.dir/depend
make -f src/SFML/Audio/CMakeFiles/sfml-audio.dir/build.make src/SFML/Audio/CMakeFiles/sfml-audio.dir/depend
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window/CMakeFiles/sfml-window.dir/DependInfo.cmake --color=
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network/CMakeFiles/sfml-network.dir/DependInfo.cmake --color=
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/DependInfo.cmake --color=
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network/CMakeFiles/sfml-network.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network/CMakeFiles/sfml-network.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network/CMakeFiles/sfml-network.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/depend.internal".
Scanning dependencies of target sfml-network
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/Network/CMakeFiles/sfml-network.dir/build.make src/SFML/Network/CMakeFiles/sfml-network.dir/build
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 51
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 52
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 53
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 54
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 55
[ 18%] Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/Ftp.cpp.obj
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window/CMakeFiles/sfml-window.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window/CMakeFiles/sfml-window.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window/CMakeFiles/sfml-window.dir/depend.internal".
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/Ftp.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/Ftp.cpp
[ 19%] [ 20%] [ 22%] [ 22%] Scanning dependencies of target sfml-window
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/Window/CMakeFiles/sfml-window.dir/build.make src/SFML/Window/CMakeFiles/sfml-window.dir/build
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 77
Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/Http.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/Http.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/Http.cpp
Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/IpAddress.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/IpAddress.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/IpAddress.cpp
Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/Socket.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/Socket.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/Socket.cpp
Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/Packet.cpp.obj
[ 23%] cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/Packet.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/Packet.cpp
Scanning dependencies of target sfml-audio
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/Audio/CMakeFiles/sfml-audio.dir/build.make src/SFML/Audio/CMakeFiles/sfml-audio.dir/build
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 1
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.obj
[ 25%] cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Context.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Context.cpp
Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/ALCheck.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/ALCheck.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 78
[ 26%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/GlContext.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/GlContext.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 2
[ 27%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/AlResource.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/AlResource.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 3
[ 28%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/AudioDevice.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/AudioDevice.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 56
[ 29%] Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/SocketSelector.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/SocketSelector.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/SocketSelector.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 4
[ 30%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/Listener.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/Listener.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 57
[ 31%] Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/TcpListener.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/TcpListener.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/TcpListener.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 58
[ 32%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 59
Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/TcpSocket.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/TcpSocket.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/TcpSocket.cpp
[ 33%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 79
[ 34%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 5
Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/UdpSocket.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/UdpSocket.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/UdpSocket.cpp
[ 35%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/GlResource.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/GlResource.cpp
Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/Music.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/Music.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 80
[ 36%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 60
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Joystick.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Joystick.cpp
[ 37%] Building CXX object src/SFML/Network/CMakeFiles/sfml-network.dir/Win32/SocketImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-network.dir/includes_CXX.rsp -o CMakeFiles/sfml-network.dir/Win32/SocketImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Network/Win32/SocketImpl.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 6
[ 38%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/Sound.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/Sound.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 7
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 8
[ 39%] [ 40%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundBuffer.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 9
Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundBufferRecorder.cpp
[ 41%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/InputSoundFile.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 10
[ 42%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/OutputSoundFile.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 11
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 12
[ 43%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 13
[ 44%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundRecorder.cpp
[ 45%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundStream.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundStream.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 81
[ 46%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/JoystickManager.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/JoystickManager.cpp
Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundSource.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundSource.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 14
[ 47%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileFactory.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 15
[ 48%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileReaderFlac.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 16
[ 50%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileReaderOgg.cpp
Linking CXX static library ../../../lib/libsfml-network-s.a
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /usr/bin/cmake -P CMakeFiles/sfml-network.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 17
[ 51%] cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Network && /usr/bin/cmake -E cmake_link_script CMakeFiles/sfml-network.dir/link.txt --verbose=1
Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileReaderWav.cpp
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ar cr ../../../lib/libsfml-network-s.a CMakeFiles/sfml-network.dir/Ftp.cpp.obj CMakeFiles/sfml-network.dir/Http.cpp.obj CMakeFiles/sfml-network.dir/IpAddress.cpp.obj CMakeFiles/sfml-network.dir/Packet.cpp.obj CMakeFiles/sfml-network.dir/Socket.cpp.obj CMakeFiles/sfml-network.dir/SocketSelector.cpp.obj CMakeFiles/sfml-network.dir/TcpListener.cpp.obj CMakeFiles/sfml-network.dir/TcpSocket.cpp.obj CMakeFiles/sfml-network.dir/UdpSocket.cpp.obj CMakeFiles/sfml-network.dir/Win32/SocketImpl.cpp.obj
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ranlib ../../../lib/libsfml-network-s.a
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 51 52 53 54 55 56 57 58 59 60
[ 51%] Built target sfml-network
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 18
[ 52%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileWriterFlac.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 19
[ 53%] Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileWriterOgg.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 20
[ 54%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 82
Building CXX object src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_STATIC -O3 -DNDEBUG @CMakeFiles/sfml-audio.dir/includes_CXX.rsp -o CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Audio/SoundFileWriterWav.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 83
[ 55%] [ 56%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Mouse.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Mouse.cpp
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Keyboard.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Keyboard.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 84
[ 57%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Touch.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Touch.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 85
[ 58%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Sensor.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Sensor.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 86
[ 59%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 87
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 88
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/SensorManager.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/SensorManager.cpp
[ 60%] [ 61%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 89
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.obj
[ 62%] cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Window.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Window.cpp
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/WindowImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/WindowImpl.cpp
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/VideoMode.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/VideoMode.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 90
[ 63%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 91
[ 64%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/WglContext.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/WglContext.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/WglContext.cpp
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/WglExtensions.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/WglExtensions.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/WglExtensions.cpp
Linking CXX static library ../../../lib/libsfml-audio-s.a
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /usr/bin/cmake -P CMakeFiles/sfml-audio.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Audio && /usr/bin/cmake -E cmake_link_script CMakeFiles/sfml-audio.dir/link.txt --verbose=1
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ar cr ../../../lib/libsfml-audio-s.a CMakeFiles/sfml-audio.dir/ALCheck.cpp.obj CMakeFiles/sfml-audio.dir/AlResource.cpp.obj CMakeFiles/sfml-audio.dir/AudioDevice.cpp.obj CMakeFiles/sfml-audio.dir/Listener.cpp.obj CMakeFiles/sfml-audio.dir/Music.cpp.obj CMakeFiles/sfml-audio.dir/Sound.cpp.obj CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.obj CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.obj CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.obj CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.obj CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.obj CMakeFiles/sfml-audio.dir/SoundSource.cpp.obj CMakeFiles/sfml-audio.dir/SoundStream.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.obj CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.obj
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ranlib ../../../lib/libsfml-audio-s.a
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 92
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[ 64%] [ 65%] Built target sfml-audio
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 93
[ 66%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/InputImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/InputImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/InputImpl.cpp
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/JoystickImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/JoystickImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/JoystickImpl.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 94
[ 67%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/SensorImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/SensorImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/SensorImpl.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 95
[ 68%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 96
Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/VideoModeImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/VideoModeImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/VideoModeImpl.cpp
[ 69%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/WindowImplWin32.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DUNICODE -D_UNICODE -O3 -DNDEBUG @CMakeFiles/sfml-window.dir/includes_CXX.rsp -o CMakeFiles/sfml-window.dir/Win32/WindowImplWin32.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Window/Win32/WindowImplWin32.cpp
Linking CXX static library ../../../lib/libsfml-window-s.a
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /usr/bin/cmake -P CMakeFiles/sfml-window.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Window && /usr/bin/cmake -E cmake_link_script CMakeFiles/sfml-window.dir/link.txt --verbose=1
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ar cr ../../../lib/libsfml-window-s.a CMakeFiles/sfml-window.dir/Context.cpp.obj CMakeFiles/sfml-window.dir/GlContext.cpp.obj CMakeFiles/sfml-window.dir/GlResource.cpp.obj CMakeFiles/sfml-window.dir/Joystick.cpp.obj CMakeFiles/sfml-window.dir/JoystickManager.cpp.obj CMakeFiles/sfml-window.dir/Keyboard.cpp.obj CMakeFiles/sfml-window.dir/Mouse.cpp.obj CMakeFiles/sfml-window.dir/Touch.cpp.obj CMakeFiles/sfml-window.dir/Sensor.cpp.obj CMakeFiles/sfml-window.dir/SensorManager.cpp.obj CMakeFiles/sfml-window.dir/VideoMode.cpp.obj CMakeFiles/sfml-window.dir/Window.cpp.obj CMakeFiles/sfml-window.dir/WindowImpl.cpp.obj CMakeFiles/sfml-window.dir/Win32/WglContext.cpp.obj CMakeFiles/sfml-window.dir/Win32/WglExtensions.cpp.obj CMakeFiles/sfml-window.dir/Win32/InputImpl.cpp.obj CMakeFiles/sfml-window.dir/Win32/JoystickImpl.cpp.obj CMakeFiles/sfml-window.dir/Win32/SensorImpl.cpp.obj CMakeFiles/sfml-window.dir/Win32/VideoModeImpl.cpp.obj CMakeFiles/sfml-window.dir/Win32/WindowImplWin32.cpp.obj
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ranlib ../../../lib/libsfml-window-s.a
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
[ 69%] Built target sfml-window
make -f src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/build.make src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/depend
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1 /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/DependInfo.cmake --color=
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/DependInfo.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/depend.internal".
Dependee "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/depend.internal".
Scanning dependencies of target sfml-graphics
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make -f src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/build.make src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/build
make[4]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 21
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 22
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 23
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 24
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 25
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 26
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 27
[ 70%] [ 71%] [ 73%] [ 73%] [ 75%] [ 76%] [ 77%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Color.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Color.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Image.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Image.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/BlendMode.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/BlendMode.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Font.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Font.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/GLExtensions.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/GLCheck.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/GLCheck.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -fno-strict-aliasing -o CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/ImageLoader.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 28
[ 78%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 29
[ 79%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderTexture.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderStates.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderStates.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 30
[ 80%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderTarget.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 31
[ 81%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderWindow.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 32
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 33
[ 82%] [ 83%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 34
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Shader.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Shader.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Texture.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Texture.cpp
[ 84%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/TextureSaver.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 35
[ 85%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Transform.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Transform.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 36
[ 86%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Transformable.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Transformable.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 37
[ 87%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/View.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/View.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 38
[ 88%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Vertex.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Vertex.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 39
[ 89%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLLoader.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/GLLoader.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/GLLoader.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 40
[ 90%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 41
[ 91%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Shape.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Shape.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.obj
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 42
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/CircleShape.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/CircleShape.cpp
[ 92%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RectangleShape.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 43
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 44
[ 93%] [ 94%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/ConvexShape.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Sprite.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Sprite.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 45
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 46
[ 95%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/Text.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/Text.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 47
[ 96%] [ 97%] /usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 48
[ 98%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/VertexArray.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/VertexArray.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderTextureImpl.cpp
Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderTextureImplFBO.cpp
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 49
[100%] Building CXX object src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.obj
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-g++ -DAL_LIBTYPE_STATIC -DSFML_STATIC -DSTBI_FAILURE_USERMSG -O3 -DNDEBUG @CMakeFiles/sfml-graphics.dir/includes_CXX.rsp -o CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.obj -c /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/src/SFML/Graphics/RenderTextureImplDefault.cpp
Linking CXX static library ../../../lib/libsfml-graphics-s.a
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /usr/bin/cmake -P CMakeFiles/sfml-graphics.dir/cmake_clean_target.cmake
cd /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/src/SFML/Graphics && /usr/bin/cmake -E cmake_link_script CMakeFiles/sfml-graphics.dir/link.txt --verbose=1
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ar cr ../../../lib/libsfml-graphics-s.a CMakeFiles/sfml-graphics.dir/BlendMode.cpp.obj CMakeFiles/sfml-graphics.dir/Color.cpp.obj CMakeFiles/sfml-graphics.dir/Font.cpp.obj CMakeFiles/sfml-graphics.dir/GLCheck.cpp.obj CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.obj CMakeFiles/sfml-graphics.dir/Image.cpp.obj CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.obj CMakeFiles/sfml-graphics.dir/RenderStates.cpp.obj CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.obj CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.obj CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.obj CMakeFiles/sfml-graphics.dir/Shader.cpp.obj CMakeFiles/sfml-graphics.dir/Texture.cpp.obj CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.obj CMakeFiles/sfml-graphics.dir/Transform.cpp.obj CMakeFiles/sfml-graphics.dir/Transformable.cpp.obj CMakeFiles/sfml-graphics.dir/View.cpp.obj CMakeFiles/sfml-graphics.dir/Vertex.cpp.obj CMakeFiles/sfml-graphics.dir/GLLoader.cpp.obj CMakeFiles/sfml-graphics.dir/Shape.cpp.obj CMakeFiles/sfml-graphics.dir/CircleShape.cpp.obj CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.obj CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.obj CMakeFiles/sfml-graphics.dir/Sprite.cpp.obj CMakeFiles/sfml-graphics.dir/Text.cpp.obj CMakeFiles/sfml-graphics.dir/VertexArray.cpp.obj CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.obj CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.obj CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.obj
/home/mxe/mxe-pango/usr/bin/i686-w64-mingw32.static-ranlib ../../../lib/libsfml-graphics-s.a
make[4]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_report /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 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
[100%] Built target sfml-graphics
make[3]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
/usr/bin/cmake -E cmake_progress_start /home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Release"
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Config.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/SocketHandle.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/Http.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/Ftp.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/UdpSocket.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/TcpSocket.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/TcpListener.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/Packet.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/IpAddress.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/SocketSelector.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/Export.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network/Socket.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/Listener.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundBufferRecorder.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/AlResource.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundRecorder.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundFileFactory.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/Music.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundBuffer.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundFileFactory.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundStream.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/OutputSoundFile.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/InputSoundFile.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/Sound.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/Export.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundSource.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundFileWriter.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio/SoundFileReader.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/OpenGL.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Vector3.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Utf.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/FileInputStream.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/ThreadLocalPtr.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/ThreadLocal.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Thread.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Clock.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Vector3.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Err.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Time.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Vector2.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Mutex.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/NonCopyable.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/String.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Sleep.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Vector2.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/InputStream.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Lock.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Thread.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Export.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/ThreadLocalPtr.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/String.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/Utf.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/System/MemoryInputStream.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/VertexArray.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/RenderWindow.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/RenderTexture.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/RectangleShape.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Sprite.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Transform.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Color.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Drawable.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/RenderStates.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Texture.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/ConvexShape.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Rect.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Shape.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Rect.inl
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/PrimitiveType.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Font.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Shader.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Text.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Transformable.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/CircleShape.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/View.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Export.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/RenderTarget.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/BlendMode.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Glyph.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Vertex.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics/Image.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Graphics.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Audio.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Network.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/WindowStyle.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/GlResource.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/WindowHandle.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/ContextSettings.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Window.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/VideoMode.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Keyboard.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Sensor.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Touch.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Event.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Mouse.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Export.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Joystick.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Window/Context.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./include/SFML/Main.hpp
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./license.txt
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./readme.txt
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/./cmake/Modules/FindSFML.cmake
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/bin
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/bin/openal32.dll
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libjpeg.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libopenal32.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libFLAC.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libvorbis.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libfreetype.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libvorbisenc.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libvorbisfile.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libogg.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libsfml-system-s.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libsfml-main.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libsfml-window-s.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libsfml-network-s.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libsfml-graphics-s.a
-- Installing: /home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/libsfml-audio-s.a
make[2]: Leaving directory '/home/mxe/mxe-pango/tmp-sfml-i686-w64-mingw32.static/SFML-2.3.1/build'
# create pkg-config file
install -d '/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/pkgconfig'
(echo 'Name: sfml'; echo 'Version: 0'; echo 'Description: sfml'; echo 'Requires: freetype2 glew openal sndfile vorbisenc'; echo 'Cflags: -DSFML_STATIC'; echo 'Libs: -lsfml-audio-s -lsfml-network-s -lsfml-graphics-s -lsfml-window-s -lsfml-system-s'; echo 'Libs.private: -ljpeg -lws2_32 -lgdi32';) > '/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/pkgconfig/sfml.pc'
'i686-w64-mingw32.static-g++' -W -Wall -Werror -ansi -pedantic './src/sfml-test.cpp' -o '/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/bin/test-sfml.exe' `i686-w64-mingw32.static-pkg-config --cflags --libs sfml`
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0xb7): undefined reference to `ov_clear'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0xda): undefined reference to `ov_clear'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x12b): undefined reference to `ov_pcm_seek'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x1a8): undefined reference to `ov_read'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x240): undefined reference to `ov_open_callbacks'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x254): undefined reference to `ov_info'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x272): undefined reference to `ov_pcm_total'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x38e): undefined reference to `ov_test_callbacks'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x39c): undefined reference to `ov_clear'
/home/mxe/mxe-pango/usr/i686-w64-mingw32.static/lib/../lib/libsfml-audio-s.a(SoundFileReaderOgg.cpp.obj):SoundFileReaderOgg.cpp:(.text+0x3f4): undefined reference to `ov_clear'
collect2: error: ld returned 1 exit status
Makefile:412: recipe for target 'build-only-sfml_i686-w64-mingw32.static' failed
make[1]: *** [build-only-sfml_i686-w64-mingw32.static] Error 1
make[1]: Leaving directory '/home/mxe/mxe-pango'
real 0m28.259s
user 1m0.380s
sys 0m3.520s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment