Skip to content

Instantly share code, notes, and snippets.

@dshadowwolf
Created September 13, 2019 14:52
Show Gist options
  • Save dshadowwolf/0d91e8e52509958bceb26b6704f8af9c to your computer and use it in GitHub Desktop.
Save dshadowwolf/0d91e8e52509958bceb26b6704f8af9c to your computer and use it in GitHub Desktop.
make[1]: Entering directory '/home/madman/cross-win/mxe'
uname -a
Linux devwolf2 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u3 (2019-06-16) x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
aaa5a1be9315f89ed9fe7331b19cb517ed160ae7 - cmake: add note to test thoroughly after updates [5 days ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.13
perl --version 2>&1 | head -3
This is perl 5, version 24, subversion 1 (v5.24.1) built for x86_64-linux-gnu-thread-multi
(with 85 registered patches, see perl -V for more detail)
rm -rf '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static'
mkdir -p '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static'
mkdir -p '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6'
mkdir -p '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/readonly'
chmod 0555 '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/readonly'
cd '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static' && tar xzf '/home/madman/cross-win/mxe/pkg/fluidsynth-v2.0.6.tar.gz'
cd '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6'
(cd '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6' && patch -p1 -u) < /home/madman/cross-win/mxe/src/fluidsynth-1-fixes.patch
patching file CMakeLists.txt
patching file src/CMakeLists.txt
patching file CMakeLists.txt
patching file fluidsynth.pc.in
cd '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_' && 'i686-w64-mingw32.static-cmake' '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6' -Dbuild-bins=OFF -Dbuild-docs=OFF -Dbuild-tests=OFF -Denable-dbus=ON -Denable-jack= -Denable-libsndfile=ON -Denable-portaudio=ON
== Using MXE wrapper: /home/madman/cross-win/mxe/usr/bin/i686-w64-mingw32.static-cmake
- cmake version 3.10.0
- warnings for unused CMAKE_POLICY_DEFAULT variables can be ignored
== Using MXE toolchain: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake
== Using MXE runresult: /home/madman/cross-win/mxe/usr/share/cmake/modules/TryRunResults.cmake
== Adding "-DCMAKE_BUILD_TYPE=Release"
loading initial cache file /home/madman/cross-win/mxe/usr/share/cmake/modules/TryRunResults.cmake
-- The C compiler identification is GNU 5.5.0
-- Check for working C compiler: /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc
-- Check for working C compiler: /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking whether system has ANSI C header files
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - found
-- Performing Test memchrExists
-- Performing Test memchrExists - Success
-- Performing Test freeExists
-- Performing Test freeExists - Success
-- ANSI C header files - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for DIR in sys/stat.h;sys/types.h;dirent.h
-- Looking for DIR in sys/stat.h;sys/types.h;dirent.h - found
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - not found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - not found
-- Looking for netinet/tcp.h
-- Looking for netinet/tcp.h - not found
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - not found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Performing Test _have_inline
-- Performing Test _have_inline - Success
-- Performing Test _have_vla
-- Performing Test _have_vla - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for windows.h
-- Looking for windows.h - found
-- Looking for io.h
-- Looking for io.h - found
-- Looking for dsound.h
-- Looking for dsound.h - found
-- Looking for include files windows.h, mmsystem.h
-- Looking for include files windows.h, mmsystem.h - found
-- Looking for inet_ntop
-- Looking for inet_ntop - not found
-- Found PkgConfig: /home/madman/cross-win/mxe/usr/bin/i686-w64-mingw32.static-pkg-config (found version "0.28")
-- Checking for modules 'glib-2.0>=2.6.5;gthread-2.0>=2.6.5'
-- Found glib-2.0, version 2.50.2
-- Found gthread-2.0, version 2.50.2
-- Checking for module 'sndfile>=1.0.0'
-- Found sndfile, version 1.0.28
-- Checking for module 'sndfile>=1.0.18'
-- Found sndfile, version 1.0.28
-- Checking for module 'libpulse-simple>=0.9.8'
-- Package libpulse-simple was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpulse-simple.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpulse-simple', required by 'world', not found
-- Checking for module 'portaudio-2.0>=19'
-- Found portaudio-2.0, version 19
-- Checking for module 'dbus-1>=1.0.0'
-- Found dbus-1, version 1.13.12
-- Looking for ladspa.h
-- Looking for ladspa.h - not found
-- Could NOT find READLINE (missing: READLINE_INCLUDE_DIR READLINE_LIBRARIES)
-- Found OpenMP 201307
**************************************************************
Summary:
Build type: Release
Install Prefix: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static
libsndfile: yes (with ogg vorbis support)
D-Bus: yes
PulseAudio: no
JACK: no
ALSA: no
PortAudio: yes
OSS: no
MidiShare: no
CoreAudio: no
CoreMIDI: no
Windows: yes
DSound: yes
WinMidi support: yes
LADSPA support: no
LASH support: no
systemd support: no
OS/2 DART support: no
Audio to file driver: yes
NETWORK Support : yes
IPV6 Support : no
Readline: no
Samples type=float: no (using double)
Profiling: no
OpenMP 4.0: yes
Multi-thread support yes
Debug: no
Trap on FPE (debug): no
Check FPE (debug): no
**************************************************************
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_POLICY_DEFAULT_CMP0017
CMAKE_POLICY_DEFAULT_CMP0020
-- Build files have been written to: /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_
make -C '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_' -j '1' VERBOSE=1
make[2]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -H/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 -B/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ --check-build-system CMakeFiles/Makefile.cmake 0
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_progress_start /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/CMakeFiles /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/gentables.dir/build.make src/CMakeFiles/gentables.dir/depend
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/gentables.dir/DependInfo.cmake --color=
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/gentables.dir/DependInfo.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/gentables.dir/depend.internal".
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/gentables.dir/depend.internal".
Scanning dependencies of target gentables
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/gentables.dir/build.make src/CMakeFiles/gentables.dir/build
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[ 1%] Creating directories for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/tmp
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-mkdir
[ 3%] No download step for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E echo_append
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-download
[ 5%] No patch step for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E echo_append
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-patch
[ 7%] No update step for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E echo_append
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-update
[ 9%] Performing configure step for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake "-GUnix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables
Re-run cmake no build system arguments
-- The C compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-configure
[ 11%] Performing build step for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && make
make[5]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -H/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables -B/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables --check-build-system CMakeFiles/Makefile.cmake 0
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_progress_start /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[6]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
make -f CMakeFiles/make_tables.dir/build.make CMakeFiles/make_tables.dir/depend
make[7]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles/make_tables.dir/DependInfo.cmake --color=
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles/make_tables.dir/DependInfo.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles/make_tables.dir/depend.internal".
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles/make_tables.dir/depend.internal".
Scanning dependencies of target make_tables
make[7]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
make -f CMakeFiles/make_tables.dir/build.make CMakeFiles/make_tables.dir/build
make[7]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
[ 25%] Building C object CMakeFiles/make_tables.dir/make_tables.c.o
/usr/bin/cc -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables/.. -g -o CMakeFiles/make_tables.dir/make_tables.c.o -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables/make_tables.c
[ 50%] Building C object CMakeFiles/make_tables.dir/gen_conv.c.o
/usr/bin/cc -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables/.. -g -o CMakeFiles/make_tables.dir/gen_conv.c.o -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables/gen_conv.c
[ 75%] Building C object CMakeFiles/make_tables.dir/gen_rvoice_dsp.c.o
/usr/bin/cc -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables/.. -g -o CMakeFiles/make_tables.dir/gen_rvoice_dsp.c.o -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/gentables/gen_rvoice_dsp.c
[100%] Linking C executable make_tables.exe
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_link_script CMakeFiles/make_tables.dir/link.txt --verbose=1
/usr/bin/cc -g -rdynamic CMakeFiles/make_tables.dir/make_tables.c.o CMakeFiles/make_tables.dir/gen_conv.c.o CMakeFiles/make_tables.dir/gen_rvoice_dsp.c.o -o make_tables.exe -lm
make[7]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
[100%] Built target make_tables
make[6]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_progress_start /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/CMakeFiles 0
make[5]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-build
[ 13%] Performing install step for 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables/make_tables.exe /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-install
[ 15%] Completed 'gentables'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E make_directory /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/gentables-complete
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E touch /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/gentables-prefix/src/gentables-stamp/gentables-done
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[ 15%] Built target gentables
make -f src/CMakeFiles/libfluidsynth-OBJ.dir/build.make src/CMakeFiles/libfluidsynth-OBJ.dir/depend
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth-OBJ.dir/DependInfo.cmake --color=
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth-OBJ.dir/DependInfo.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth-OBJ.dir/depend.internal".
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth-OBJ.dir/depend.internal".
Scanning dependencies of target libfluidsynth-OBJ
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/libfluidsynth-OBJ.dir/build.make src/CMakeFiles/libfluidsynth-OBJ.dir/build
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[ 17%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_aufile.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_aufile.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers/fluid_aufile.c
[ 19%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_rtkit.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_rtkit.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/bindings/fluid_rtkit.c
[ 21%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_portaudio.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_portaudio.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers/fluid_portaudio.c
[ 23%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_dsound.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_dsound.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers/fluid_dsound.c
[ 25%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_winmidi.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_winmidi.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers/fluid_winmidi.c
[ 27%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_conv.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_conv.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils/fluid_conv.c
[ 29%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_hash.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_hash.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils/fluid_hash.c
[ 31%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_list.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_list.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils/fluid_list.c
[ 33%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_ringbuffer.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_ringbuffer.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils/fluid_ringbuffer.c
[ 35%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_settings.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_settings.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils/fluid_settings.c
[ 37%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_sys.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_sys.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils/fluid_sys.c
[ 39%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_defsfont.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_defsfont.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/sfloader/fluid_defsfont.c
[ 41%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_sfont.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_sfont.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/sfloader/fluid_sfont.c
[ 43%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_sffile.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_sffile.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/sfloader/fluid_sffile.c
[ 45%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_samplecache.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_samplecache.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/sfloader/fluid_samplecache.c
[ 47%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_adsr_env.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_adsr_env.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_adsr_env.c
[ 49%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_chorus.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_chorus.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_chorus.c
[ 50%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_iir_filter.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_iir_filter.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_iir_filter.c
[ 52%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_lfo.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_lfo.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_lfo.c
[ 54%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_rvoice.c
[ 56%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_dsp.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_dsp.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_rvoice_dsp.c
[ 58%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_event.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_event.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_rvoice_event.c
[ 60%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_mixer.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_mixer.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_rvoice_mixer.c
[ 62%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rev.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rev.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice/fluid_rev.c
[ 64%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_chan.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_chan.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_chan.c
[ 66%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_event.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_event.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_event.c
[ 68%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_gen.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_gen.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_gen.c
[ 70%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_mod.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_mod.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_mod.c
[ 72%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_synth.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_synth.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_synth.c
[ 74%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_synth_monopoly.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_synth_monopoly.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_synth_monopoly.c
[ 76%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_tuning.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_tuning.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_tuning.c
[ 78%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_voice.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_voice.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth/fluid_voice.c
[ 80%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_midi.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_midi.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/midi/fluid_midi.c
[ 82%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_midi_router.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_midi_router.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/midi/fluid_midi_router.c
[ 84%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_seqbind.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_seqbind.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/midi/fluid_seqbind.c
[ 86%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_seq.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_seq.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/midi/fluid_seq.c
[ 88%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_adriver.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_adriver.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers/fluid_adriver.c
[ 90%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_mdriver.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_mdriver.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers/fluid_mdriver.c
[ 92%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_cmd.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_cmd.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/bindings/fluid_cmd.c
[ 94%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_filerenderer.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_filerenderer.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/bindings/fluid_filerenderer.c
[ 96%] Building C object src/CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_ladspa.c.obj
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/i686-w64-mingw32.static-gcc @CMakeFiles/libfluidsynth-OBJ.dir/includes_C.rsp -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -fopenmp -O3 -DNDEBUG -fvisibility=hidden -DFLUIDSYNTH_DLL_EXPORTS -mms-bitfields -std=gnu90 -o CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_ladspa.c.obj -c /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/bindings/fluid_ladspa.c
[ 98%] Building RC object src/CMakeFiles/libfluidsynth-OBJ.dir/VersionResource.rc.res
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/bin/i686-w64-mingw32.static-windres -O coff -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/drivers -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/synth -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/rvoice -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/midi -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/utils -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/sfloader -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src/bindings -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/include -I/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/include -I/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/glib-2.0 -I/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/glib-2.0/include -I/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../include/dbus-1.0 -I/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../lib/dbus-1.0/include /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/VersionResource.rc CMakeFiles/libfluidsynth-OBJ.dir/VersionResource.rc.res
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[ 98%] Built target libfluidsynth-OBJ
make -f src/CMakeFiles/libfluidsynth.dir/build.make src/CMakeFiles/libfluidsynth.dir/depend
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth.dir/DependInfo.cmake --color=
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth.dir/DependInfo.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth.dir/depend.internal".
Dependee "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth.dir/depend.internal".
Scanning dependencies of target libfluidsynth
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/libfluidsynth.dir/build.make src/CMakeFiles/libfluidsynth.dir/build
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[100%] Linking C static library libfluidsynth.a
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -P CMakeFiles/libfluidsynth.dir/cmake_clean_target.cmake
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_link_script CMakeFiles/libfluidsynth.dir/link.txt --verbose=1
/home/madman/cross-win/mxe/usr/bin/i686-w64-mingw32.static-ar qc libfluidsynth.a CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_aufile.c.obj CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_rtkit.c.obj CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_portaudio.c.obj CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_dsound.c.obj CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_winmidi.c.obj CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_conv.c.obj CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_hash.c.obj CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_list.c.obj CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_ringbuffer.c.obj CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_settings.c.obj CMakeFiles/libfluidsynth-OBJ.dir/utils/fluid_sys.c.obj CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_defsfont.c.obj CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_sfont.c.obj CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_sffile.c.obj CMakeFiles/libfluidsynth-OBJ.dir/sfloader/fluid_samplecache.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_adsr_env.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_chorus.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_iir_filter.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_lfo.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_dsp.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_event.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rvoice_mixer.c.obj CMakeFiles/libfluidsynth-OBJ.dir/rvoice/fluid_rev.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_chan.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_event.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_gen.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_mod.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_synth.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_synth_monopoly.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_tuning.c.obj CMakeFiles/libfluidsynth-OBJ.dir/synth/fluid_voice.c.obj CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_midi.c.obj CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_midi_router.c.obj CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_seqbind.c.obj CMakeFiles/libfluidsynth-OBJ.dir/midi/fluid_seq.c.obj CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_adriver.c.obj CMakeFiles/libfluidsynth-OBJ.dir/drivers/fluid_mdriver.c.obj CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_cmd.c.obj CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_filerenderer.c.obj CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_ladspa.c.obj CMakeFiles/libfluidsynth-OBJ.dir/VersionResource.rc.res
/home/madman/cross-win/mxe/usr/bin/i686-w64-mingw32.static-ranlib libfluidsynth.a
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[100%] Built target libfluidsynth
make[3]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_progress_start /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/CMakeFiles 0
make[2]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -C '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_' -j 1 install VERBOSE=1
make[2]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -H/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 -B/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ --check-build-system CMakeFiles/Makefile.cmake 0
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_progress_start /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/CMakeFiles /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/gentables.dir/build.make src/CMakeFiles/gentables.dir/depend
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/gentables.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/gentables.dir/build.make src/CMakeFiles/gentables.dir/build
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make[4]: Nothing to be done for 'src/CMakeFiles/gentables.dir/build'.
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[ 15%] Built target gentables
make -f src/CMakeFiles/libfluidsynth-OBJ.dir/build.make src/CMakeFiles/libfluidsynth-OBJ.dir/depend
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth-OBJ.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/libfluidsynth-OBJ.dir/build.make src/CMakeFiles/libfluidsynth-OBJ.dir/build
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make[4]: Nothing to be done for 'src/CMakeFiles/libfluidsynth-OBJ.dir/build'.
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[ 98%] Built target libfluidsynth-OBJ
make -f src/CMakeFiles/libfluidsynth.dir/build.make src/CMakeFiles/libfluidsynth.dir/depend
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
cd /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ && /home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_depends "Unix Makefiles" /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6 /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_ /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/src/CMakeFiles/libfluidsynth.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make -f src/CMakeFiles/libfluidsynth.dir/build.make src/CMakeFiles/libfluidsynth.dir/build
make[4]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make[4]: Nothing to be done for 'src/CMakeFiles/libfluidsynth.dir/build'.
make[4]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
[100%] Built target libfluidsynth
make[3]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -E cmake_progress_start /home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
Install the project...
/home/madman/cross-win/mxe/usr/x86_64-pc-linux-gnu/bin/cmake -P cmake_install.cmake
-- Install configuration: "Release"
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/fluidsynth.pc
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/libfluidsynth.a
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/audio.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/event.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/gen.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/ladspa.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/log.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/midi.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/misc.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/mod.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/seq.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/seqbind.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/settings.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/sfont.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/shell.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/synth.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/types.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/voice.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth/version.h
-- Installing: /home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/include/fluidsynth.h
make[2]: Leaving directory '/home/madman/cross-win/mxe/tmp-fluidsynth-i686-w64-mingw32.static/fluidsynth-2.0.6.build_'
# compile test
'i686-w64-mingw32.static-gcc' -W -Wall -Werror -ansi -pedantic '/home/madman/cross-win/mxe/src/fluidsynth-test.c' -o '/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/bin/test-fluidsynth.exe' `'i686-w64-mingw32.static-pkg-config' --cflags --libs fluidsynth`
/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../lib/libfluidsynth.a(fluid_samplecache.c.obj):fluid_samplecache.c:(.text+0x1f2): undefined reference to `mlock'
/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../lib/libfluidsynth.a(fluid_samplecache.c.obj):fluid_samplecache.c:(.text+0x20c): undefined reference to `mlock'
/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../lib/libfluidsynth.a(fluid_samplecache.c.obj):fluid_samplecache.c:(.text+0x22c): undefined reference to `munlock'
/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../lib/libfluidsynth.a(fluid_samplecache.c.obj):fluid_samplecache.c:(.text+0x38c): undefined reference to `munlock'
/home/madman/cross-win/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/../../lib/libfluidsynth.a(fluid_samplecache.c.obj):fluid_samplecache.c:(.text+0x3a2): undefined reference to `munlock'
collect2: error: ld returned 1 exit status
Makefile:812: recipe for target 'build-only-fluidsynth_i686-w64-mingw32.static' failed
make[1]: *** [build-only-fluidsynth_i686-w64-mingw32.static] Error 1
make[1]: Leaving directory '/home/madman/cross-win/mxe'
real 0m10.289s
user 0m7.152s
sys 0m0.472s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment