Bug#777999: megaglest: ftbfs with GCC-5

James Cowgill james410 at cowgill.org.uk
Thu Jun 18 20:34:14 UTC 2015


Hi,

On Thu, 2015-06-18 at 20:01 +0200, Markus Koschany wrote:
> Am 18.06.2015 um 19:14 schrieb Tom Reynolds:
> > They way I read this report, the build system just wasn't setup
> > properly, failing to pull in source code?
> > 
> > > Can't find source for megaglest_3.9.1-3
> > ...
> > > E: Failed to fetch source files
> 
> I also wasn't sure when I read the log file. I guess we will find out as
> soon as GCC-5 is the default compiler in Debian unstable. If this is
> really an issue I will get back to you, otherwise I'll close this bug
> report.

I did a GCC 5 build for you (i386). It fails, but it looks like it's
just wxwidgets getting annoyed at ABI changes and will hopefully be
fixed after wxwidgets itself gets recompiled with GCC 5. Log attached.

$ /tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest_editor
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8).
Aborted (core dumped)

Thanks,
James
-------------- next part --------------
 dpkg-buildpackage -rfakeroot -D -us -uc -B
dpkg-buildpackage: source package megaglest
dpkg-buildpackage: source version 3.11.1-2
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Markus Koschany <apo at gambaru.de>
 dpkg-source --before-build megaglest-3.11.1
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh clean --parallel
   dh_testdir -O--parallel
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/megaglest/megaglest-3.11.1'
rm -rf mk/linux/mojosetup/
dh_auto_clean
make[1]: Leaving directory '/tmp/megaglest/megaglest-3.11.1'
   dh_clean -O--parallel
 debian/rules build-arch
dh build-arch --parallel
   dh_testdir -a -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/megaglest/megaglest-3.11.1'
dh_auto_configure -- \
	-DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/ \
	-DWANT_DEV_OUTPATH=ON
	cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/ -DWANT_DEV_OUTPATH=ON
