------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libnghttp2-1.40.0.txz Installing /packages/All/ca_root_nss-3.51.txz ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/curl-7.68.0.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/jsoncpp-1.9.2.txz Installing /packages/All/libuv-1.35.0.txz Installing /packages/All/rhash-1.3.5.txz Installing /packages/All/liblz4-1.9.2_1,1.txz Installing /packages/All/lzo2-2.10_1.txz Installing /packages/All/libarchive-3.4.2,1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/cmake-3.16.5.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/aalib-1.4.r5_13.txz ===== Message from aalib-1.4.r5_13: -- ===> NOTICE: The aalib port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200222.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.100.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-18.3.2_4.txz Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/sdl-1.2.15_14,2.txz ===== Message from sdl-1.2.15_14,2: -- Your SDL library has been built with libvgl support, which means that you can run almost any SDL application straight on your console (VESA 2.0 compatible videocard is required). To do this you have to load the vesa kernel module or enable it in your kernel, and set environment variable "SDL_VIDEODRIVER=vgl". Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/libvorbis-1.3.6,3.txz Installing /packages/All/libtheora-1.1.1_7.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/sdl_image-1.2.12_12.txz Installing /packages/All/flac-1.3.3.txz Installing /packages/All/libmikmod-3.3.11.1_1.txz Installing /packages/All/smpeg-0.4.4_15.txz Installing /packages/All/timidity-0.2i_1.txz ===== Message from timidity-0.2i_1: -- ===> NOTICE: The timidity port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/sdl_mixer-1.2.12_12.txz Installing /packages/All/sdl_net-1.2.8_3.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/sdl_ttf-2.0.11_7.txz SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by blinkensisters-with-addons-0.5.3_17 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by blinkensisters-with-addons-0.5.3_17 for building => SHA256 Checksum OK for LostPixels-0.5.3-source-with-addons.tar.gz. SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by blinkensisters-with-addons-0.5.3_17 for building ===> Extracting for blinkensisters-with-addons-0.5.3_17 => SHA256 Checksum OK for LostPixels-0.5.3-source-with-addons.tar.gz. Extracted Memory Use: 267.86M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for blinkensisters-with-addons-0.5.3_17 ===> Applying ports patches for blinkensisters-with-addons-0.5.3_17 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/bin/cmake - found ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/bin/sdl-config - found ===> blinkensisters-with-addons-0.5.3_17 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libtheora.so - found (/usr/local/lib/libtheora.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_image.so - found (/usr/local/lib/libSDL_image.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_mixer.so - found (/usr/local/lib/libSDL_mixer.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_net.so - found (/usr/local/lib/libSDL_net.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL.so - found (/usr/local/lib/libSDL.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_ttf.so - found (/usr/local/lib/libSDL_ttf.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/bin/cmake - found ===> blinkensisters-with-addons-0.5.3_17 depends on file: /usr/local/bin/sdl-config - found ===> blinkensisters-with-addons-0.5.3_17 depends on package: perl5>=5.30.r1<5.31 - found ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libtheora.so - found (/usr/local/lib/libtheora.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_image.so - found (/usr/local/lib/libSDL_image.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_mixer.so - found (/usr/local/lib/libSDL_mixer.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_net.so - found (/usr/local/lib/libSDL_net.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL.so - found (/usr/local/lib/libSDL.so) ===> blinkensisters-with-addons-0.5.3_17 depends on shared library: libSDL_ttf.so - found (/usr/local/lib/libSDL_ttf.so) ===> Configuring for blinkensisters-with-addons-0.5.3_17 ===> Performing in-source build /bin/mkdir -p /construction/games/blinkensisters/blinkensisters/lostpixels/game/software -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- 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 -- Looking for pthread.h -- Looking for pthread.h - found -- Found Threads: TRUE -- Found SDL: /usr/local/lib/libSDLmain.a;/usr/local/lib/libSDL.so;-pthread -- SDL found: includes in /usr/local/include/SDL;/usr/local/include, library in /usr/local/lib/libSDLmain.a;/usr/local/lib/libSDL.so;-pthread -- Found SDL_image: /usr/local/lib/libSDL_image.so (found version "1.2.12") -- SDL_image found: includes in /usr/local/include/SDL, library in /usr/local/lib/libSDL_image.so -- Found SDL_ttf: /usr/local/lib/libSDL_ttf.so (found version "2.0.11") -- SDL_ttf found: includes in /usr/local/include/SDL, library in /usr/local/lib/libSDL_ttf.so -- Found SDL_mixer: /usr/local/lib/libSDL_mixer.so (found version "1.2.12") -- SDL_mixer found: includes in /usr/local/include/SDL, library in /usr/local/lib/libSDL_mixer.so -- Found SDL_net: /usr/local/lib/libSDL_net.so (found version "1.2.8") -- SDL_net found: includes in /usr/local/include/SDL, library in /usr/local/lib/libSDL_net.so CMake Warning (dev) at CMakeLists.txt:101 (ADD_DEFINITIONS): Policy CMP0005 is not set: Preprocessor definition values are now escaped automatically. Run "cmake --help-policy CMP0005" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- theora found: includes in /usr/local/include, library in /usr/local/lib/libtheora.so;/usr/local/lib/libogg.so;/usr/local/lib/libvorbis.so -- Will also build BLPViewers -- Will also build BlinkenPlayer CMake Warning (dev) at CMakeLists.txt:161 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "bmfcompress". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. -- Looking for RPMTools... - rpmbuild NOT FOUND -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS -- Build files have been written to: /construction/games/blinkensisters/blinkensisters/lostpixels/game/software SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for blinkensisters-with-addons-0.5.3_17 /usr/local/bin/cmake -S/construction/games/blinkensisters/blinkensisters/lostpixels/game/software -B/construction/games/blinkensisters/blinkensisters/lostpixels/game/software --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all --- CMakeFiles/bmfdecompress.dir/all --- --- CMakeFiles/bmfcompress.dir/all --- --- CMakeFiles/LostPixels.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- --- CMakeFiles/bmfdecompress.dir/all --- /usr/bin/make -f CMakeFiles/bmfdecompress.dir/build.make CMakeFiles/bmfdecompress.dir/depend --- CMakeFiles/bmfdecompress.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/bmfdecompress.dir/DependInfo.cmake Scanning dependencies of target bmfdecompress /usr/bin/make -f CMakeFiles/bmfdecompress.dir/build.make CMakeFiles/bmfdecompress.dir/build --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/minilzo.o --- --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o --- --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o --- --- CMakeFiles/bmfcompress.dir/all --- /usr/bin/make -f CMakeFiles/bmfcompress.dir/build.make CMakeFiles/bmfcompress.dir/depend --- CMakeFiles/bmfcompress.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/bmfcompress.dir/DependInfo.cmake Scanning dependencies of target bmfcompress /usr/bin/make -f CMakeFiles/bmfcompress.dir/build.make CMakeFiles/bmfcompress.dir/build --- CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o --- --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o --- --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfconvert.o --- --- CMakeFiles/LostPixels.dir/all --- /usr/bin/make -f CMakeFiles/LostPixels.dir/build.make CMakeFiles/LostPixels.dir/depend --- CMakeFiles/LostPixels.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/LostPixels.dir/DependInfo.cmake --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/depend --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/DependInfo.cmake Scanning dependencies of target blpviewer /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/blpmain.o --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/depend --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/DependInfo.cmake Scanning dependencies of target bxxviewer /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenFrame.o --- --- CMakeFiles/bmfdecompress.dir/all --- --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/minilzo.o --- [ 0%] Building CXX object CMakeFiles/bmfdecompress.dir/BlinkenBMF/minilzo.o --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o --- [ 2%] Building CXX object CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o --- [ 2%] Building CXX object CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/minilzo.o --- --- CMakeFiles/bmfcompress.dir/all --- --- CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o --- [ 3%] Building CXX object CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o --- [ 3%] Building CXX object CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o --- CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o --- --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- [ 5%] Building CXX object TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/blpmain.o --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- [ 5%] Building CXX object TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenFrame.o --- CMakeFiles/bmfdecompress.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bmfdecompress.dir/BlinkenBMF/minilzo.o -c /construction/games/blinkensister--- CMakeFiles/bmfcompress.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o -c /construction/games/blinkensisters/--- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensist--- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensist--- CMakeFiles/bmfdecompress.dir/all --- s/blinkensisters/lostpixels/game/software/BlinkenBMF/minilzo.cpp --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o --- --- CMakeFiles/bmfcompress.dir/all --- --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o --- --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- ers/\"" -o CMakeFiles/blpviewer.dir/blpmain.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/blpmain.cpp --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/blpstream.o --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- ers/\"" -o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenFrame.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenFrame.cpp --- CMakeFiles/bmfdecompress.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o -c /construction/games/blinken--- CMakeFiles/bmfcompress.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o -c /construction/games/blinkensist--- CMakeFiles/bmfdecompress.dir/all --- --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o --- --- CMakeFiles/bmfcompress.dir/all --- --- CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o --- blinkensisters/lostpixels/game/software/BlinkenBMF/minilzo.cpp --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o --- ers/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfcompress.cpp --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfconvert.o --- [ 4%] Building CXX object CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfconvert.o --- CMakeFiles/bmfdecompress.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o -c /construction/games/blinkensis--- CMakeFiles/bmfcompress.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfconvert.o -c /construction/games/blinkensiste--- CMakeFiles/bmfdecompress.dir/all --- --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o --- sisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfdecompress.cpp --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o --- ters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfconvert.cpp --- CMakeFiles/bmfcompress.dir/all --- rs/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfconvert.cpp --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/depend --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- [ 6%] Building CXX object TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/blpstream.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/blpviewer.dir/blpstream.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/blpstream.cpp --- CMakeFiles/bmfcompress.dir/all --- --- CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfcompress.cpp: In function 'int main(int, char**)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfcompress.cpp:202:19: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(tmp2, "0%s", tmp1); ^~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfcompress.cpp:202:12: note: 'sprintf' output between 2 and 501 bytes into a destination of size 500 sprintf(tmp2, "0%s", tmp1); ~~~~~~~^~~~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfcompress.cpp:214:18: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(tmp2, "%s/%s", argv[4], tmp1); ^~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfcompress.cpp:214:11: note: 'sprintf' output 2 or more bytes (assuming 501) into a destination of size 500 sprintf(tmp2, "%s/%s", argv[4], tmp1); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/drawprimitives.o --- [ 7%] Building CXX object TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/drawprimitives.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/blpviewer.dir/drawprimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/drawprimitives.cpp --- CMakeFiles/bmfdecompress.dir/all --- --- CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfdecompress.cpp: In function 'int main(int, char**)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfdecompress.cpp:177:19: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(tmp1, "%s/%s", argv[2], fname); ^~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfdecompress.cpp:177:12: note: 'sprintf' output 2 or more bytes (assuming 1001) into a destination of size 1000 sprintf(tmp1, "%s/%s", argv[2], fname); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfdecompress.cpp:270:19: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(tmp1, "%s/%s", argv[2], fname); ^~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfdecompress.cpp:270:12: note: 'sprintf' output 2 or more bytes (assuming 1001) into a destination of size 1000 sprintf(tmp1, "%s/%s", argv[2], fname); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/DependInfo.cmake Scanning dependencies of target blpmatrix /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build --- CMakeFiles/bmfcompress.dir/all --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/blpmatrix.o --- [ 7%] Building CXX object TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/blpmatrix.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/blpmatrix.dir/blpmatrix.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/blpmatrix.cpp --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/blpstream.o --- --- CMakeFiles/bmfdecompress.dir/all --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/drawprimitives.o --- --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/blpstream.o --- [ 8%] Building CXX object TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/blpstream.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/blpmatrix.dir/blpstream.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/blpstream.cpp --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/depend --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/drawprimitives.o --- [ 9%] Building CXX object TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/drawprimitives.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/blpmatrix.dir/drawprimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/drawprimitives.cpp --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/DependInfo.cmake Scanning dependencies of target mcufviewer --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- /usr/bin/make -f BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build.make BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/depend --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/blpmatrix.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/depend --- --- CMakeFiles/LostPixels.dir/all --- Scanning dependencies of target LostPixels /usr/bin/make -f CMakeFiles/LostPixels.dir/build.make CMakeFiles/LostPixels.dir/build --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/DependInfo.cmake --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- [ 10%] Building CXX object TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/blpmatrix.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/mcufviewer.dir/blpmatrix.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/blpmatrix.cpp --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/blpstream.o --- [ 11%] Building CXX object TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/blpstream.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/mcufviewer.dir/blpstream.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/blpstream.cpp --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- --- TOOLS/BLPViewer/blpviewer --- [ 11%] Linking CXX executable blpviewer cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/blpviewer.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/blpviewer.dir/blpmain.o CMakeFiles/blpviewer.dir/blpstream.o CMakeFiles/blpviewer.dir/drawprimitives.o -o blpviewer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenBMF/bmfconvert.o --- [ 12%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenBMF/bmfconvert.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenBMF/bmfconvert.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/bmfconvert.cpp --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/drawprimitives.o --- [ 12%] Building CXX object TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/drawprimitives.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/mcufviewer.dir/drawprimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/drawprimitives.cpp --- TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/all --- [ 13%] Built target blpviewer --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- --- CMakeFiles/bmfcompress.dir/all --- --- bmfcompress --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o --- --- CMakeFiles/bmfcompress.dir/all --- [ 14%] Linking CXX executable bmfcompress /usr/local/bin/cmake -E cmake_link_script CMakeFiles/bmfcompress.dir/link.txt --verbose=1 --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- [ 15%] Building CXX object TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o --- [ 15%] Building CXX object TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensist--- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/Tools.cpp --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- ers/\"" -o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp --- CMakeFiles/bmfcompress.dir/all --- /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/bmfcompress.dir/BlinkenBMF/minilzo.o CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfcompress.o CMakeFiles/bmfcompress.dir/BlinkenBMF/bmfconvert.o -o bmfcompress --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- --- TOOLS/BLPViewer/blpmatrix --- [ 15%] Linking CXX executable blpmatrix cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/blpmatrix.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/blpmatrix.dir/blpmatrix.o CMakeFiles/blpmatrix.dir/blpstream.o CMakeFiles/blpmatrix.dir/drawprimitives.o -o blpmatrix -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenBMF/minilzo.o --- [ 15%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenBMF/minilzo.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenBMF/minilzo.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/minilzo.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- Scanning dependencies of target BlinkenPlayer /usr/bin/make -f BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build.make BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua.o --- --- CMakeFiles/bmfcompress.dir/all --- [ 15%] Built target bmfcompress --- CMakeFiles/LostPixels.dir/all --- [ 16%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua.cpp --- CMakeFiles/basedata.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_framerate.o --- --- CMakeFiles/basedata.dir/all --- /usr/bin/make -f CMakeFiles/basedata.dir/build.make CMakeFiles/basedata.dir/depend --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/bxxstream.o --- --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- --- TOOLS/BLPViewer/mcufviewer --- --- CMakeFiles/basedata.dir/all --- --- CMakeFiles/basedata.dir/depend --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/basedata.dir/DependInfo.cmake --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 16%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_framerate.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_framerate.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_framerate.cpp --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- [ 17%] Building CXX object TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/bxxstream.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bxxviewer.dir/bxxstream.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/bxxstream.cpp --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- [ 18%] Linking CXX executable mcufviewer cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/mcufviewer.dir/link.txt --verbose=1 --- CMakeFiles/basedata.dir/all --- Scanning dependencies of target basedata /usr/bin/make -f CMakeFiles/basedata.dir/build.make CMakeFiles/basedata.dir/build --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/mcufviewer.dir/blpmatrix.o CMakeFiles/mcufviewer.dir/blpstream.o CMakeFiles/mcufviewer.dir/drawprimitives.o -o mcufviewer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so --- CMakeFiles/basedata.dir/all --- --- basedata.bmf --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp: In function 'stBlinkenMovie* BlinkenMovieLoadBbm(char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp:826:29: warning: variable 'headerFrameCnt' set but not used [-Wunused-but-set-variable] unsigned long headerMagic, headerFrameCnt, headerDuration, headerFramePtr; ^~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp:826:45: warning: variable 'headerDuration' set but not used [-Wunused-but-set-variable] unsigned long headerMagic, headerFrameCnt, headerDuration, headerFramePtr; ^~~~~~~~~~~~~~ --- CMakeFiles/basedata.dir/all --- [ 19%] Building basedata.bmf cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BASEDATA && /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/basedata.bmf --- TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/all --- [ 20%] Built target blpmatrix --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxBlitFunc.o --- [ 21%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxBlitFunc.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxBlitFunc.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxBlitFunc.cpp --- TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/all --- [ 22%] Built target mcufviewer --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o --- [ 22%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxPrimitives.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_imageFilter.o --- --- CMakeFiles/bmfdecompress.dir/all --- --- bmfdecompress --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 23%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_imageFilter.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_imageFilter.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_imageFilter.cpp --- CMakeFiles/bmfdecompress.dir/all --- [ 23%] Linking CXX executable bmfdecompress /usr/local/bin/cmake -E cmake_link_script CMakeFiles/bmfdecompress.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/bmfdecompress.dir/BlinkenBMF/minilzo.o CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfdecompress.o CMakeFiles/bmfdecompress.dir/BlinkenBMF/bmfconvert.o -o bmfdecompress --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/bxxviewer.o --- [ 23%] Building CXX object TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/bxxviewer.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bxxviewer.dir/bxxviewer.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/bxxviewer.cpp --- CMakeFiles/bmfdecompress.dir/all --- [ 23%] Built target bmfdecompress --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o --- [ 24%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/drawprimitives.o --- [ 25%] Building CXX object TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/drawprimitives.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/bxxviewer.dir/drawprimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/drawprimitives.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp: In function 'int shrinkSurfaceRGBA(SDL_Surface*, SDL_Surface*, int, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:31:23: warning: variable 'sgap' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, sgap, dgap, ra, ga, ba, aa; ^~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp: In function 'int shrinkSurfaceY(SDL_Surface*, SDL_Surface*, int, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:109:23: warning: variable 'sgap' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, sgap, dgap, a; ^~~~ --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blending.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp: In function 'void transformSurfaceY(SDL_Surface*, SDL_Surface*, int, int, int, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:653:49: warning: variable 'sw' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay, sw, sh; ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:653:53: warning: variable 'sh' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay, sw, sh; ^~ --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blending.o --- [ 25%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blending.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/blending.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/blending.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxPrimitives.cpp: In function 'int aalineColorInt(SDL_Surface*, Sint16, Sint16, Sint16, Sint16, Uint32, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxPrimitives.cpp:1673:28: warning: variable 'wgtcompmask' set but not used [-Wunused-but-set-variable] Uint32 erracctmp, wgt, wgtcompmask; ^~~~~~~~~~~ --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blinkenoggmain.o --- [ 26%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blinkenoggmain.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/blinkenoggmain.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/blinkenoggmain.cpp --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_bindings.o --- [ 27%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_bindings.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_bindings.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_bindings.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blinkensound.o --- [ 28%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/blinkensound.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/blinkensound.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/blinkensound.cpp --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_configbindings.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/bmfconvert.o --- [ 28%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/bmfconvert.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/bmfconvert.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/bmfconvert.cpp --- CMakeFiles/LostPixels.dir/all --- [ 28%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_configbindings.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_configbindings.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_configbindings.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/bsscreen.o --- [ 29%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/bsscreen.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/bsscreen.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/bsscreen.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/bstimer.o --- --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_anim.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 30%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/bstimer.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/bstimer.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/bstimer.cpp --- CMakeFiles/LostPixels.dir/all --- [ 31%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_anim.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_anim.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_anim.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/cmdopts.o --- [ 31%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/cmdopts.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/cmdopts.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/cmdopts.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/config.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/debug.o --- [ 31%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/debug.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/debug.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/debug.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/config.o --- [ 32%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/config.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/config.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/drawprimitives.o --- --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_callbacks.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 33%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/drawprimitives.o --- CMakeFiles/LostPixels.dir/all --- [ 34%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_callbacks.o --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/drawprimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/drawprimitives.cpp --- CMakeFiles/LostPixels.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_callbacks.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_callbacks.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/errorhandler.o --- [ 35%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/errorhandler.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/errorhandler.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/errorhandler.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/config.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp: In function 'char* gethomepath()': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp:60:14: warning: unused variable 'homepath' [-Wunused-variable] static char homepath[1000]; ^~~~~~~~ --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_engine.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/drawprimitives.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/drawprimitives.cpp: In function 'void drawrect(Sint32, Sint32, Sint32, Sint32, Uint32)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)x' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] SDL_Rect rectLocation = { x, y, width, height }; ^ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)y' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)width' from 'Sint32' {aka 'int'} to 'Uint16' {aka 'short unsigned int'} inside { } is ill-formed in C++11 [-Wnarrowing] /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)height' from 'Sint32' {aka 'int'} to 'Uint16' {aka 'short unsigned int'} inside { } is ill-formed in C++11 [-Wnarrowing] --- CMakeFiles/LostPixels.dir/all --- [ 35%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_engine.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_engine.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_engine.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o --- [ 35%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/extractmetabmf.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/config.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp: At global scope: /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp:60:14: warning: 'homepath' defined but not used [-Wunused-variable] /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp: In function 'char* configGetPath(const char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp:174:19: warning: '%s' directive writing up to 1023 bytes into a region of size 998 [-Wformat-overflow=] sprintf(file, "%s/%s/V%s/ADDON/%s/%s", gethomepath(), PROGRAMDIRECTORY, VERSION, currentAddonName, fname); ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/config.cpp:174:12: note: 'sprintf' output 28 or more bytes (assuming 1051) into a destination of size 1024 sprintf(file, "%s/%s/V%s/ADDON/%s/%s", gethomepath(), PROGRAMDIRECTORY, VERSION, currentAddonName, fname); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/fonthandler.o --- [ 36%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/fonthandler.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/fonthandler.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/fonthandler.cpp --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/extractmetabmf.cpp: In function 'bool extractMetaBMF(char*, bool)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/extractmetabmf.cpp:75:10: warning: unused variable 'tmpdir' [-Wunused-variable] DIR *tmpdir; ^~~~~~ --- CMakeFiles/LostPixels.dir/all --- [ 37%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_gfx.o --- [ 38%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_gfx.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_gfx.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_gfx.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/fonthandler.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/fonthandler.cpp: In function 'void renderFontHandlerText(Sint32, Sint32, const char*, SDL_Color, bool, bool, TTF_Font*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/fonthandler.cpp:133:39: warning: narrowing conversion of 'x' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] SDL_Rect textLocation = { x, y, 0, 0 }; ^ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/fonthandler.cpp:133:39: warning: narrowing conversion of 'y' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/drawprimitives.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/guihandler.o --- [ 39%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/guihandler.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/guihandler.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/guihandler.cpp --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_level.o --- [ 39%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_level.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_level.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_level.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.cpp: In function 'int luaObjObjectProperty(lua_State*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.cpp:112:18: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(tmp, "!%s", propname); ^~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.cpp:112:12: note: 'sprintf' output between 2 and 1001 bytes into a destination of size 1000 sprintf(tmp, "!%s", propname); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/fonthandler.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/memops.o --- [ 39%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/memops.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/memops.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/memops.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/guihandler.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/guihandler.cpp: In function 'void showGUI()': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/guihandler.cpp:259:10: warning: variable 'nfound' set but not used [-Wunused-but-set-variable] bool nfound = false; ^~~~~~ --- CMakeFiles/LostPixels.dir/all --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_paint.o --- [ 40%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_paint.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_paint.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_paint.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/minilzo.o --- [ 41%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/minilzo.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/minilzo.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/minilzo.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/osdef.o --- [ 42%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/osdef.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/osdef.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/osdef.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/showloading.o --- --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_player.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 42%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/showloading.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/showloading.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/showloading.cpp --- CMakeFiles/LostPixels.dir/all --- [ 43%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_player.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_player.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_player.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_screen.o --- [ 43%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_screen.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_screen.o -c /constr--- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/showtext.o --- [ 44%] Building CXX object BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/showtext.o cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -D__OGGPLAYER -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/.. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/../SDL_gfx -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/BlinkenPlayer.dir/showtext.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/showtext.cpp --- CMakeFiles/LostPixels.dir/all --- uction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_screen.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/guihandler.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_shared.o --- [ 45%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_shared.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_shared.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_shared.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_sound.o --- [ 45%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_sound.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_sound.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_sound.cpp --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- TOOLS/BLPViewer/bxxviewer --- [ 46%] Linking CXX executable bxxviewer --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.o --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/bxxviewer.dir/link.txt --verbose=1 --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.o --- --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenFrame.o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o CMakeFiles/bxxviewer.dir/bxxstream.o CMakeFiles/bxxviewer.dir/bxxviewer.o CMakeFiles/bxxviewer.dir/drawprimitives.o -o bxxviewer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.o --- [ 47%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.o --- [ 48%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lapi.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lauxlib.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lapi.o --- [ 48%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lapi.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lapi.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lapi.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lauxlib.o --- [ 49%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lauxlib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lauxlib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lauxlib.cpp --- TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/all --- [ 49%] Built target bxxviewer --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lbaselib.o --- [ 50%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lbaselib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lbaselib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lbaselib.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lcode.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldblib.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldebug.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lcode.o --- [ 50%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lcode.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lcode.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lcode.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldblib.o --- [ 51%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldblib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldblib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ldblib.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldebug.o --- [ 52%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldebug.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldebug.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ldebug.cpp --- CMakeFiles/basedata.dir/all --- META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 41185276 bytes long Original size: 42603532 bytes Reduced size by 1418256 bytes Reduction by 3.328963 % DONE [ 52%] Built target basedata --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldo.o --- [ 52%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldo.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldo.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ldo.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o --- [ 53%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o --- [ 53%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ldump.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lfunc.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lgc.o --- [ 54%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lgc.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lgc.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lgc.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/liolib.o --- [ 55%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/liolib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/liolib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/liolib.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/llex.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmathlib.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/llex.o --- [ 55%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/llex.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/llex.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/llex.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmathlib.o --- [ 56%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmathlib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmathlib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lmathlib.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmem.o --- --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- --- BlinkenPlayer/BlinkenPlayer --- --- CMakeFiles/LostPixels.dir/all --- [ 57%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmem.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmem.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lmem.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/loadlib.o --- [ 57%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/loadlib.o --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 58%] Linking CXX executable BlinkenPlayer --- CMakeFiles/LostPixels.dir/all --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/loadlib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/loadlib.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/BlinkenPlayer.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_framerate.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxBlitFunc.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_imageFilter.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o CMakeFiles/BlinkenPlayer.dir/blending.o CMakeFiles/BlinkenPlayer.dir/blinkenoggmain.o CMakeFiles/BlinkenPlayer.dir/blinkensound.o CMakeFiles/BlinkenPlayer.dir/bmfconvert.o CMakeFiles/BlinkenPlayer.dir/bsscreen.o CMakeFiles/BlinkenPlayer.dir/bstimer.o CMakeFiles/BlinkenPlayer.dir/cmdopts.o CMakeFiles/BlinkenPlayer.dir/config.o CMakeFiles/BlinkenPlayer.dir/debug.o CMakeFiles/BlinkenPlayer.dir/drawprimitives.o CMakeFiles/BlinkenPlayer.dir/errorhandler.o CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o CMakeFiles/BlinkenPlayer.dir/fonthandler.o CMakeFiles/BlinkenPlayer.dir/guihandler.o CMakeFiles/BlinkenPlayer.dir/memops.o CMakeFiles/BlinkenPlayer.dir/minilzo.o CMakeFiles/BlinkenPlayer.dir/osdef.o CMakeFiles/BlinkenPlayer.dir/showloading.o CMakeFiles/BlinkenPlayer.dir/showtext.o -o BlinkenPlayer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_image.so /usr/local/lib/libSDL_ttf.so /usr/local/lib/libSDL_mixer.so --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lobject.o --- [ 59%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lobject.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lobject.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lobject.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lopcodes.o --- [ 60%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lopcodes.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lopcodes.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lopcodes.cpp --- BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/all --- [ 60%] Built target BlinkenPlayer --- CMakeFiles/LostPixels.dir/all --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lparser.o --- [ 60%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lparser.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lparser.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lparser.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstate.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstring.o --- [ 61%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstring.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstring.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lstring.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstate.o --- [ 62%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstate.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstate.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lstate.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstrlib.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltable.o --- --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstrlib.o --- [ 62%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstrlib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstrlib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lstrlib.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltable.o --- [ 63%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltable.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltable.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ltable.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltablib.o --- [ 63%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltablib.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltablib.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ltablib.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltests.o --- [ 64%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltests.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltests.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ltests.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltm.o --- [ 65%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltm.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltm.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/ltm.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lundump.o --- [ 65%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lundump.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lundump.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lundump.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lvm.o --- [ 66%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lvm.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lvm.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lvm.cpp --- CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lzio.o --- [ 67%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lzio.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lzio.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/lzio.cpp --- CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenFrame.o --- [ 67%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenFrame.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenFrame.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenFrame.cpp --- CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o --- [ 68%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp --- CMakeFiles/LostPixels.dir/BlinkenLib/source/Tools.o --- --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_framerate.o --- --- CMakeFiles/LostPixels.dir/BlinkenLib/source/Tools.o --- [ 69%] Building CXX object CMakeFiles/LostPixels.dir/BlinkenLib/source/Tools.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/BlinkenLib/source/Tools.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/Tools.cpp --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_framerate.o --- [ 69%] Building CXX object CMakeFiles/LostPixels.dir/SDL_gfx/SDL_framerate.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_framerate.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_framerate.cpp --- CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp: In function 'stBlinkenMovie* BlinkenMovieLoadBbm(char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp:826:29: warning: variable 'headerFrameCnt' set but not used [-Wunused-but-set-variable] unsigned long headerMagic, headerFrameCnt, headerDuration, headerFramePtr; ^~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/BlinkenMovie.cpp:826:45: warning: variable 'headerDuration' set but not used [-Wunused-but-set-variable] unsigned long headerMagic, headerFrameCnt, headerDuration, headerFramePtr; ^~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxBlitFunc.o --- [ 70%] Building CXX object CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxBlitFunc.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxBlitFunc.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxBlitFunc.cpp --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o --- [ 71%] Building CXX object CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_imageFilter.o --- --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxPrimitives.cpp --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_imageFilter.o --- [ 71%] Building CXX object CMakeFiles/LostPixels.dir/SDL_gfx/SDL_imageFilter.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_imageFilter.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_imageFilter.cpp --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxPrimitives.cpp: In function 'int aalineColorInt(SDL_Surface*, Sint16, Sint16, Sint16, Sint16, Uint32, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_gfxPrimitives.cpp:1673:28: warning: variable 'wgtcompmask' set but not used [-Wunused-but-set-variable] Uint32 erracctmp, wgt, wgtcompmask; ^~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o --- --- CMakeFiles/LostPixels.dir/actioncapture.o --- --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o --- [ 72%] Building CXX object CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp --- CMakeFiles/LostPixels.dir/actioncapture.o --- [ 72%] Building CXX object CMakeFiles/LostPixels.dir/actioncapture.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/actioncapture.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/actioncapture.cpp --- CMakeFiles/LostPixels.dir/background.o --- [ 73%] Building CXX object CMakeFiles/LostPixels.dir/background.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/background.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/background.cpp --- CMakeFiles/LostPixels.dir/background2.o --- [ 74%] Building CXX object CMakeFiles/LostPixels.dir/background2.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/background2.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/background2.cpp --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp: In function 'int shrinkSurfaceRGBA(SDL_Surface*, SDL_Surface*, int, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:31:23: warning: variable 'sgap' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, sgap, dgap, ra, ga, ba, aa; ^~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp: In function 'int shrinkSurfaceY(SDL_Surface*, SDL_Surface*, int, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:109:23: warning: variable 'sgap' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, sgap, dgap, a; ^~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp: In function 'void transformSurfaceY(SDL_Surface*, SDL_Surface*, int, int, int, int)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:653:49: warning: variable 'sw' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay, sw, sh; ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/SDL_rotozoom.cpp:653:53: warning: variable 'sh' set but not used [-Wunused-but-set-variable] int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay, sw, sh; ^~ --- CMakeFiles/LostPixels.dir/blending.o --- [ 74%] Building CXX object CMakeFiles/LostPixels.dir/blending.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/blending.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/blending.cpp --- CMakeFiles/LostPixels.dir/blpstream.o --- [ 75%] Building CXX object CMakeFiles/LostPixels.dir/blpstream.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/blpstream.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/blpstream.cpp --- CMakeFiles/LostPixels.dir/bsgui.o --- [ 76%] Building CXX object CMakeFiles/LostPixels.dir/bsgui.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/bsgui.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bsgui.cpp --- CMakeFiles/LostPixels.dir/bsscreen.o --- [ 76%] Building CXX object CMakeFiles/LostPixels.dir/bsscreen.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/bsscreen.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bsscreen.cpp --- CMakeFiles/LostPixels.dir/cmdopts.o --- --- CMakeFiles/LostPixels.dir/colission.o --- --- CMakeFiles/LostPixels.dir/cmdopts.o --- [ 77%] Building CXX object CMakeFiles/LostPixels.dir/cmdopts.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/cmdopts.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/cmdopts.cpp --- CMakeFiles/LostPixels.dir/colission.o --- [ 78%] Building CXX object CMakeFiles/LostPixels.dir/colission.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/colission.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/colission.cpp --- CMakeFiles/LostPixels.dir/config.o --- [ 78%] Building CXX object CMakeFiles/LostPixels.dir/config.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/config.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp --- CMakeFiles/LostPixels.dir/convert.o --- [ 79%] Building CXX object CMakeFiles/LostPixels.dir/convert.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/convert.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/convert.cpp --- CMakeFiles/LostPixels.dir/config.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp: In function 'char* gethomepath()': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp:60:14: warning: unused variable 'homepath' [-Wunused-variable] static char homepath[1000]; ^~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp: At global scope: /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp:60:14: warning: 'homepath' defined but not used [-Wunused-variable] --- CMakeFiles/LostPixels.dir/debug.o --- --- CMakeFiles/LostPixels.dir/drawprimitives.o --- [ 80%] Building CXX object CMakeFiles/LostPixels.dir/drawprimitives.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/drawprimitives.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/drawprimitives.cpp --- CMakeFiles/LostPixels.dir/engine.o --- --- CMakeFiles/LostPixels.dir/debug.o --- [ 79%] Building CXX object CMakeFiles/LostPixels.dir/debug.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/debug.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/debug.cpp --- CMakeFiles/LostPixels.dir/errorhandler.o --- --- CMakeFiles/LostPixels.dir/engine.o --- [ 81%] Building CXX object CMakeFiles/LostPixels.dir/engine.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/engine.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp --- CMakeFiles/LostPixels.dir/config.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp: In function 'char* configGetPath(const char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp:174:19: warning: '%s' directive writing up to 1023 bytes into a region of size 998 [-Wformat-overflow=] sprintf(file, "%s/%s/V%s/ADDON/%s/%s", gethomepath(), PROGRAMDIRECTORY, VERSION, currentAddonName, fname); ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/config.cpp:174:12: note: 'sprintf' output 28 or more bytes (assuming 1051) into a destination of size 1024 sprintf(file, "%s/%s/V%s/ADDON/%s/%s", gethomepath(), PROGRAMDIRECTORY, VERSION, currentAddonName, fname); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/errorhandler.o --- [ 81%] Building CXX object CMakeFiles/LostPixels.dir/errorhandler.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/errorhandler.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/errorhandler.cpp --- CMakeFiles/LostPixels.dir/drawprimitives.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/drawprimitives.cpp: In function 'void drawrect(Sint32, Sint32, Sint32, Sint32, Uint32)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)x' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] SDL_Rect rectLocation = { x, y, width, height }; ^ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)y' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)width' from 'Sint32' {aka 'int'} to 'Uint16' {aka 'short unsigned int'} inside { } is ill-formed in C++11 [-Wnarrowing] /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/drawprimitives.cpp:38:48: warning: narrowing conversion of '(Sint32)height' from 'Sint32' {aka 'int'} to 'Uint16' {aka 'short unsigned int'} inside { } is ill-formed in C++11 [-Wnarrowing] --- CMakeFiles/LostPixels.dir/extractmetabmf.o --- --- CMakeFiles/LostPixels.dir/fginlay.o --- --- CMakeFiles/LostPixels.dir/engine.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp: In function 'void engineDoRender(COLOR3D)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:710:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (SDL_MUSTLOCK(gScreen)) ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:713:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' blLuaCall(lhandle.blOOLuaState, lhandle.luaCB[CB_RENDER_STAGE_1].cbName, ""); ^~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:725:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (SDL_MUSTLOCK(gScreen)) ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:728:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' blLuaCall(lhandle.blOOLuaState, lhandle.luaCB[CB_RENDER_STAGE_2].cbName, ""); ^~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:742:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (SDL_MUSTLOCK(gScreen)) ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:745:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' blLuaCall(lhandle.blOOLuaState, lhandle.luaCB[CB_RENDER_STAGE_3].cbName, ""); ^~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:760:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (SDL_MUSTLOCK(gScreen)) ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:763:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' blLuaCall(lhandle.blOOLuaState, lhandle.luaCB[CB_RENDER_STAGE_4].cbName, ""); ^~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:772:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (SDL_MUSTLOCK(gScreen)) ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:775:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' blLuaCall(lhandle.blOOLuaState, lhandle.luaCB[CB_RENDER_STAGE_5].cbName, ""); ^~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:786:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (SDL_MUSTLOCK(gScreen)) ^~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:789:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' blLuaCall(lhandle.blOOLuaState, lhandle.luaCB[CB_RENDER_STAGE_HUD].cbName, ""); ^~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp: In function 'void displayEngine(const char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:1222:16: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] sprintf(cheatCode, "%s%c", cheatCode,event.key.keysym.sym); ^~~~~~~~~ ~~~~~~~~~ --- CMakeFiles/LostPixels.dir/fginlay.o --- [ 82%] Building CXX object CMakeFiles/LostPixels.dir/fginlay.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/fginlay.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fginlay.cpp --- CMakeFiles/LostPixels.dir/drawprimitives.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/extractmetabmf.o --- [ 83%] Building CXX object CMakeFiles/LostPixels.dir/extractmetabmf.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/extractmetabmf.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/extractmetabmf.cpp --- CMakeFiles/LostPixels.dir/fgobjects.o --- [ 83%] Building CXX object CMakeFiles/LostPixels.dir/fgobjects.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/fgobjects.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp --- CMakeFiles/LostPixels.dir/config.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/fonthandler.o --- [ 84%] Building CXX object CMakeFiles/LostPixels.dir/fonthandler.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/fonthandler.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fonthandler.cpp --- CMakeFiles/LostPixels.dir/extractmetabmf.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/extractmetabmf.cpp: In function 'bool extractMetaBMF(char*, bool)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/extractmetabmf.cpp:75:10: warning: unused variable 'tmpdir' [-Wunused-variable] DIR *tmpdir; ^~~~~~ --- CMakeFiles/LostPixels.dir/gameengine.o --- [ 85%] Building CXX object CMakeFiles/LostPixels.dir/gameengine.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/gameengine.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/gameengine.cpp --- CMakeFiles/LostPixels.dir/fgobjects.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp: In function 'void handlePlayerFGObjCallbacks()': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp:817:9: warning: variable 'topColission' set but not used [-Wunused-but-set-variable] Uint32 topColission; ^~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/fonthandler.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fonthandler.cpp: In function 'void renderFontHandlerText(Sint32, Sint32, const char*, SDL_Color, bool, bool, TTF_Font*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fonthandler.cpp:133:39: warning: narrowing conversion of 'x' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] SDL_Rect textLocation = { x, y, 0, 0 }; ^ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fonthandler.cpp:133:39: warning: narrowing conversion of 'y' from 'Sint32' {aka 'int'} to 'Sint16' {aka 'short int'} inside { } is ill-formed in C++11 [-Wnarrowing] --- CMakeFiles/LostPixels.dir/highscore.o --- --- CMakeFiles/LostPixels.dir/httpclient.o --- --- CMakeFiles/LostPixels.dir/highscore.o --- [ 85%] Building CXX object CMakeFiles/LostPixels.dir/highscore.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/highscore.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/highscore.cpp --- CMakeFiles/LostPixels.dir/httpclient.o --- [ 86%] Building CXX object CMakeFiles/LostPixels.dir/httpclient.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/httpclient.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/httpclient.cpp --- CMakeFiles/LostPixels.dir/extractmetabmf.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/intro.o --- [ 87%] Building CXX object CMakeFiles/LostPixels.dir/intro.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/intro.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/intro.cpp --- CMakeFiles/LostPixels.dir/fonthandler.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/joystick.o --- [ 87%] Building CXX object CMakeFiles/LostPixels.dir/joystick.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/joystick.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/joystick.cpp --- CMakeFiles/LostPixels.dir/fgobjects.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp: In function 'Uint32 addFGObjAnim(const char*, Uint32, Uint32, double, Uint32)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp:198:32: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(shortName, "0%s", tmpNumber); ^~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp:198:20: note: 'sprintf' output between 2 and 501 bytes into a destination of size 500 sprintf(shortName, "0%s", tmpNumber); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp:201:28: warning: '%s' directive writing up to 499 bytes into a region of size between 1 and 500 [-Wformat-overflow=] sprintf(shortName, "%s%s%s", tmpname, tmpNumber, tmpcnt); ^~~~~~~~ ~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/fgobjects.cpp:201:16: note: 'sprintf' output 1 or more bytes (assuming 999) into a destination of size 500 sprintf(shortName, "%s%s%s", tmpname, tmpNumber, tmpcnt); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/httpclient.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/httpclient.cpp: In constructor 'HTTPClient::HTTPClient(const char*, Uint32, bool, const char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/httpclient.cpp:27:108: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] m_debug(debug), m_ip(0), m_sd(0), oldpercent(0), downloadbg(0), progressbar(0), m_extbuffer(""), m_size(0) ^ --- CMakeFiles/LostPixels.dir/highscore.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/highscore.cpp: In function 'void enterHighscore(Uint32, Uint32)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/highscore.cpp:86:17: warning: '%s' directive writing up to 99 bytes into a region of size 52 [-Wformat-overflow=] sprintf(tmp, "You made it to the highscore!\n\nEnter your name: %s ", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/highscore.cpp:86:11: note: 'sprintf' output between 50 and 149 bytes into a destination of size 100 sprintf(tmp, "You made it to the highscore!\n\nEnter your name: %s ", name); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/highscore.cpp:84:17: warning: '%s' directive writing up to 99 bytes into a region of size 52 [-Wformat-overflow=] sprintf(tmp, "You made it to the highscore!\n\nEnter your name: %s_", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/highscore.cpp:84:11: note: 'sprintf' output between 50 and 149 bytes into a destination of size 100 sprintf(tmp, "You made it to the highscore!\n\nEnter your name: %s_", name); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/levelhandler.o --- --- CMakeFiles/LostPixels.dir/main.o --- --- CMakeFiles/LostPixels.dir/levelhandler.o --- [ 88%] Building CXX object CMakeFiles/LostPixels.dir/levelhandler.o --- CMakeFiles/LostPixels.dir/main.o --- [ 88%] Building CXX object CMakeFiles/LostPixels.dir/main.o --- CMakeFiles/LostPixels.dir/levelhandler.o --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/levelhandler.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/levelhandler.cpp --- CMakeFiles/LostPixels.dir/main.o --- /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/main.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/main.cpp --- CMakeFiles/LostPixels.dir/highscore.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/mcufstream.o --- [ 89%] Building CXX object CMakeFiles/LostPixels.dir/mcufstream.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/mcufstream.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/mcufstream.cpp --- CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/memops.o --- [ 90%] Building CXX object CMakeFiles/LostPixels.dir/memops.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/memops.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/memops.cpp --- CMakeFiles/LostPixels.dir/menu.o --- --- CMakeFiles/LostPixels.dir/httpclient.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/httpclient.cpp: In member function 'bool HTTPClient::get(char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/httpclient.cpp:121:16: warning: '%s' directive writing up to 999 bytes into a region of size 994 [-Wformat-overflow=] sprintf(line, "Host: %s", m_hostname); ^~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/httpclient.cpp:121:9: note: 'sprintf' output between 7 and 1006 bytes into a destination of size 1000 sprintf(line, "Host: %s", m_hostname); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/menu.o --- [ 90%] Building CXX object CMakeFiles/LostPixels.dir/menu.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/menu.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/menu.cpp --- CMakeFiles/LostPixels.dir/monstersprites.o --- [ 91%] Building CXX object CMakeFiles/LostPixels.dir/monstersprites.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/monstersprites.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/monstersprites.cpp --- CMakeFiles/LostPixels.dir/oggplayer.o --- --- CMakeFiles/LostPixels.dir/levelhandler.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/levelhandler.cpp: In function 'void initLevel(Uint32)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/levelhandler.cpp:99:16: warning: '%s' directive writing up to 999 bytes into a region of size 100 [-Wformat-overflow=] sprintf(val, "%s", lhandle.magictile); ^~~~ ~~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/levelhandler.cpp:99:10: note: 'sprintf' output between 1 and 1000 bytes into a destination of size 100 sprintf(val, "%s", lhandle.magictile); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/oggplayer.o --- [ 92%] Building CXX object CMakeFiles/LostPixels.dir/oggplayer.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/oggplayer.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/oggplayer.cpp --- CMakeFiles/LostPixels.dir/httpclient.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/menu.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/menu.cpp: In function 'void menuAttrackMode()': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/menu.cpp:986:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] playogg("startanim_video.ogg",gScreen); /* play the standard ogg video instead of the BMF showVideo("startanim.bmf", true); */ ^ --- CMakeFiles/LostPixels.dir/osdef.o --- [ 92%] Building CXX object CMakeFiles/LostPixels.dir/osdef.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/osdef.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/osdef.cpp --- CMakeFiles/LostPixels.dir/levelhandler.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/outputfilter.o --- [ 93%] Building CXX object CMakeFiles/LostPixels.dir/outputfilter.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/outputfilter.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/outputfilter.cpp --- CMakeFiles/LostPixels.dir/playersprite.o --- [ 94%] Building CXX object CMakeFiles/LostPixels.dir/playersprite.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/playersprite.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/playersprite.cpp --- CMakeFiles/LostPixels.dir/oggplayer.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/oggplayer.cpp: In function 'void playogg(char*, SDL_Surface*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/oggplayer.cpp:662:11: warning: unused variable 'bytes' [-Wunused-variable] int bytes=buffer_data(infile,&oy); ^~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/oggplayer.cpp:705:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Wrestrict] n=select(n,&empty,&writefs,&empty,&timeout); ^~~~~~ ~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/oggplayer.cpp:709:18: warning: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Wrestrict] select(n,&empty,&writefs,&empty,NULL); ^~~~~~ ~~~~~~ --- CMakeFiles/LostPixels.dir/fgobjects.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/showloading.o --- [ 94%] Building CXX object CMakeFiles/LostPixels.dir/showloading.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/showloading.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/showloading.cpp --- CMakeFiles/LostPixels.dir/engine.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp: In function 'void engineDoRender(COLOR3D)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:835:25: warning: '%s' directive writing up to 999 bytes into a region of size 93 [-Wformat-overflow=] sprintf(printString, "CHEAT: %s ", cheatCode); ^~~~~~~~~~~~ ~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:835:11: note: 'sprintf' output between 9 and 1008 bytes into a destination of size 100 sprintf(printString, "CHEAT: %s ", cheatCode); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:833:25: warning: '%s' directive writing up to 999 bytes into a region of size 93 [-Wformat-overflow=] sprintf(printString, "CHEAT: %s_", cheatCode); ^~~~~~~~~~~~ ~~~~~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:833:11: note: 'sprintf' output between 9 and 1008 bytes into a destination of size 100 sprintf(printString, "CHEAT: %s_", cheatCode); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/showpicture.o --- --- CMakeFiles/LostPixels.dir/showtext.o --- --- CMakeFiles/LostPixels.dir/showpicture.o --- [ 95%] Building CXX object CMakeFiles/LostPixels.dir/showpicture.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/showpicture.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/showpicture.cpp --- CMakeFiles/LostPixels.dir/showtext.o --- [ 96%] Building CXX object CMakeFiles/LostPixels.dir/showtext.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/showtext.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/showtext.cpp --- CMakeFiles/LostPixels.dir/showvideo.o --- [ 96%] Building CXX object CMakeFiles/LostPixels.dir/showvideo.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/showvideo.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/showvideo.cpp --- CMakeFiles/LostPixels.dir/sound.o --- --- CMakeFiles/LostPixels.dir/splash.o --- --- CMakeFiles/LostPixels.dir/sound.o --- [ 97%] Building CXX object CMakeFiles/LostPixels.dir/sound.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/sound.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/sound.cpp --- CMakeFiles/LostPixels.dir/tiles.o --- --- CMakeFiles/LostPixels.dir/splash.o --- [ 97%] Building CXX object CMakeFiles/LostPixels.dir/splash.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/splash.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/splash.cpp --- CMakeFiles/LostPixels.dir/tiles.o --- [ 98%] Building CXX object CMakeFiles/LostPixels.dir/tiles.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/tiles.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/tiles.cpp --- CMakeFiles/LostPixels.dir/triggers.o --- --- CMakeFiles/LostPixels.dir/showvideo.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/showvideo.cpp: In function 'bool showVideo(const char*, bool, bool)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/showvideo.cpp:91:9: warning: variable 'framecount' set but not used [-Wunused-but-set-variable] Uint32 framecount = 0; ^~~~~~~~~~ --- CMakeFiles/LostPixels.dir/triggers.o --- [ 99%] Building CXX object CMakeFiles/LostPixels.dir/triggers.o /usr/bin/c++ -DHASOGGSUPPORT -DHAVE_SDLMIXER -DHAVE_SDLNET -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/. -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers -I/construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/headers -I/usr/local/include/SDL -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -Wall -ansi -pedantic -DRESPATH="\"/usr/local/share/blinkensisters/\"" -o CMakeFiles/LostPixels.dir/triggers.o -c /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/triggers.cpp --- CMakeFiles/LostPixels.dir/engine.o --- /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp: In function 'void displayEngine(const char*)': /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:1222:27: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(cheatCode, "%s%c", cheatCode,event.key.keysym.sym); ^~~~~~ /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/engine.cpp:1222:15: note: 'sprintf' output between 2 and 1001 bytes into a destination of size 1000 sprintf(cheatCode, "%s%c", cheatCode,event.key.keysym.sym); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/showvideo.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/oggplayer.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- CMakeFiles/LostPixels.dir/menu.o --- At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' cc1plus: warning: unrecognized command line option '-Wno-c++11-narrowing' --- LostPixels --- [ 99%] Linking CXX executable LostPixels /usr/local/bin/cmake -E cmake_link_script CMakeFiles/LostPixels.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/LostPixels.dir/BlinkenBMF/bmfconvert.o CMakeFiles/LostPixels.dir/BlinkenBMF/minilzo.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_bindings.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_configbindings.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_anim.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_callbacks.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_engine.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_gfx.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_level.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_paint.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_player.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_screen.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_shared.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_sound.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lapi.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lauxlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lbaselib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lcode.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldblib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldebug.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldo.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lgc.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/liolib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/llex.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmathlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmem.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/loadlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lobject.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lopcodes.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lparser.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstate.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstring.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstrlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltable.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltablib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltests.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltm.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lundump.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lvm.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lzio.o CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenFrame.o CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o CMakeFiles/LostPixels.dir/BlinkenLib/source/Tools.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_framerate.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxBlitFunc.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_imageFilter.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o CMakeFiles/LostPixels.dir/actioncapture.o CMakeFiles/LostPixels.dir/background.o CMakeFiles/LostPixels.dir/background2.o CMakeFiles/LostPixels.dir/blending.o CMakeFiles/LostPixels.dir/blpstream.o CMakeFiles/LostPixels.dir/bsgui.o CMakeFiles/LostPixels.dir/bsscreen.o CMakeFiles/LostPixels.dir/cmdopts.o CMakeFiles/LostPixels.dir/colission.o CMakeFiles/LostPixels.dir/config.o CMakeFiles/LostPixels.dir/convert.o CMakeFiles/LostPixels.dir/debug.o CMakeFiles/LostPixels.dir/drawprimitives.o CMakeFiles/LostPixels.dir/engine.o CMakeFiles/LostPixels.dir/errorhandler.o CMakeFiles/LostPixels.dir/extractmetabmf.o CMakeFiles/LostPixels.dir/fginlay.o CMakeFiles/LostPixels.dir/fgobjects.o CMakeFiles/LostPixels.dir/fonthandler.o CMakeFiles/LostPixels.dir/gameengine.o CMakeFiles/LostPixels.dir/highscore.o CMakeFiles/LostPixels.dir/httpclient.o CMakeFiles/LostPixels.dir/intro.o CMakeFiles/LostPixels.dir/joystick.o CMakeFiles/LostPixels.dir/levelhandler.o CMakeFiles/LostPixels.dir/main.o CMakeFiles/LostPixels.dir/mcufstream.o CMakeFiles/LostPixels.dir/memops.o CMakeFiles/LostPixels.dir/menu.o CMakeFiles/LostPixels.dir/monstersprites.o CMakeFiles/LostPixels.dir/oggplayer.o CMakeFiles/LostPixels.dir/osdef.o CMakeFiles/LostPixels.dir/outputfilter.o CMakeFiles/LostPixels.dir/playersprite.o CMakeFiles/LostPixels.dir/showloading.o CMakeFiles/LostPixels.dir/showpicture.o CMakeFiles/LostPixels.dir/showtext.o CMakeFiles/LostPixels.dir/showvideo.o CMakeFiles/LostPixels.dir/sound.o CMakeFiles/LostPixels.dir/splash.o CMakeFiles/LostPixels.dir/tiles.o CMakeFiles/LostPixels.dir/triggers.o -o LostPixels -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libtheora.so /usr/local/lib/libogg.so /usr/local/lib/libvorbis.so /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_image.so /usr/local/lib/libSDL_ttf.so /usr/local/lib/libSDL_net.so /usr/local/lib/libSDL_mixer.so /usr/local/lib/libtheora.so /usr/local/lib/libogg.so /usr/local/lib/libvorbis.so /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so /usr/local/lib/libSDL_image.so /usr/local/lib/libSDL_ttf.so /usr/local/lib/libSDL_net.so /usr/local/lib/libSDL_mixer.so [100%] Built target LostPixels /usr/local/bin/cmake -E cmake_progress_start /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles 0 cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/addons && /usr/bin/make make -C mz_moviepack /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress 16 250 gamewon.bmf gamewon gamewon.ogg LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling normal file... Compressed file should be 2459108 bytes long Original size: 3390783 bytes Reduced size by 931675 bytes Reduction by 27.476692 % DONE /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress 16 140 gameover.bmf gameover LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling normal file... Compressed file should be 2570791 bytes long Original size: 2814106 bytes Reduced size by 243315 bytes Reduction by 8.646262 % DONE /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress 16 44 levelwon.bmf levelwon levelfinished.ogg LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling normal file... Compressed file should be 1901564 bytes long Original size: 2005589 bytes Reduced size by 104025 bytes Reduction by 5.186756 % DONE /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress 16 48 livelost.bmf livelost fx_killedanim.ogg LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling normal file... Compressed file should be 268907 bytes long Original size: 486946 bytes Reduced size by 218039 bytes Reduction by 44.776833 % DONE /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress 15 360 startanim.bmf startanim startanim.ogg LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling normal file... Warning: File startanim/startanim.ogg contains incompressible data. Compressed file should be 8286119 bytes long Original size: 9374413 bytes Reduced size by 1088294 bytes Reduction by 11.609196 % DONE /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/mz_moviepack.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 13432638 bytes long Original size: 15602762 bytes Reduced size by 2170124 bytes Reduction by 13.908588 % DONE make -C mz_template /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/mz_template.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 1359666 bytes long Original size: 1452234 bytes Reduced size by 92568 bytes Reduction by 6.374179 % DONE make -C mz_escape /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress 2 6 livelost.bmf livelost beep.ogg LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling normal file... Compressed file should be 184961 bytes long Original size: 288656 bytes Reduced size by 103695 bytes Reduction by 35.923382 % DONE /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/mz_escape.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 2285129 bytes long Original size: 2356630 bytes Reduced size by 71501 bytes Reduction by 3.034036 % DONE make -C icy /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/icy.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 4328673 bytes long Original size: 4533122 bytes Reduced size by 204449 bytes Reduction by 4.510115 % DONE make -C mz_pnog /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/mz_pnog.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 1111827 bytes long Original size: 1223236 bytes Reduced size by 111409 bytes Reduction by 9.107728 % DONE make -C mz_xmas2007 /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/mz_xmas2007.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 9285437 bytes long Original size: 9468455 bytes Reduced size by 183018 bytes Reduction by 1.932924 % DONE make -C s23_ivorytower /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/s23_ivorytower.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 4116507 bytes long Original size: 4306910 bytes Reduced size by 190403 bytes Reduction by 4.420872 % DONE make -C 24c3 /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/24c3.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 5421613 bytes long Original size: 5533571 bytes Reduced size by 111958 bytes Reduction by 2.023250 % DONE make -C theme_standard /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/theme_standard.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 1029186 bytes long Original size: 1120769 bytes Reduced size by 91583 bytes Reduction by 8.171443 % DONE make -C theme_xmas2007 /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/theme_xmas2007.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 696650 bytes long Original size: 785509 bytes Reduced size by 88859 bytes Reduction by 11.312283 % DONE make -C mz_basedata /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/bmfcompress META config ../for_upload/basedata.bmf META!!!! LZO real-time data compression library (v2.02, Oct 17 2005). Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. Compiling AddOn (META) File... Compressed file should be 41185276 bytes long Original size: 42603532 bytes Reduced size by 1418256 bytes Reduction by 3.328963 % DONE rm -f for_upload/toc perl TOOLS/mktoc.pl Gerenating TOC: 24c3|Level-Contest 24c3|5 MB|24c3.bmf S23 Ivory Tower|The s23 Ivory-Tower-AddOn|1 MB|s23_ivorytower.bmf Icy|by Mithodin|18 MB|icy.bmf MZ X-Mas 2007|Christmas special 2007|9 MB|mz_xmas2007.bmf MZ Escape|Escape from Agent Kate|2 MB|mz_escape.bmf MZ Pnog|Play PNOG vs Blue Datenkrake|1 MB|mz_pnog.bmf LostPixels|Pseudo-Development Target|23 MB|basedata.bmf MZ Moviepack|Basic animated cut-scenes|13 MB|mz_moviepack.bmf Theme: XMAS 2007|XMAS 2007 Look|1 MB|theme_xmas2007.bmf Theme: Standard|Default Look|1 MB|theme_standard.bmf MZ Testlevel|LUA debugging testlevel|20 MB|mz_testlevel.bmf MZ Template|Template for Add-On|1 MB|mz_template.bmf SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for blinkensisters-with-addons-0.5.3_17 ===> Generating temporary packing list /usr/local/bin/cmake -S/construction/games/blinkensisters/blinkensisters/lostpixels/game/software -B/construction/games/blinkensisters/blinkensisters/lostpixels/game/software --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/bmfdecompress.dir/build.make CMakeFiles/bmfdecompress.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/bmfdecompress.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/bmfdecompress.dir/build.make CMakeFiles/bmfdecompress.dir/build [ 2%] Built target bmfdecompress /usr/bin/make -f CMakeFiles/bmfcompress.dir/build.make CMakeFiles/bmfcompress.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/bmfcompress.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/bmfcompress.dir/build.make CMakeFiles/bmfcompress.dir/build [ 5%] Built target bmfcompress /usr/bin/make -f CMakeFiles/LostPixels.dir/build.make CMakeFiles/LostPixels.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/LostPixels.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/LostPixels.dir/build.make CMakeFiles/LostPixels.dir/build [ 68%] Built target LostPixels /usr/bin/make -f CMakeFiles/basedata.dir/build.make CMakeFiles/basedata.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles/basedata.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/basedata.dir/build.make CMakeFiles/basedata.dir/build [ 69%] Built target basedata /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/DependInfo.cmake /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build [ 72%] Built target blpviewer /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/DependInfo.cmake /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build [ 77%] Built target bxxviewer /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/DependInfo.cmake /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build [ 80%] Built target blpmatrix /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/DependInfo.cmake /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build [ 84%] Built target mcufviewer /usr/bin/make -f BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build.make BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/depend cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/DependInfo.cmake /usr/bin/make -f BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build.make BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build [100%] Built target BlinkenPlayer /usr/local/bin/cmake -E cmake_progress_start /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall /usr/bin/make -f CMakeFiles/LostPixels.dir/build.make CMakeFiles/LostPixels.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/LostPixels /usr/local/bin/cmake -E cmake_link_script CMakeFiles/LostPixels.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/LostPixels.dir/BlinkenBMF/bmfconvert.o CMakeFiles/LostPixels.dir/BlinkenBMF/minilzo.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_bindings.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_configbindings.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_anim.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_callbacks.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_engine.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_fgobjects.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_gfx.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_level.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_paint.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_player.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_screen.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_shared.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_sound.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_obj_timer.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaBindings/source/bl_lua_objbindings.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lapi.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lauxlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lbaselib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lcode.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldblib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldebug.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldo.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ldump.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lfunc.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lgc.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/liolib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/llex.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmathlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lmem.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/loadlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lobject.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lopcodes.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lparser.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstate.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstring.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lstrlib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltable.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltablib.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltests.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/ltm.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lundump.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lvm.o CMakeFiles/LostPixels.dir/BlinkenLUA/LuaMain/source/lzio.o CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenFrame.o CMakeFiles/LostPixels.dir/BlinkenLib/source/BlinkenMovie.o CMakeFiles/LostPixels.dir/BlinkenLib/source/Tools.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_framerate.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxBlitFunc.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_gfxPrimitives.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_imageFilter.o CMakeFiles/LostPixels.dir/SDL_gfx/SDL_rotozoom.o CMakeFiles/LostPixels.dir/actioncapture.o CMakeFiles/LostPixels.dir/background.o CMakeFiles/LostPixels.dir/background2.o CMakeFiles/LostPixels.dir/blending.o CMakeFiles/LostPixels.dir/blpstream.o CMakeFiles/LostPixels.dir/bsgui.o CMakeFiles/LostPixels.dir/bsscreen.o CMakeFiles/LostPixels.dir/cmdopts.o CMakeFiles/LostPixels.dir/colission.o CMakeFiles/LostPixels.dir/config.o CMakeFiles/LostPixels.dir/convert.o CMakeFiles/LostPixels.dir/debug.o CMakeFiles/LostPixels.dir/drawprimitives.o CMakeFiles/LostPixels.dir/engine.o CMakeFiles/LostPixels.dir/errorhandler.o CMakeFiles/LostPixels.dir/extractmetabmf.o CMakeFiles/LostPixels.dir/fginlay.o CMakeFiles/LostPixels.dir/fgobjects.o CMakeFiles/LostPixels.dir/fonthandler.o CMakeFiles/LostPixels.dir/gameengine.o CMakeFiles/LostPixels.dir/highscore.o CMakeFiles/LostPixels.dir/httpclient.o CMakeFiles/LostPixels.dir/intro.o CMakeFiles/LostPixels.dir/joystick.o CMakeFiles/LostPixels.dir/levelhandler.o CMakeFiles/LostPixels.dir/main.o CMakeFiles/LostPixels.dir/mcufstream.o CMakeFiles/LostPixels.dir/memops.o CMakeFiles/LostPixels.dir/menu.o CMakeFiles/LostPixels.dir/monstersprites.o CMakeFiles/LostPixels.dir/oggplayer.o CMakeFiles/LostPixels.dir/osdef.o CMakeFiles/LostPixels.dir/outputfilter.o CMakeFiles/LostPixels.dir/playersprite.o CMakeFiles/LostPixels.dir/showloading.o CMakeFiles/LostPixels.dir/showpicture.o CMakeFiles/LostPixels.dir/showtext.o CMakeFiles/LostPixels.dir/showvideo.o CMakeFiles/LostPixels.dir/sound.o CMakeFiles/LostPixels.dir/splash.o CMakeFiles/LostPixels.dir/tiles.o CMakeFiles/LostPixels.dir/triggers.o -o CMakeFiles/CMakeRelink.dir/LostPixels -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libtheora.so /usr/local/lib/libogg.so /usr/local/lib/libvorbis.so /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_image.so /usr/local/lib/libSDL_ttf.so /usr/local/lib/libSDL_net.so /usr/local/lib/libSDL_mixer.so /usr/local/lib/libtheora.so /usr/local/lib/libogg.so /usr/local/lib/libvorbis.so /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so /usr/local/lib/libSDL_image.so /usr/local/lib/libSDL_ttf.so /usr/local/lib/libSDL_net.so /usr/local/lib/libSDL_mixer.so /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpviewer.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/blpviewer cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/blpviewer.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/blpviewer.dir/blpmain.o CMakeFiles/blpviewer.dir/blpstream.o CMakeFiles/blpviewer.dir/drawprimitives.o -o CMakeFiles/CMakeRelink.dir/blpviewer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/bxxviewer.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/bxxviewer cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/bxxviewer.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenFrame.o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/BlinkenMovie.o CMakeFiles/bxxviewer.dir/__/__/BlinkenLib/source/Tools.o CMakeFiles/bxxviewer.dir/bxxstream.o CMakeFiles/bxxviewer.dir/bxxviewer.o CMakeFiles/bxxviewer.dir/drawprimitives.o -o CMakeFiles/CMakeRelink.dir/bxxviewer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/build.make TOOLS/BLPViewer/CMakeFiles/blpmatrix.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/blpmatrix cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/blpmatrix.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/blpmatrix.dir/blpmatrix.o CMakeFiles/blpmatrix.dir/blpstream.o CMakeFiles/blpmatrix.dir/drawprimitives.o -o CMakeFiles/CMakeRelink.dir/blpmatrix -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so /usr/bin/make -f TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/build.make TOOLS/BLPViewer/CMakeFiles/mcufviewer.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/mcufviewer cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/mcufviewer.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/mcufviewer.dir/blpmatrix.o CMakeFiles/mcufviewer.dir/blpstream.o CMakeFiles/mcufviewer.dir/drawprimitives.o -o CMakeFiles/CMakeRelink.dir/mcufviewer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_net.so /usr/bin/make -f BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/build.make BlinkenPlayer/CMakeFiles/BlinkenPlayer.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/BlinkenPlayer cd /construction/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/BlinkenPlayer.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wno-c++11-narrowing -isystem /usr/local/include CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_framerate.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxBlitFunc.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_gfxPrimitives.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_imageFilter.o CMakeFiles/BlinkenPlayer.dir/__/SDL_gfx/SDL_rotozoom.o CMakeFiles/BlinkenPlayer.dir/blending.o CMakeFiles/BlinkenPlayer.dir/blinkenoggmain.o CMakeFiles/BlinkenPlayer.dir/blinkensound.o CMakeFiles/BlinkenPlayer.dir/bmfconvert.o CMakeFiles/BlinkenPlayer.dir/bsscreen.o CMakeFiles/BlinkenPlayer.dir/bstimer.o CMakeFiles/BlinkenPlayer.dir/cmdopts.o CMakeFiles/BlinkenPlayer.dir/config.o CMakeFiles/BlinkenPlayer.dir/debug.o CMakeFiles/BlinkenPlayer.dir/drawprimitives.o CMakeFiles/BlinkenPlayer.dir/errorhandler.o CMakeFiles/BlinkenPlayer.dir/extractmetabmf.o CMakeFiles/BlinkenPlayer.dir/fonthandler.o CMakeFiles/BlinkenPlayer.dir/guihandler.o CMakeFiles/BlinkenPlayer.dir/memops.o CMakeFiles/BlinkenPlayer.dir/minilzo.o CMakeFiles/BlinkenPlayer.dir/osdef.o CMakeFiles/BlinkenPlayer.dir/showloading.o CMakeFiles/BlinkenPlayer.dir/showtext.o -o CMakeFiles/CMakeRelink.dir/BlinkenPlayer -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libSDLmain.a /usr/local/lib/libSDL.so -pthread /usr/local/lib/libSDL_image.so /usr/local/lib/libSDL_ttf.so /usr/local/lib/libSDL_mixer.so Installing the project stripped... /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/LostPixels -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/bmfcompress -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/bmfdecompress -- Installing: /construction/games/blinkensisters/stage/usr/local/share/doc/blinkensisters/AUTHORS -- Installing: /construction/games/blinkensisters/stage/usr/local/share/doc/blinkensisters/HOWTOPLAY -- Installing: /construction/games/blinkensisters/stage/usr/local/share/doc/blinkensisters/INSTALL -- Installing: /construction/games/blinkensisters/stage/usr/local/share/doc/blinkensisters/LICENSE -- Installing: /construction/games/blinkensisters/stage/usr/local/share/doc/blinkensisters/README -- Installing: /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/splash.jpg -- Installing: /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/Gaposis Outline (BRK).ttf -- Installing: /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/Gas Huffer Phat.ttf -- Installing: /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/Georgia.ttf -- Installing: /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/Ghostmeat.ttf -- Installing: /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/basedata.bmf -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/blpviewer -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/blpmatrix -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/mcufviewer -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/bxxviewer -- Installing: /construction/games/blinkensisters/stage/usr/local/bin/BlinkenPlayer install -m 0644 /construction/games/blinkensisters/blinkensisters/lostpixels/game/addons/for_upload/*.bmf /construction/games/blinkensisters/stage/usr/local/share/blinkensisters/ ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/LostPixels is linked to /usr/local/lib/libogg.so.0 from audio/libogg but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libogg.so:audio/libogg Error: /usr/local/bin/LostPixels is linked to /usr/local/lib/libvorbis.so.0 from audio/libvorbis but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libvorbis.so:audio/libvorbis Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: CMakeLists.txt sed failed: file content unchanged from backup: /construction/games/blinkensisters/blinkensisters/lostpixels/game/addons/Makefile SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for blinkensisters-with-addons-0.5.3_17 file sizes/checksums [29]: 0% file sizes/checksums [29]: 100% packing files [29]: 0% packing files [29]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:01:30 TOTAL TIME 00:02:29