-- The C compiler identification is GNU 5.1.1
-- The CXX compiler identification is GNU 5.1.1
-- 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
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMAKE_SOURCE_DIR = /tmp/megaglest/megaglest-3.11.1
-- Build type for this compile will be: None
-- Using xvfb-run to run man2help.
-- Determining version number system type to use:
-- ** Trying 3 part versioning 
-- Detected MegaGlest Version is [v3.11.1] 
-- Detected GNUC Compiler...
-- *NOTE: Checking for max SSE LEVEL [1]
-- Max SSE desired: [1]
-- Performing Test HAS_SSE3_EXTENSIONS
-- Performing Test HAS_SSE3_EXTENSIONS - Success
-- Performing Test HAS_SSE2_EXTENSIONS
-- Performing Test HAS_SSE2_EXTENSIONS - Success
-- Performing Test HAS_SSE_EXTENSIONS
-- Performing Test HAS_SSE_EXTENSIONS - Success
-- Found SSE extensions, using flags: -msse -mfpmath=sse
-- *NOTE: using SSE for STREFLOP.
-- Performing Test HAS_GCC_BACKTRACE
-- Performing Test HAS_GCC_BACKTRACE - Success
-- Found GCC backtrace lib, will support backtraces
-- Could NOT find Git (missing:  GIT_EXECUTABLE) 
-- *NOTE: Custom Data Install Path is [/usr/share/games/megaglest/]
CMAKE_CXX_FLAGS_NONE:  -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/
-- **Found game source code.
-- Will try to build MegaGlest shared library
-- Found CURL: /usr/lib/i386-linux-gnu/libcurl.so 
-- Force Curl dynamic: OFF
-- #2 CURL RET = 0 using CURL dynamic libs: -L/usr/lib/i386-linux-gnu -lcurl
-- curl version=[7.43.0]
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found SDL: /usr/lib/i386-linux-gnu/libSDLmain.a;/usr/lib/i386-linux-gnu/libSDL.so;-lpthread (found version "1.2.15") 
-- Found OpenGL: /usr/lib/i386-linux-gnu/libGL.so  
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
-- Found OpenAL: /usr/lib/i386-linux-gnu/libopenal.so  
-- LUA_INC: /usr/include/lua5.1
-- LUA_LIB: /usr/lib/i386-linux-gnu/liblua5.1.so
-- Looking for lua_close in /usr/lib/i386-linux-gnu/liblua5.1.so
-- Looking for lua_close in /usr/lib/i386-linux-gnu/liblua5.1.so - found
-- Found Lua library: /usr/lib/i386-linux-gnu/liblua5.1.so
-- Found Lua headers: /usr/include/lua5.1
-- Found JPEG: /usr/lib/i386-linux-gnu/libjpeg.so  
-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.8") 
-- Found PNG: /usr/lib/i386-linux-gnu/libpng.so (found version "1.2.50") 
-- **NOTE: FontConfig support was detected and enabled.
-- Found Freetype: /usr/lib/i386-linux-gnu/libfreetype.so (found version "2.5.2") 
-- Found FTGL libraries at /usr/lib/i386-linux-gnu/libftgl.so and includes at /usr/include
-- **NOTE: FTGL font support was detected and enabled.
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- checking for module 'libvlc'
--   package 'libvlc' not found
-- LIBVLC version:  WITH_VLC macro: ON
-- **WARNING: LIBVLC NOT found so videos are NOT supported.
-- **WARNING: LIBVLC NOT found so videos are NOT supported.
-- ** Searching for library: FriBiDi...
-- ** Searching for library names: [fribidi;libfribidi] ...
-- checking for one of the modules 'glib-2.0'
-- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include
-- Looking for include file glib/gregex.h
-- Looking for include file glib/gregex.h - not found
-- Looking for fribidi_utf8_to_unicode in fribidi
-- Looking for fribidi_utf8_to_unicode in fribidi - found
-- Looking for fribidi_charset_to_unicode in fribidi
-- Looking for fribidi_charset_to_unicode in fribidi - found
-- Using FriBiDi: /usr/lib/i386-linux-gnu/libfribidi.so
-- BREAKPAD_ROOT= Operating system: linux
-- BREAKPAD_INCLUDE_DIR=BREAKPAD_INCLUDE_DIR-NOTFOUND
** WARNING: Could not find GoogleBreakpad. Disabling GoogleBreakpad support.
-- *** Searching for miniupnpc ...
-- Looking for miniupnpc...
-- Finding miniupnpc.h result: /usr/include/miniupnpc
-- Finding miniupnpc lib result: /usr/lib/i386-linux-gnu/libminiupnpc.so
-- Found the miniupnpc libraries at /usr/lib/i386-linux-gnu/libminiupnpc.so
-- Found the miniupnpc headers at /usr/include/miniupnpc
-- Detecting version of miniupnpc in path: /usr/include/miniupnpc
-- Performing Test MINIUPNPC_VERSION_1_7_OR_HIGHER
-- Performing Test MINIUPNPC_VERSION_1_7_OR_HIGHER - Success
-- Found miniupnpc version is v1.7 or higher
-- *** Using miniupnpc lib found in [/usr/include/miniupnpc] MINIUPNP_FOUND [TRUE] MINIUPNP_LIBRARY [/usr/lib/i386-linux-gnu/libminiupnpc.so]
-- **No macros required for miniupnpc version
-- *** Searching for libircclient since WANT_STATIC_LIBS is: OFF ...
-- Force IRCCLient dynamic: OFF
-- Found IRCCLIENT: /usr/lib/i386-linux-gnu/libircclient.so 
-- Found IRCClient include path: /usr/include libs: /usr/lib/i386-linux-gnu/libircclient.so
-- *** Using libircclient found in [/usr/include] IRCCLIENT_FOUND [TRUE] IRCCLIENT_LIBRARY [/usr/lib/i386-linux-gnu/libircclient.so]
-- Performing Test HAS_LIBIRCCLIENT_1_6
-- Performing Test HAS_LIBIRCCLIENT_1_6 - Success
-- Found HAS_LIBIRCCLIENT_1_6: 1
-- EXTERNAL_LIBS = [-L/usr/lib/i386-linux-gnu -lcurl;/usr/lib/i386-linux-gnu/libSDLmain.a;/usr/lib/i386-linux-gnu/libSDL.so;-lpthread;/usr/lib/i386-linux-gnu/libGLU.so;/usr/lib/i386-linux-gnu/libGL.so;/usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libopenal.so;/usr/lib/i386-linux-gnu/liblua5.1.so;dl;/usr/lib/i386-linux-gnu/libjpeg.so;/usr/lib/i386-linux-gnu/libpng.so;/usr/lib/i386-linux-gnu/libfontconfig.so;/usr/lib/i386-linux-gnu/libftgl.so;/usr/lib/i386-linux-gnu/libfreetype.so;/usr/lib/i386-linux-gnu/libGLEW.so;/usr/lib/i386-linux-gnu/libfribidi.so;glib-2.0;/usr/lib/i386-linux-gnu/libminiupnpc.so;/usr/lib/i386-linux-gnu/libircclient.so]
-- Will try to build MegaGlest game
-- OGG/Vorbis includes: /usr/include
-- OGG library        : /usr/lib/i386-linux-gnu/libogg.so
-- Vorbis library     : /usr/lib/i386-linux-gnu/libvorbis.so
-- Vorbis file library: /usr/lib/i386-linux-gnu/libvorbisfile.so
-- LUA_INC: /usr/include/lua5.1
-- LUA_LIB: /usr/lib/i386-linux-gnu/liblua5.1.so
-- Found Lua library: /usr/lib/i386-linux-gnu/liblua5.1.so
-- Found Lua headers: /usr/include/lua5.1
-- Force Curl dynamic: OFF
-- #2 CURL RET = 0 using CURL dynamic libs: -L/usr/lib/i386-linux-gnu -lcurl
-- checking for module 'libvlc'
--   package 'libvlc' not found
-- **WARNING: LIBVLC NOT found so intro videos are NOT supported.
-- ***Note: The final output path for Megaglest Game will be [/tmp/megaglest/megaglest-3.11.1/mk/linux/]
-- BREAKPAD_ROOT= Operating system: linux
-- BREAKPAD_INCLUDE_DIR=BREAKPAD_INCLUDE_DIR-NOTFOUND
** WARNING: Could not find GoogleBreakpad. Disabling GoogleBreakpad support.
***-- Found help2man: /usr/bin/help2man about to build manpage in [/tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest.6]
***-- Found xvfb-run: /usr/bin/xvfb-run about to build manpage with it.
-- **Source package INSTALL TRIGGERED [/tmp/megaglest/megaglest-3.11.1]
-- **NOTE: Will Install manpage [megaglest.6] to [share/man/man6/]
-- Will try to build MegaGlest map editor
-- DEBUG FreeBSD: /usr/bin/wx-config
-- run the wx-config program to get cxxflags:
-- /usr/bin/wx-config --debug=no --cxxflags
-- Found wxWidgets: TRUE  
-- ***Note: The final output path for Megaglest Map Editor will be [/tmp/megaglest/megaglest-3.11.1/mk/linux/]
***-- Found help2man: /usr/bin/help2man about to build manpage in [/tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest_editor.6]
***-- Found xvfb-run: /usr/bin/xvfb-run about to build manpage with it.
-- **NOTE: Will Install manpage [megaglest_editor.6] to [share/man/man6/]
-- Will try to build MegaGlest model viewer
-- DEBUG FreeBSD: /usr/bin/wx-config
-- run the wx-config program to get cxxflags:
-- /usr/bin/wx-config --debug=no --cxxflags
-- ***Note: The final output path for Megaglest G3d Viewer will be [/tmp/megaglest/megaglest-3.11.1/mk/linux/]
***-- Found help2man: /usr/bin/help2man about to build manpage in [/tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest_g3dviewer.6]
***-- Found xvfb-run: /usr/bin/xvfb-run about to build manpage with it.
-- **NOTE: Will Install manpage [megaglest_g3dviewer.6] to [share/man/man6/]
-- Will try to build MegaGlest model import/export tools
-- Found LibXml2: /usr/lib/i386-linux-gnu/libxml2.so (found version "2.9.2") 
-- =====> Found Define: STREFLOP_SSE
-- =====> Found Define: HAS_GCC_BACKTRACE
-- =====> Found Define: CURL_STATICLIB
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu
make[1]: Leaving directory '/tmp/megaglest/megaglest-3.11.1'
   dh_auto_build -a -O--parallel
	make -j1
make[1]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -H/tmp/megaglest/megaglest-3.11.1 -B/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/build.make source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/DependInfo.cmake --color=
Scanning dependencies of target streflop
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/build.make source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 73
[  1%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_modff.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_modff.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_modff.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  1%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_isnanf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_isnanf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_isnanf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 74
[  2%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_tanhf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_tanhf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_tanhf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  2%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_cbrtf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_cbrtf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_cbrtf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  2%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_expf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_expf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_expf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 75
[  3%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_roundf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_roundf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_roundf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  3%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_remquof.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_remquof.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_remquof.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 76
[  4%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_lroundf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_lroundf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_lroundf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  4%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_sincosf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_sincosf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_sincosf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  4%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/k_tanf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/k_tanf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/k_tanf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 77
[  5%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_floorf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_floorf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_floorf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  5%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_atanhf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_atanhf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_atanhf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 78
[  6%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_frexpf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_frexpf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_frexpf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  6%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_ilogbf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_ilogbf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_ilogbf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 79
[  7%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_powf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_powf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_powf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  7%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_scalbnf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_scalbnf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_scalbnf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  7%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_acosf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_acosf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_acosf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 80
[  8%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_atanf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_atanf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_atanf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  8%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_asinf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_asinf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_asinf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 81
[  9%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_lrintf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_lrintf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_lrintf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  9%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_atan2f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_atan2f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_atan2f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[  9%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_j1f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_j1f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_j1f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 82
[ 10%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_ldexpf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_ldexpf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_ldexpf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 10%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_jnf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_jnf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_jnf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 83
[ 11%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_coshf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_coshf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_coshf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 11%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_scalblnf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_scalblnf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_scalblnf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 11%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_nextafterf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_nextafterf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_nextafterf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 84
[ 12%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/k_sinf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/k_sinf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/k_sinf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 12%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_fmodf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_fmodf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_fmodf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 85
[ 13%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/w_expf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/w_expf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/w_expf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 13%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/k_rem_pio2f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/k_rem_pio2f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/k_rem_pio2f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 86
[ 14%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_llrintf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_llrintf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_llrintf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 14%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_remainderf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_remainderf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_remainderf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 14%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_logbf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_logbf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_logbf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 87
[ 15%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_rem_pio2f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_rem_pio2f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_rem_pio2f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 15%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_rintf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_rintf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_rintf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 88
[ 16%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_exp2f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_exp2f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_exp2f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 16%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/k_cosf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/k_cosf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/k_cosf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 16%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_hypotf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_hypotf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_hypotf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 89
[ 17%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_acoshf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_acoshf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_acoshf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 17%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_finitef.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_finitef.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_finitef.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 90
[ 18%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_log2f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_log2f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_log2f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 18%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_lgammaf_r.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_lgammaf_r.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_lgammaf_r.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 18%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_asinhf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_asinhf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_asinhf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 91
[ 19%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_sinf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_sinf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_sinf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 19%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_erff.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_erff.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_erff.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 92
[ 20%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_sqrtf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_sqrtf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_sqrtf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 20%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_sinhf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_sinhf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_sinhf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 93
[ 21%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_tanf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_tanf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_tanf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 21%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_logf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_logf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_logf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 21%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_signbitf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_signbitf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_signbitf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 94
[ 22%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_nearbyintf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_nearbyintf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_nearbyintf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 22%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_isinff.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_isinff.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_isinff.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 95
[ 23%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_gammaf_r.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_gammaf_r.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_gammaf_r.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 23%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_llroundf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_llroundf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_llroundf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 23%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_truncf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_truncf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_truncf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 96
[ 24%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_log10f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_log10f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_log10f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 24%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_expm1f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_expm1f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_expm1f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 97
[ 25%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_log1pf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_log1pf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_log1pf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 25%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_copysignf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_copysignf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_copysignf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 25%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_fpclassifyf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_fpclassifyf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_fpclassifyf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 98
[ 26%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_fabsf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_fabsf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_fabsf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 26%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_ceilf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_ceilf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_ceilf.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 99
[ 27%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_j0f.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/e_j0f.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/e_j0f.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 27%] Building CXX object source/shared_lib/sources/streflop/CMakeFiles/streflop.dir/libm/flt-32/s_cosf.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/flt-32 -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/../../include/streflop/libm/headers    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/streflop.dir/libm/flt-32/s_cosf.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/libm/flt-32/s_cosf.cpp
Linking CXX static library libstreflop.a
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/cmake -P CMakeFiles/streflop.dir/cmake_clean_target.cmake
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/sources/streflop && /usr/bin/cmake -E cmake_link_script CMakeFiles/streflop.dir/link.txt --verbose=1
/usr/bin/ar cq libstreflop.a  CMakeFiles/streflop.dir/libm/flt-32/s_modff.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_isnanf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_tanhf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_cbrtf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_expf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_roundf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_remquof.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_lroundf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_sincosf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/k_tanf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_floorf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_atanhf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_frexpf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_ilogbf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_powf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_scalbnf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_acosf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_atanf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_asinf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_lrintf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_atan2f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_j1f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_ldexpf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_jnf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_coshf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_scalblnf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_nextafterf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/k_sinf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_fmodf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/w_expf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/k_rem_pio2f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_llrintf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_remainderf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_logbf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_rem_pio2f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_rintf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_exp2f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/k_cosf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_hypotf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_acoshf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_finitef.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_log2f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_lgammaf_r.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_asinhf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_sinf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_erff.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_sqrtf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_sinhf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_tanf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_logf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_signbitf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_nearbyintf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_isinff.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_gammaf_r.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_llroundf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_truncf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_log10f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_expm1f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_log1pf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_copysignf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_fpclassifyf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_fabsf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_ceilf.cpp.o CMakeFiles/streflop.dir/libm/flt-32/e_j0f.cpp.o CMakeFiles/streflop.dir/libm/flt-32/s_cosf.cpp.o
/usr/bin/ranlib libstreflop.a
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles  73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
[ 27%] Built target streflop
make -f source/shared_lib/CMakeFiles/libmegaglest.dir/build.make source/shared_lib/CMakeFiles/libmegaglest.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/shared_lib /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib/CMakeFiles/libmegaglest.dir/DependInfo.cmake --color=
Scanning dependencies of target libmegaglest
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/shared_lib/CMakeFiles/libmegaglest.dir/build.make source/shared_lib/CMakeFiles/libmegaglest.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 27%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/compression/compression_utils.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/compression/compression_utils.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/compression/compression_utils.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 1
[ 28%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpMessages.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpMessages.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpMessages.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 28%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpCmds.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpCmds.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpCmds.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 2
[ 29%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpSession.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpSession.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpSession.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 29%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetPosix.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetPosix.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpTargetPosix.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 29%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpAccount.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpAccount.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpAccount.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 3
[ 30%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetWin32.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetWin32.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpTargetWin32.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 30%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpServer.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpServer.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpServer.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 4
[ 31%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpLib.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpLib.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpLib.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 31%] Building C object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpRuntime.c.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cc  -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpRuntime.c.o   -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/feathery_ftp/ftpRuntime.c
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 31%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/particle.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/particle.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/particle.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 5
[ 32%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/texture_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/texture_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/texture_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 32%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/TGAReader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/TGAReader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/TGAReader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 6
[ 33%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/interpolation.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/interpolation.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/interpolation.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 33%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/pixmap.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/pixmap.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/pixmap.cpp
In file included from /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/pixmap.cpp:23:0:
/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/ImageReaders.h:35:14: warning: 'Shared::Graphics::ImageRegisterer::readersRegistered' defined but not used [-Wunused-variable]
  static bool readersRegistered = registerImageReaders(); //should always return true, this should guarantee that the readers are registered <--> ImageReaders is included anywhere
              ^
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 33%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/ImageReaders.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/ImageReaders.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/ImageReaders.cpp
In file included from /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/ImageReaders.cpp:12:0:
/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/ImageReaders.h:35:14: warning: 'Shared::Graphics::ImageRegisterer::readersRegistered' defined but not used [-Wunused-variable]
  static bool readersRegistered = registerImageReaders(); //should always return true, this should guarantee that the readers are registered <--> ImageReaders is included anywhere
              ^
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 7
[ 34%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/PNGReader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/PNGReader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/PNGReader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 34%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/quaternion.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/quaternion.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/quaternion.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 8
[ 35%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/shader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/shader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/shader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 35%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/BMPReader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/BMPReader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/BMPReader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 9
[ 36%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/buffer.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/buffer.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/buffer.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 36%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/font_text.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/font_text.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/font_text.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 36%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/FileReader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/FileReader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/FileReader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 10
[ 37%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/font_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/font_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/font_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 37%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/shader_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/shader_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/shader_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 11
[ 38%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/graphics_interface.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/graphics_interface.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/graphics_interface.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 38%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/texture.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/texture.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/texture.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 38%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/context.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/context.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/context.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 12
[ 39%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/video_player.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/video_player.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/video_player.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 39%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/model.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/model.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/model.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 13
[ 40%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/model_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/model_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/model_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 40%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/camera.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/camera.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/camera.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 40%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/font.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/font.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/font.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 14
[ 41%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/JPGReader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/JPGReader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/JPGReader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 41%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/texture_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/texture_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/texture_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 15
[ 42%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/particle_renderer_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/particle_renderer_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/particle_renderer_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 42%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/shader_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/shader_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/shader_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 16
[ 43%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/text_renderer_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/text_renderer_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/text_renderer_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 43%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/opengl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/opengl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/opengl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 43%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/base_renderer.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/base_renderer.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/base_renderer.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 17
[ 44%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/context_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/context_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/context_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 44%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/font_textFTGL.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/font_textFTGL.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 18
[ 45%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/model_renderer_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/model_renderer_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/model_renderer_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 45%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/font_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/font_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/font_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 45%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/graphics/gl/model_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/graphics/gl/model_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/graphics/gl/model_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 19
[ 46%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/lua/lua_script.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/lua/lua_script.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/lua/lua_script.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 46%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/map/map_preview.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/map/map_preview.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/map/map_preview.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 20
[ 47%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/common/cache_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/common/cache_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/common/cache_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 47%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/common/base_thread.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/common/base_thread.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/common/base_thread.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 47%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/common/byte_order.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/common/byte_order.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/common/byte_order.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 21
[ 48%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/common/platform_common.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/common/platform_common.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/common/platform_common.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 48%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/common/simple_threads.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/common/simple_threads.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/common/simple_threads.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 22
[ 49%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/sound/sound_player.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/sound/sound_player.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/sound/sound_player.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 49%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/sound/sound_file_loader.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/sound/sound_file_loader.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/sound/sound_file_loader.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 23
[ 50%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/sound/sound_interface.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/sound/sound_interface.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/sound/sound_interface.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 50%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/sound/sound.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/sound/sound.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/sound/sound.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 50%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/sound/openal/sound_player_openal.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/sound/openal/sound_player_openal.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/sound/openal/sound_player_openal.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 24
[ 51%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/checksum.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/checksum.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/checksum.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 51%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/conversion.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/conversion.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/conversion.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 25
[ 52%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/profiler.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/profiler.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/profiler.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 52%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/properties.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/properties.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/properties.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 52%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/leak_dumper.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/leak_dumper.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/leak_dumper.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 26
[ 53%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/util.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/util.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/util.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 53%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/randomgen.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/randomgen.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/randomgen.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 27
[ 54%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/util/string_utils.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/util/string_utils.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/util/string_utils.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 54%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/xml/xml_parser.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/xml/xml_parser.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/xml/xml_parser.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 54%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/streflop/SoftFloatWrapper.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/streflop/SoftFloatWrapper.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/SoftFloatWrapper.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 28
[ 55%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/streflop/SMath.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/streflop/SMath.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/SMath.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 55%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/streflop/Random.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/streflop/Random.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/Random.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 29
[ 56%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/streflop/streflopC.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/streflop/streflopC.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/streflopC.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 56%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/streflop/softfloat/softfloat.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/streflop/softfloat/softfloat.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/streflop/softfloat/softfloat.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 30
[ 57%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/sdl/platform_util.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/sdl/platform_util.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/sdl/platform_util.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 57%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/sdl/window.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/sdl/window.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/sdl/window.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 57%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/sdl/thread.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/sdl/thread.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/sdl/thread.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 31
[ 58%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/sdl/window_gl.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/sdl/window_gl.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/sdl/window_gl.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 58%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/sdl/factory_repository.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/sdl/factory_repository.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/sdl/factory_repository.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 32
[ 59%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/sdl/gl_wrap.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/sdl/gl_wrap.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/sdl/gl_wrap.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 59%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/posix/socket.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/posix/socket.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/posix/socket.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 59%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/posix/miniftpserver.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/posix/miniftpserver.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/posix/miniftpserver.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 33
[ 60%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/posix/miniftpclient.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/posix/miniftpclient.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/posix/miniftpclient.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 60%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/posix/ircclient.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/posix/ircclient.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/posix/ircclient.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 34
[ 61%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/unix/gl_wrap.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DHAVE_FRIBIDI -DSTREFLOP_SSE -DUSE_FTGL -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/miniupnpc -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/feathery_ftp -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/streflop/softfloat -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/shared_lib/include/platform/unix    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/unix/gl_wrap.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/shared_lib/sources/platform/unix/gl_wrap.cpp
Linking CXX static library liblibmegaglest.a
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cmake -P CMakeFiles/libmegaglest.dir/cmake_clean_target.cmake
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/shared_lib && /usr/bin/cmake -E cmake_link_script CMakeFiles/libmegaglest.dir/link.txt --verbose=1
/usr/bin/ar cq liblibmegaglest.a  CMakeFiles/libmegaglest.dir/sources/compression/compression_utils.cpp.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpMessages.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpCmds.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpSession.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetPosix.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpAccount.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpTargetWin32.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpServer.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpLib.c.o CMakeFiles/libmegaglest.dir/sources/feathery_ftp/ftpRuntime.c.o CMakeFiles/libmegaglest.dir/sources/graphics/particle.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/texture_manager.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/TGAReader.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/interpolation.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/pixmap.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/ImageReaders.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/PNGReader.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/quaternion.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/shader.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/BMPReader.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/buffer.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/font_text.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/FileReader.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/font_manager.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/shader_manager.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/graphics_interface.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/texture.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/context.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/video_player.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/model.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/model_manager.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/camera.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/font.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/JPGReader.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/texture_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/particle_renderer_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/shader_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/text_renderer_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/opengl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/base_renderer.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/context_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/font_textFTGL.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/model_renderer_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/font_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/graphics/gl/model_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/lua/lua_script.cpp.o CMakeFiles/libmegaglest.dir/sources/map/map_preview.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/common/cache_manager.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/common/base_thread.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/common/byte_order.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/common/platform_common.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/common/simple_threads.cpp.o CMakeFiles/libmegaglest.dir/sources/sound/sound_player.cpp.o CMakeFiles/libmegaglest.dir/sources/sound/sound_file_loader.cpp.o CMakeFiles/libmegaglest.dir/sources/sound/sound_interface.cpp.o CMakeFiles/libmegaglest.dir/sources/sound/sound.cpp.o CMakeFiles/libmegaglest.dir/sources/sound/openal/sound_player_openal.cpp.o CMakeFiles/libmegaglest.dir/sources/util/checksum.cpp.o CMakeFiles/libmegaglest.dir/sources/util/conversion.cpp.o CMakeFiles/libmegaglest.dir/sources/util/profiler.cpp.o CMakeFiles/libmegaglest.dir/sources/util/properties.cpp.o CMakeFiles/libmegaglest.dir/sources/util/leak_dumper.cpp.o CMakeFiles/libmegaglest.dir/sources/util/util.cpp.o CMakeFiles/libmegaglest.dir/sources/util/randomgen.cpp.o CMakeFiles/libmegaglest.dir/sources/util/string_utils.cpp.o CMakeFiles/libmegaglest.dir/sources/xml/xml_parser.cpp.o CMakeFiles/libmegaglest.dir/sources/streflop/SoftFloatWrapper.cpp.o CMakeFiles/libmegaglest.dir/sources/streflop/SMath.cpp.o CMakeFiles/libmegaglest.dir/sources/streflop/Random.cpp.o CMakeFiles/libmegaglest.dir/sources/streflop/streflopC.cpp.o CMakeFiles/libmegaglest.dir/sources/streflop/softfloat/softfloat.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/sdl/platform_util.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/sdl/window.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/sdl/thread.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/sdl/window_gl.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/sdl/factory_repository.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/sdl/gl_wrap.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/posix/socket.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/posix/miniftpserver.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/posix/miniftpclient.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/posix/ircclient.cpp.o CMakeFiles/libmegaglest.dir/sources/platform/unix/gl_wrap.cpp.o
/usr/bin/ranlib liblibmegaglest.a
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
[ 61%] Built target libmegaglest
make -f source/glest_game/CMakeFiles/megaglest.dir/build.make source/glest_game/CMakeFiles/megaglest.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/glest_game /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game/CMakeFiles/megaglest.dir/DependInfo.cmake --color=
Scanning dependencies of target megaglest
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/glest_game/CMakeFiles/megaglest.dir/build.make source/glest_game/CMakeFiles/megaglest.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 61%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/ai/ai_interface.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/ai/ai_interface.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/ai/ai_interface.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 61%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/ai/path_finder.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/ai/path_finder.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/ai/path_finder.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 35
[ 62%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/ai/ai.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/ai/ai.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/ai/ai.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 62%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/ai/ai_rule.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/ai/ai_rule.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/ai/ai_rule.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 36
[ 63%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/facilities/game_util.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/facilities/game_util.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities/game_util.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 63%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/facilities/components.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/facilities/components.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities/components.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 37
[ 64%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/facilities/logger.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/facilities/logger.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities/logger.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 64%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/facilities/auto_test.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/facilities/auto_test.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities/auto_test.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 64%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/stats.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/stats.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/stats.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 38
[ 65%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/game.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/game.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/game.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 65%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/script_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/script_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/script_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 39
[ 66%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/chat_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/chat_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/chat_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 66%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/console.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/console.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/console.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 66%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/commander.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/commander.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/commander.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 40
[ 67%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/game/game_camera.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/game/game_camera.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/game/game_camera.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 67%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/global/metrics.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/global/metrics.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/global/metrics.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 41
[ 68%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/global/config.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/global/config.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/global/config.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 68%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/global/core_data.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/global/core_data.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/global/core_data.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 68%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/global/lang.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/global/lang.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/global/lang.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 42
[ 69%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/graphics/particle_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/graphics/particle_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics/particle_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 69%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/graphics/renderer.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/graphics/renderer.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics/renderer.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 43
[ 70%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/graphics/unit_particle_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/graphics/unit_particle_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics/unit_particle_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 70%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/gui/gui.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/gui/gui.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/gui/gui.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 44
[ 71%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/gui/display.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/gui/display.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/gui/display.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 71%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/gui/selection.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/gui/selection.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/gui/selection.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 71%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/main/battle_end.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/main/battle_end.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/main/battle_end.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 45
[ 72%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/main/program.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/main/program.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/main/program.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 72%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/main/intro.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/main/intro.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/main/intro.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 46
[ 73%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/main/main.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/main/main.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/main/main.cpp
In file included from /tmp/megaglest/megaglest-3.11.1/source/glest_game/main/main.cpp:37:0:
/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/ImageReaders.h:35:14: warning: 'Shared::Graphics::ImageRegisterer::readersRegistered' defined but not used [-Wunused-variable]
  static bool readersRegistered = registerImageReaders(); //should always return true, this should guarantee that the readers are registered <--> ImageReaders is included anywhere
              ^
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 73%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_mods.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_mods.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_mods.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 73%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_custom_game.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_custom_game.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_custom_game.cpp
/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_custom_game.cpp: In constructor 'Glest::Game::MenuStateCustomGame::MenuStateCustomGame(Glest::Game::Program*, Glest::Game::MainMenu*, bool, Glest::Game::ParentMenuState, bool, Glest::Game::GameSettings*, bool, std::string)':
/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_custom_game.cpp:67:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
 MenuStateCustomGame::MenuStateCustomGame(Program *program, MainMenu *mainMenu,
 ^
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 47
[ 74%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_options_sound.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_options_sound.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_options_sound.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 74%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_root.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_root.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_root.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 48
[ 75%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_new_game.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_new_game.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_new_game.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 75%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_background.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_background.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_background.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 75%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_keysetup.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_keysetup.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_keysetup.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 49
[ 76%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_masterserver.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_masterserver.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_masterserver.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 76%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_options.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_options.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_options.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 50
[ 77%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_about.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_about.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_about.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 77%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_load_game.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_load_game.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_load_game.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 51
[ 78%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_connected_game.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_connected_game.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_connected_game.cpp
/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_connected_game.cpp: In constructor 'Glest::Game::MenuStateConnectedGame::MenuStateConnectedGame(Glest::Game::Program*, Glest::Game::MainMenu*, Glest::Game::JoinMenu, bool)':
/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_connected_game.cpp:65:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
 MenuStateConnectedGame::MenuStateConnectedGame(Program *program, MainMenu *mainMenu,JoinMenu joinMenuInfo, bool openNetworkSlots) :
 ^
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 78%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_join_game.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_join_game.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_join_game.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 78%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_options_network.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_options_network.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_options_network.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 52
[ 79%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_graphic_info.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_graphic_info.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_graphic_info.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 79%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/main_menu.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/main_menu.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/main_menu.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 53
[ 80%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_options_graphics.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_options_graphics.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_options_graphics.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 80%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/menu_state_scenario.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/menu_state_scenario.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/menu_state_scenario.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 80%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/menu/server_line.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/menu/server_line.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/menu/server_line.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 54
[ 81%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/connection_slot.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/connection_slot.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/connection_slot.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 81%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/client_interface.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/client_interface.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/client_interface.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 55
[ 82%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/network_message.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/network_message.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/network_message.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 82%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/server_interface.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/server_interface.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/server_interface.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 82%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/network_types.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/network_types.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/network_types.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 56
[ 83%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/network_interface.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/network_interface.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/network_interface.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 83%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/network_protocol.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/network_protocol.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/network_protocol.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 57
[ 84%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/network/network_manager.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/network/network_manager.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/network/network_manager.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 84%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/sound/sound_renderer.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/sound/sound_renderer.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/sound/sound_renderer.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 58
[ 85%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/sound/sound_container.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/sound/sound_container.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/sound/sound_container.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 85%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/type_instances/upgrade.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/type_instances/upgrade.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances/upgrade.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 85%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/type_instances/unit.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/type_instances/unit.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances/unit.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 59
[ 86%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/type_instances/command.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/type_instances/command.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances/command.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 86%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/type_instances/object.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/type_instances/object.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances/object.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 60
[ 87%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/type_instances/faction.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/type_instances/faction.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances/faction.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 87%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/type_instances/resource.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/type_instances/resource.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances/resource.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 87%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/element_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/element_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/element_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 61
[ 88%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/tech_tree.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/tech_tree.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/tech_tree.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 88%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/tileset_model_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/tileset_model_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/tileset_model_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 62
[ 89%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/command_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/command_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/command_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 89%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/damage_multiplier.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/damage_multiplier.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/damage_multiplier.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 89%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/projectile_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/projectile_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/projectile_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 63
[ 90%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/resource_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/resource_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/resource_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 90%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/object_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/object_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/object_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 64
[ 91%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/faction_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/faction_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/faction_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 91%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/upgrade_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/upgrade_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/upgrade_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 65
[ 92%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/unit_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/unit_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/unit_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 92%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/types/skill_type.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/types/skill_type.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/types/skill_type.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 92%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/water_effects.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/water_effects.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/water_effects.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 66
[ 93%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/unit_updater.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/unit_updater.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/unit_updater.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 93%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/minimap.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/minimap.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/minimap.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 67
[ 94%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/world.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/world.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/world.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 94%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/tileset.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/tileset.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/tileset.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 94%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/time_flow.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/time_flow.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/time_flow.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 68
[ 95%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/surface_atlas.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/surface_atlas.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/surface_atlas.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 95%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/map.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/map.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/map.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 69
[ 96%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/world/scenario.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -I/usr/include/AL -I/usr/include/lua5.1 -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/compression -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/graphics/iqm -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/sound/openal -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/glew -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/lua -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/streflop/libm_flt32_source -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/ai -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/gui -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/main -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/menu -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/network -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/sound -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/type_instances -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/types -I/tmp/megaglest/megaglest-3.11.1/source/glest_game/world    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest.dir/world/scenario.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/world/scenario.cpp
Linking CXX executable ../../../mk/linux/megaglest
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/cmake -E cmake_link_script CMakeFiles/megaglest.dir/link.txt --verbose=1
/usr/bin/c++   -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG   -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/   -Wl,-z,relro -Wl,--as-needed CMakeFiles/megaglest.dir/ai/ai_interface.cpp.o CMakeFiles/megaglest.dir/ai/path_finder.cpp.o CMakeFiles/megaglest.dir/ai/ai.cpp.o CMakeFiles/megaglest.dir/ai/ai_rule.cpp.o CMakeFiles/megaglest.dir/facilities/game_util.cpp.o CMakeFiles/megaglest.dir/facilities/components.cpp.o CMakeFiles/megaglest.dir/facilities/logger.cpp.o CMakeFiles/megaglest.dir/facilities/auto_test.cpp.o CMakeFiles/megaglest.dir/game/stats.cpp.o CMakeFiles/megaglest.dir/game/game.cpp.o CMakeFiles/megaglest.dir/game/script_manager.cpp.o CMakeFiles/megaglest.dir/game/chat_manager.cpp.o CMakeFiles/megaglest.dir/game/console.cpp.o CMakeFiles/megaglest.dir/game/commander.cpp.o CMakeFiles/megaglest.dir/game/game_camera.cpp.o CMakeFiles/megaglest.dir/global/metrics.cpp.o CMakeFiles/megaglest.dir/global/config.cpp.o CMakeFiles/megaglest.dir/global/core_data.cpp.o CMakeFiles/megaglest.dir/global/lang.cpp.o CMakeFiles/megaglest.dir/graphics/particle_type.cpp.o CMakeFiles/megaglest.dir/graphics/renderer.cpp.o CMakeFiles/megaglest.dir/graphics/unit_particle_type.cpp.o CMakeFiles/megaglest.dir/gui/gui.cpp.o CMakeFiles/megaglest.dir/gui/display.cpp.o CMakeFiles/megaglest.dir/gui/selection.cpp.o CMakeFiles/megaglest.dir/main/battle_end.cpp.o CMakeFiles/megaglest.dir/main/program.cpp.o CMakeFiles/megaglest.dir/main/intro.cpp.o CMakeFiles/megaglest.dir/main/main.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_mods.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_custom_game.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_options_sound.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_root.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_new_game.cpp.o CMakeFiles/megaglest.dir/menu/menu_background.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_keysetup.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_masterserver.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_options.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_about.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_load_game.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_connected_game.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_join_game.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_options_network.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_graphic_info.cpp.o CMakeFiles/megaglest.dir/menu/main_menu.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_options_graphics.cpp.o CMakeFiles/megaglest.dir/menu/menu_state_scenario.cpp.o CMakeFiles/megaglest.dir/menu/server_line.cpp.o CMakeFiles/megaglest.dir/network/connection_slot.cpp.o CMakeFiles/megaglest.dir/network/client_interface.cpp.o CMakeFiles/megaglest.dir/network/network_message.cpp.o CMakeFiles/megaglest.dir/network/server_interface.cpp.o CMakeFiles/megaglest.dir/network/network_types.cpp.o CMakeFiles/megaglest.dir/network/network_interface.cpp.o CMakeFiles/megaglest.dir/network/network_protocol.cpp.o CMakeFiles/megaglest.dir/network/network_manager.cpp.o CMakeFiles/megaglest.dir/sound/sound_renderer.cpp.o CMakeFiles/megaglest.dir/sound/sound_container.cpp.o CMakeFiles/megaglest.dir/type_instances/upgrade.cpp.o CMakeFiles/megaglest.dir/type_instances/unit.cpp.o CMakeFiles/megaglest.dir/type_instances/command.cpp.o CMakeFiles/megaglest.dir/type_instances/object.cpp.o CMakeFiles/megaglest.dir/type_instances/faction.cpp.o CMakeFiles/megaglest.dir/type_instances/resource.cpp.o CMakeFiles/megaglest.dir/types/element_type.cpp.o CMakeFiles/megaglest.dir/types/tech_tree.cpp.o CMakeFiles/megaglest.dir/types/tileset_model_type.cpp.o CMakeFiles/megaglest.dir/types/command_type.cpp.o CMakeFiles/megaglest.dir/types/damage_multiplier.cpp.o CMakeFiles/megaglest.dir/types/projectile_type.cpp.o CMakeFiles/megaglest.dir/types/resource_type.cpp.o CMakeFiles/megaglest.dir/types/object_type.cpp.o CMakeFiles/megaglest.dir/types/faction_type.cpp.o CMakeFiles/megaglest.dir/types/upgrade_type.cpp.o CMakeFiles/megaglest.dir/types/unit_type.cpp.o CMakeFiles/megaglest.dir/types/skill_type.cpp.o CMakeFiles/megaglest.dir/world/water_effects.cpp.o CMakeFiles/megaglest.dir/world/unit_updater.cpp.o CMakeFiles/megaglest.dir/world/minimap.cpp.o CMakeFiles/megaglest.dir/world/world.cpp.o CMakeFiles/megaglest.dir/world/tileset.cpp.o CMakeFiles/megaglest.dir/world/time_flow.cpp.o CMakeFiles/megaglest.dir/world/surface_atlas.cpp.o CMakeFiles/megaglest.dir/world/map.cpp.o CMakeFiles/megaglest.dir/world/scenario.cpp.o  -o ../../../mk/linux/megaglest -rdynamic ../shared_lib/sources/streflop/libstreflop.a ../shared_lib/liblibmegaglest.a -Wl,-Bstatic -lSDLmain -Wl,-Bdynamic -lSDL -lpthread -lGLU -lGL -lopenal -lvorbisfile -llua5.1 -ljpeg -lpng -L/usr/lib/i386-linux-gnu -lcurl -lGLEW ../shared_lib/sources/streflop/libstreflop.a -lX11 -lXext -lopenal -ldl -lfontconfig -lftgl -lfreetype -lfribidi -lglib-2.0 -lminiupnpc -lircclient -llua5.1 -ljpeg -lpng -lGLEW 
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles  35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
[ 96%] Built target megaglest
make -f source/glest_game/CMakeFiles/megaglest.6.dir/build.make source/glest_game/CMakeFiles/megaglest.6.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/glest_game /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game/CMakeFiles/megaglest.6.dir/DependInfo.cmake --color=
Scanning dependencies of target megaglest.6
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/glest_game/CMakeFiles/megaglest.6.dir/build.make source/glest_game/CMakeFiles/megaglest.6.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && /usr/bin/xvfb-run --auto-servernum --server-num=770 /usr/bin/help2man --name='3D\ multi-player\ real\ time\ strategy\ game' --section=6 -N -o /tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest.6 /tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 96%] Built target megaglest.6
make -f source/glest_game/CMakeFiles/run.dir/build.make source/glest_game/CMakeFiles/run.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/glest_game /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game/CMakeFiles/run.dir/DependInfo.cmake --color=
Scanning dependencies of target run
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/glest_game/CMakeFiles/run.dir/build.make source/glest_game/CMakeFiles/run.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 96%] Generating mg.tmp
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_game && touch /tmp/megaglest/megaglest-3.11.1/source/glest_game/facilities/game_util.cpp
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 96%] Built target run
make -f source/glest_map_editor/CMakeFiles/megaglest_editor.dir/build.make source/glest_map_editor/CMakeFiles/megaglest_editor.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/glest_map_editor /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor/CMakeFiles/megaglest_editor.dir/DependInfo.cmake --color=
Scanning dependencies of target megaglest_editor
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/glest_map_editor/CMakeFiles/megaglest_editor.dir/build.make source/glest_map_editor/CMakeFiles/megaglest_editor.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 96%] Building CXX object source/glest_map_editor/CMakeFiles/megaglest_editor.dir/__/glest_game/global/config.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -pthread  -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -isystem /usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -isystem /usr/include/wx-3.0 -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/.    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest_editor.dir/__/glest_game/global/config.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_game/global/config.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 
[ 96%] Building CXX object source/glest_map_editor/CMakeFiles/megaglest_editor.dir/program.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -pthread  -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -isystem /usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -isystem /usr/include/wx-3.0 -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/.    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest_editor.dir/program.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/program.cpp
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles 70
[ 97%] Building CXX object source/glest_map_editor/CMakeFiles/megaglest_editor.dir/main.cpp.o
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor && /usr/bin/c++   -DCURL_STATICLIB -DHAS_GCC_BACKTRACE -DSTREFLOP_SSE -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -pthread  -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/ -I/usr/include/SDL -isystem /usr/lib/i386-linux-gnu/wx/include/gtk2-unicode-3.0 -isystem /usr/include/wx-3.0 -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/common -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/posix -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/util -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/graphics -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/graphics/gl -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/map -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/facilities -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/game -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/xml/rapidxml -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../glest_game/global -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/streflop -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/../shared_lib/include/platform/sdl -I/tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/.    -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -o CMakeFiles/megaglest_editor.dir/main.cpp.o -c /tmp/megaglest/megaglest-3.11.1/source/glest_map_editor/main.cpp
Linking CXX executable ../../../mk/linux/megaglest_editor
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor && /usr/bin/cmake -E cmake_link_script CMakeFiles/megaglest_editor.dir/link.txt --verbose=1
/usr/bin/c++   -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DNDEBUG  -pthread  -DCUSTOM_DATA_INSTALL_PATH=/usr/share/games/megaglest/   -Wl,-z,relro -Wl,--as-needed CMakeFiles/megaglest_editor.dir/__/glest_game/global/config.cpp.o CMakeFiles/megaglest_editor.dir/program.cpp.o CMakeFiles/megaglest_editor.dir/main.cpp.o  -o ../../../mk/linux/megaglest_editor -rdynamic ../shared_lib/sources/streflop/libstreflop.a ../shared_lib/liblibmegaglest.a -Wl,-Bstatic -lSDLmain -Wl,-Bdynamic -lSDL -lpthread -lGLU -lGL -L/usr/lib/i386-linux-gnu -pthread -lwx_gtk2u_core-3.0 -lwx_baseu-3.0 -lwx_gtk2u_gl-3.0 ../shared_lib/sources/streflop/libstreflop.a -L/usr/lib/i386-linux-gnu -lcurl -lX11 -lXext -lopenal -llua5.1 -ldl -ljpeg -lpng -lfontconfig -lftgl -lfreetype -lGLEW -lfribidi -lglib-2.0 -lminiupnpc -lircclient 
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
/usr/bin/cmake -E cmake_progress_report /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/CMakeFiles  70
[ 97%] Built target megaglest_editor
make -f source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/build.make source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/depend
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/megaglest/megaglest-3.11.1 /tmp/megaglest/megaglest-3.11.1/source/glest_map_editor /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/DependInfo.cmake --color=
Scanning dependencies of target megaglest_editor.6
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
make -f source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/build.make source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/build
make[3]: Entering directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
cd /tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu/source/glest_map_editor && /usr/bin/xvfb-run --auto-servernum --server-num=770 /usr/bin/help2man --name='Map\ editor\ for\ the\ popular\ 3D\ realtime\ strategy\ game' --section=6 -N -o /tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest_editor.6 /tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest_editor
help2man: can't get `--help' info from /tmp/megaglest/megaglest-3.11.1/mk/linux/megaglest_editor
Try `--no-discard-stderr' if option outputs to stderr
source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/build.make:52: recipe for target 'source/glest_map_editor/CMakeFiles/megaglest_editor.6' failed
make[3]: *** [source/glest_map_editor/CMakeFiles/megaglest_editor.6] Error 134
make[3]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
CMakeFiles/Makefile2:339: recipe for target 'source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/all' failed
make[2]: *** [source/glest_map_editor/CMakeFiles/megaglest_editor.6.dir/all] Error 2
make[2]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
Makefile:139: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/megaglest/megaglest-3.11.1/obj-i586-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20150618/661844de/attachment-0001.sig>


More information about the Pkg-games-devel mailing list